bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-11-07 15:42:47 +07:00
parent ba2a5b966e
commit 139d31a770
20 changed files with 585 additions and 129 deletions

View File

@@ -5,39 +5,31 @@ namespace rmutr_report.Models
public class expenditure_budget_proposal
{
public string budget_year { get; set; }
// public decimal? budget_amount { get; set; }
// public decimal? total_amount_1 { get; set; }
// public decimal? total_amount_2 { get; set; }
public List<group_headers> group_header { get; set; }
public decimal? total_budget { get; set; }
public List<proposal_initial_project> projects { get; set; }
}
public class group_headers
{
public string list_1 { get; set; }
public string list_2 { get; set; }
public string rowno { get; set; }
public string list_3 { get; set; }
public decimal? budget_amount { get; set; }
public decimal? total_amount_1 { get; set; }
public decimal? total_amount_2 { get; set; }
public List<expenditure_budget_proposal_headers> header { get; set; }
}
public class expenditure_budget_proposal_headers
public class proposal_initial_project
{
public string rowno { get; set; }
public string header { get; set; }
public decimal? budget_amount { get; set; }
public List<expenditure_budget_proposal_headers2> data { get; set; }
public string project_name_th { get; set; }
public decimal? total_budget { get; set; }
public List<proposal_initial_type> types { get; set; }
}
public class expenditure_budget_proposal_headers2
public class proposal_initial_type
{
public string list { get; set; }
public string type_name { get; set; }
public decimal? total_budget { get; set; }
public List<proposal_initial_list> lists { get; set; }
}
public class proposal_initial_list
{
public string list_name { get; set; }
public decimal? target_group_count { get; set; }
public string target_group_unit { get; set; }
public decimal? time_count { get; set; }
@@ -46,15 +38,12 @@ namespace rmutr_report.Models
public string budget_unit { get; set; }
public decimal? quantity { get; set; }
public string quantity_unit { get; set; }
public decimal? budget_amount { get; set; }
public List<expenditure_budget_proposal_headers3> data2 { get; set; }
public decimal? total_budget { get; set; }
public List<proposal_initial_detail> details { get; set; }
}
public class expenditure_budget_proposal_headers3
public class proposal_initial_detail
{
public string list { get; set; }
public string detail_name { get; set; }
public decimal? target_group_count { get; set; }
public string target_group_unit { get; set; }
public decimal? time_count { get; set; }
@@ -63,6 +52,6 @@ namespace rmutr_report.Models
public string budget_unit { get; set; }
public decimal? quantity { get; set; }
public string quantity_unit { get; set; }
public decimal? budget_amount { get; set; }
public decimal? total_budget { get; set; }
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
71848fb0924f784d3feacf0461e31c9a513aef6c
03718e4376c42f44a957d0167b63237ffcc1512b

Binary file not shown.

Binary file not shown.

View File

@@ -304,6 +304,38 @@
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\compensation_head_major.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\compensation_ro_three.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
<BasePath>_content/rmutr_report</BasePath>
<RelativePath>reports\compensation_ro_three.frx</RelativePath>
<AssetKind></AssetKind>
<AssetMode></AssetMode>
<AssetRole></AssetRole>
<RelatedAsset></RelatedAsset>
<AssetTraitName></AssetTraitName>
<AssetTraitValue></AssetTraitValue>
<CopyToOutputDirectory></CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\compensation_ro_three.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\contributions.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
<BasePath>_content/rmutr_report</BasePath>
<RelativePath>reports\contributions.frx</RelativePath>
<AssetKind></AssetKind>
<AssetMode></AssetMode>
<AssetRole></AssetRole>
<RelatedAsset></RelatedAsset>
<AssetTraitName></AssetTraitName>
<AssetTraitValue></AssetTraitValue>
<CopyToOutputDirectory></CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\contributions.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\data_line_academic.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>
@@ -432,6 +464,22 @@
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\expenditure_budget_proposal.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\expenditure_budget_proposal_old.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
<BasePath>_content/rmutr_report</BasePath>
<RelativePath>reports\expenditure_budget_proposal_old.frx</RelativePath>
<AssetKind></AssetKind>
<AssetMode></AssetMode>
<AssetRole></AssetRole>
<RelatedAsset></RelatedAsset>
<AssetTraitName></AssetTraitName>
<AssetTraitValue></AssetTraitValue>
<CopyToOutputDirectory></CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\expenditure_budget_proposal_old.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\expense.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>
@@ -480,6 +528,22 @@
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\faculty_council.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\house_rent_ro_three.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
<BasePath>_content/rmutr_report</BasePath>
<RelativePath>reports\house_rent_ro_three.frx</RelativePath>
<AssetKind></AssetKind>
<AssetMode></AssetMode>
<AssetRole></AssetRole>
<RelatedAsset></RelatedAsset>
<AssetTraitName></AssetTraitName>
<AssetTraitValue></AssetTraitValue>
<CopyToOutputDirectory></CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\house_rent_ro_three.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\hr_askfor_insignia.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>
@@ -1120,6 +1184,22 @@
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\other_committee_fee.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\other_compensation.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
<BasePath>_content/rmutr_report</BasePath>
<RelativePath>reports\other_compensation.frx</RelativePath>
<AssetKind></AssetKind>
<AssetMode></AssetMode>
<AssetRole></AssetRole>
<RelatedAsset></RelatedAsset>
<AssetTraitName></AssetTraitName>
<AssetTraitValue></AssetTraitValue>
<CopyToOutputDirectory></CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\other_compensation.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\parcel_inspection_committee.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>

View File

@@ -1 +1 @@
c5f222989e07e2a5023c6ece5f0951ac96f2245c
9fdb36bdc21e43e3de61118b3e5b09a1b8490e9e

View File

@@ -464,6 +464,22 @@
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\expenditure_budget_proposal.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\expenditure_budget_proposal_old.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
<BasePath>_content/rmutr_report</BasePath>
<RelativePath>reports\expenditure_budget_proposal_old.frx</RelativePath>
<AssetKind></AssetKind>
<AssetMode></AssetMode>
<AssetRole></AssetRole>
<RelatedAsset></RelatedAsset>
<AssetTraitName></AssetTraitName>
<AssetTraitValue></AssetTraitValue>
<CopyToOutputDirectory></CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\expenditure_budget_proposal_old.frx))</OriginalItemSpec>
</StaticWebAsset>
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\reports\expense.frx))">
<SourceType>Package</SourceType>
<SourceId>rmutr_report</SourceId>

View File

@@ -1 +1 @@
645f8f19f3f7269784e8db7e853e5c6df8c222f9
9fdb36bdc21e43e3de61118b3e5b09a1b8490e9e

View File

@@ -1 +1 @@
16992484278328616
16992659798608142

View File

@@ -1 +1 @@
16992659798608142
16993464901126723

View File

@@ -1,22 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/13/2021 00:11:35" ReportInfo.Modified="04/20/2023 11:10:09" ReportInfo.CreatorVersion="2021.1.0.0">
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/13/2021 00:11:35" ReportInfo.Modified="11/07/2023 15:36:50" ReportInfo.CreatorVersion="2021.1.0.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
{
}
}
</ScriptText>
<Dictionary>
<BusinessObjectDataSource Name="expenditure_budget_proposal" ReferenceName="expenditure_budget_proposal" DataType="null" Enabled="true">
<Column Name="budget_year" DataType="System.String"/>
<BusinessObjectDataSource Name="group_header" DataType="null" Enabled="true">
<Column Name="list_1" DataType="System.String"/>
<Column Name="list_2" DataType="System.String"/>
<Column Name="list_3" DataType="System.String"/>
<Column Name="total_budget" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="projects" DataType="null" Enabled="true">
<Column Name="project_name_th" DataType="System.String"/>
<Column Name="rowno" DataType="System.String"/>
<Column Name="budget_amount" DataType="System.Decimal"/>
<Column Name="total_amount_1" DataType="System.Decimal"/>
<Column Name="total_amount_2" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="header" DataType="null" Enabled="true">
<Column Name="rowno" DataType="System.String"/>
<Column Name="header" DataType="System.String"/>
<Column Name="budget_amount" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="data" DataType="null" Enabled="true">
<Column Name="list" DataType="System.String"/>
<Column Name="total_budget" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="types" DataType="null" Enabled="true">
<Column Name="type_name" DataType="System.String"/>
<Column Name="total_budget" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="lists" DataType="null" Enabled="true">
<Column Name="list_name" DataType="System.String"/>
<Column Name="target_group_count" DataType="System.Decimal"/>
<Column Name="target_group_unit" DataType="System.String"/>
<Column Name="time_count" DataType="System.Decimal"/>
@@ -25,9 +43,9 @@
<Column Name="budget_unit" DataType="System.String"/>
<Column Name="quantity" DataType="System.Decimal"/>
<Column Name="quantity_unit" DataType="System.String"/>
<Column Name="budget_amount" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="data2" DataType="null" Enabled="true">
<Column Name="list" DataType="System.String"/>
<Column Name="total_budget" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="details" DataType="null" Enabled="true">
<Column Name="detail_name" DataType="System.String"/>
<Column Name="target_group_count" DataType="System.Decimal"/>
<Column Name="target_group_unit" DataType="System.String"/>
<Column Name="time_count" DataType="System.Decimal"/>
@@ -36,7 +54,7 @@
<Column Name="budget_unit" DataType="System.String"/>
<Column Name="quantity" DataType="System.Decimal"/>
<Column Name="quantity_unit" DataType="System.String"/>
<Column Name="budget_amount" DataType="System.Decimal"/>
<Column Name="total_budget" DataType="System.Decimal"/>
</BusinessObjectDataSource>
</BusinessObjectDataSource>
</BusinessObjectDataSource>
@@ -44,7 +62,7 @@
</BusinessObjectDataSource>
</Dictionary>
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" Watermark.Font="Arial, 60pt">
<ReportTitleBand Name="ReportTitle1" Width="1047.06" Height="170.1">
<ReportTitleBand Name="ReportTitle1" Width="1047.06" Height="198.45">
<TextObject Name="Text1" Width="1048.95" Height="28.35" Text="ข้อเสนองบประมาณรายจ่ายประจำปีงบประมาณ พ.ศ. [expenditure_budget_proposal.budget_year]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TextObject Name="Text2" Top="28.35" Width="1048.95" Height="28.35" Text="แบบฟอร์มแตกตัวคูณ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TextObject Name="Text3" Top="56.7" Width="1048.95" Height="28.35" Text="หมายเหตุ : ไม่รวมงบประมาณในแผนงานบุคลากรภาครัฐ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red"/>
@@ -122,9 +140,35 @@
<TableCell Name="Cell69" Border.Lines="All" Text="หน่วยนับ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
<TableObject Name="Table19" Top="170.1" Width="1048.95" Height="28.35">
<TableColumn Name="Column114" Width="56.7"/>
<TableColumn Name="Column115" Width="349.65"/>
<TableColumn Name="Column116" Width="56.7"/>
<TableColumn Name="Column117" Width="75.6"/>
<TableColumn Name="Column118" Width="56.7"/>
<TableColumn Name="Column119" Width="75.6"/>
<TableColumn Name="Column120" Width="56.7"/>
<TableColumn Name="Column121" Width="75.6"/>
<TableColumn Name="Column122" Width="56.7"/>
<TableColumn Name="Column123" Width="75.6"/>
<TableColumn Name="Column124" Width="113.4"/>
<TableRow Name="Row21" Height="28.35">
<TableCell Name="Cell136" Border.Lines="All" Fill.Color="219, 219, 219" Text="1" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell137" Border.Lines="All" Fill.Color="219, 219, 219" Text="งบดำเนินงาน" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell138" Border.Lines="All" Fill.Color="219, 219, 219" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell139" Border.Lines="All" Fill.Color="219, 219, 219" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell140" Border.Lines="All" Fill.Color="219, 219, 219" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell141" Border.Lines="All" Fill.Color="219, 219, 219" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell142" Border.Lines="All" Fill.Color="219, 219, 219" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell143" Border.Lines="All" Fill.Color="219, 219, 219" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell144" Border.Lines="All" Fill.Color="219, 219, 219" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell145" Border.Lines="All" Fill.Color="219, 219, 219" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell146" Border.Lines="All" Fill.Color="219, 219, 219" Text="[expenditure_budget_proposal.total_budget]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
</ReportTitleBand>
<DataBand Name="Data1" Top="175.29" Width="1047.06" Height="85.05" DataSource="group_header">
<TableObject Name="Table15" Width="1048.95" Height="85.05">
<DataBand Name="Data1" Top="203.64" Width="1047.06" Height="28.35" DataSource="projects">
<TableObject Name="Table15" Width="1048.95" Height="28.35">
<TableColumn Name="Column70" Width="56.7"/>
<TableColumn Name="Column71" Width="349.65"/>
<TableColumn Name="Column72" Width="56.7"/>
@@ -137,46 +181,108 @@
<TableColumn Name="Column79" Width="75.6"/>
<TableColumn Name="Column80" Width="113.4"/>
<TableRow Name="Row15" Height="28.35">
<TableCell Name="Cell70" Border.Lines="All" Fill.Color="DarkSeaGreen" Text="[Row#]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell71" Border.Lines="All" Fill.Color="DarkSeaGreen" Text="[expenditure_budget_proposal.group_header.list_1]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell72" Border.Lines="All" Fill.Color="DarkSeaGreen" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell73" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell74" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell75" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell76" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell77" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell78" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell79" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell80" Border.Lines="All" Fill.Color="DarkSeaGreen" Text="[expenditure_budget_proposal.group_header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
<TableRow Name="Row16" Height="28.35">
<TableCell Name="Cell81" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell82" Border.Lines="All" Fill.Color="192, 255, 192" Text="[expenditure_budget_proposal.group_header.list_2]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red"/>
<TableCell Name="Cell83" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell84" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell85" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell86" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell87" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell88" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell89" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell90" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell91" Border.Lines="All" Fill.Color="192, 255, 192" Text="[expenditure_budget_proposal.group_header.total_amount_1]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
<TableRow Name="Row17" Height="28.35">
<TableCell Name="Cell92" Border.Lines="All" Fill.Color="192, 255, 255" Text="[expenditure_budget_proposal.group_header.rowno]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell93" Border.Lines="All" Fill.Color="192, 255, 255" Text="[expenditure_budget_proposal.group_header.list_3]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell94" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell95" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell96" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell97" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell98" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell99" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell100" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell101" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell102" Border.Lines="All" Fill.Color="192, 255, 255" Text="[expenditure_budget_proposal.group_header.total_amount_2]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell70" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" Text="[expenditure_budget_proposal.projects.rowno]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell71" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" Text="[expenditure_budget_proposal.projects.project_name_th]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell72" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell73" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell74" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell75" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell76" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell77" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell78" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell79" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
<TableCell Name="Cell80" Border.Lines="All" Fill.Color="192, 255, 129" BeforePrintEvent="Cell70_BeforePrint" Text="[expenditure_budget_proposal.projects.total_budget]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red">
<Highlight>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.1.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.2.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.3.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="0, 0, 0" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.4.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
<Condition Expression="[expenditure_budget_proposal.projects.rowno] == &quot;1.5.1&quot;" Fill.Color="221, 235, 247" TextFill.Color="Black" Font="Arial, 10pt" ApplyFill="true"/>
</Highlight>
</TableCell>
</TableRow>
</TableObject>
<DataBand Name="Data3" Top="265.54" Width="1047.06" Height="28.35" DataSource="header">
<DataBand Name="Data3" Top="237.19" Width="1047.06" Height="28.35" DataSource="types">
<TableObject Name="Table16" Width="1048.95" Height="28.35">
<TableColumn Name="Column81" Width="56.7"/>
<TableColumn Name="Column82" Width="349.65"/>
@@ -190,20 +296,20 @@
<TableColumn Name="Column90" Width="75.6"/>
<TableColumn Name="Column91" Width="113.4"/>
<TableRow Name="Row18" Height="28.35">
<TableCell Name="Cell103" Border.Lines="All" Fill.Color="255, 224, 192" Text="[expenditure_budget_proposal.group_header.header.rowno]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell104" Border.Lines="All" Fill.Color="255, 224, 192" Text="[expenditure_budget_proposal.group_header.header.header]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Blue"/>
<TableCell Name="Cell105" Border.Lines="All" Fill.Color="255, 224, 192" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell106" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell107" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell108" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell109" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell110" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell111" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell112" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell113" Border.Lines="All" Fill.Color="255, 224, 192" Text="[expenditure_budget_proposal.group_header.header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell103" Border.Lines="All" Fill.Color="226, 239, 218" Text="([Row#])" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell104" Border.Lines="All" Fill.Color="226, 239, 218" Text="[expenditure_budget_proposal.projects.types.type_name]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell105" Border.Lines="All" Fill.Color="226, 239, 218" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell106" Border.Lines="All" Fill.Color="226, 239, 218" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell107" Border.Lines="All" Fill.Color="226, 239, 218" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell108" Border.Lines="All" Fill.Color="226, 239, 218" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell109" Border.Lines="All" Fill.Color="226, 239, 218" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell110" Border.Lines="All" Fill.Color="226, 239, 218" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell111" Border.Lines="All" Fill.Color="226, 239, 218" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell112" Border.Lines="All" Fill.Color="226, 239, 218" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell113" Border.Lines="All" Fill.Color="226, 239, 218" Text="[expenditure_budget_proposal.projects.types.total_budget]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
<DataBand Name="Data4" Top="299.08" Width="1047.06" Height="28.35" DataSource="data">
<DataBand Name="Data4" Top="270.73" Width="1047.06" Height="28.35" DataSource="lists">
<TableObject Name="Table17" Width="1048.95" Height="28.35">
<TableColumn Name="Column92" Width="56.7"/>
<TableColumn Name="Column93" Width="349.65"/>
@@ -218,19 +324,19 @@
<TableColumn Name="Column102" Width="113.4"/>
<TableRow Name="Row19" Height="28.35">
<TableCell Name="Cell114" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell115" Border.Lines="All" Text="- [expenditure_budget_proposal.group_header.header.data.list]" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell116" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.target_group_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell117" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.target_group_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell118" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.time_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell119" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.time_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell120" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.budget_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell121" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.budget_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell122" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.quantity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell123" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.quantity_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell124" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell115" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.list_name]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell116" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.target_group_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell117" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.target_group_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell118" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.time_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell119" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.time_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell120" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.budget_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell121" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.budget_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell122" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.quantity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell123" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.quantity_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell124" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.total_budget]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
</TableRow>
</TableObject>
<DataBand Name="Data5" Top="332.63" Width="1047.06" Height="28.35" DataSource="data2">
<DataBand Name="Data5" Top="304.28" Width="1047.06" Height="28.35" DataSource="details">
<TableObject Name="Table18" Width="1048.95" Height="28.35">
<TableColumn Name="Column103" Width="56.7"/>
<TableColumn Name="Column104" Width="349.65"/>
@@ -245,16 +351,16 @@
<TableColumn Name="Column113" Width="113.4"/>
<TableRow Name="Row20" Height="28.35">
<TableCell Name="Cell125" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell126" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.list]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell127" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.target_group_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell128" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.target_group_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell129" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.time_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell130" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.time_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell131" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.budget_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell132" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.budget_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell133" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.quantity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell134" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.quantity_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell135" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell126" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.detail_name]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell127" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.target_group_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell128" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.target_group_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell129" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.time_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell130" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.time_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell131" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.budget_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell132" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.budget_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell133" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.quantity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell134" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.quantity_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell135" Border.Lines="All" Text="[expenditure_budget_proposal.projects.types.lists.details.total_budget]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
</TableRow>
</TableObject>
</DataBand>

View File

@@ -0,0 +1,265 @@
<?xml version="1.0" encoding="utf-8"?>
<Report ScriptLanguage="CSharp" ReportInfo.Created="01/13/2021 00:11:35" ReportInfo.Modified="11/07/2023 14:59:09" ReportInfo.CreatorVersion="2021.1.0.0">
<Dictionary>
<BusinessObjectDataSource Name="expenditure_budget_proposal" ReferenceName="expenditure_budget_proposal" DataType="null" Enabled="true">
<Column Name="budget_year" DataType="System.String"/>
<BusinessObjectDataSource Name="group_header" DataType="null" Enabled="true">
<Column Name="list_1" DataType="System.String"/>
<Column Name="list_2" DataType="System.String"/>
<Column Name="list_3" DataType="System.String"/>
<Column Name="rowno" DataType="System.String"/>
<Column Name="budget_amount" DataType="System.Decimal"/>
<Column Name="total_amount_1" DataType="System.Decimal"/>
<Column Name="total_amount_2" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="header" DataType="null" Enabled="true">
<Column Name="rowno" DataType="System.String"/>
<Column Name="header" DataType="System.String"/>
<Column Name="budget_amount" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="data" DataType="null" Enabled="true">
<Column Name="list" DataType="System.String"/>
<Column Name="target_group_count" DataType="System.Decimal"/>
<Column Name="target_group_unit" DataType="System.String"/>
<Column Name="time_count" DataType="System.Decimal"/>
<Column Name="time_unit" DataType="System.String"/>
<Column Name="budget_count" DataType="System.Decimal"/>
<Column Name="budget_unit" DataType="System.String"/>
<Column Name="quantity" DataType="System.Decimal"/>
<Column Name="quantity_unit" DataType="System.String"/>
<Column Name="budget_amount" DataType="System.Decimal"/>
<BusinessObjectDataSource Name="data2" DataType="null" Enabled="true">
<Column Name="list" DataType="System.String"/>
<Column Name="target_group_count" DataType="System.Decimal"/>
<Column Name="target_group_unit" DataType="System.String"/>
<Column Name="time_count" DataType="System.Decimal"/>
<Column Name="time_unit" DataType="System.String"/>
<Column Name="budget_count" DataType="System.Decimal"/>
<Column Name="budget_unit" DataType="System.String"/>
<Column Name="quantity" DataType="System.Decimal"/>
<Column Name="quantity_unit" DataType="System.String"/>
<Column Name="budget_amount" DataType="System.Decimal"/>
</BusinessObjectDataSource>
</BusinessObjectDataSource>
</BusinessObjectDataSource>
</BusinessObjectDataSource>
</BusinessObjectDataSource>
</Dictionary>
<ReportPage Name="Page1" Landscape="true" PaperWidth="297" PaperHeight="210" RawPaperSize="9" Watermark.Font="Arial, 60pt">
<ReportTitleBand Name="ReportTitle1" Width="1047.06" Height="170.1">
<TextObject Name="Text1" Width="1048.95" Height="28.35" Text="ข้อเสนองบประมาณรายจ่ายประจำปีงบประมาณ พ.ศ. [expenditure_budget_proposal.budget_year]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TextObject Name="Text2" Top="28.35" Width="1048.95" Height="28.35" Text="แบบฟอร์มแตกตัวคูณ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TextObject Name="Text3" Top="56.7" Width="1048.95" Height="28.35" Text="หมายเหตุ : ไม่รวมงบประมาณในแผนงานบุคลากรภาครัฐ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red"/>
<TableObject Name="Table9" Left="-9450" Top="-9450" Width="1247.4" Height="85.05">
<TableColumn Name="Column45" Width="75.6"/>
<TableColumn Name="Column46" Width="236.25"/>
<TableColumn Name="Column47" Width="85.05"/>
<TableColumn Name="Column48" Width="56.7"/>
<TableColumn Name="Column49"/>
<TableColumn Name="Column50" Width="94.5"/>
<TableColumn Name="Column51" Width="170.1"/>
<TableColumn Name="Column52" Width="179.55"/>
<TableColumn Name="Column53" Width="217.35"/>
<TableColumn Name="Column54"/>
<TableRow Name="Row9" Height="85.05">
<TableCell Name="Cell45" Border.Lines="All" Text="ลำดับ&#13;&#10;ความสำคัญ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell46" Border.Lines="All" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell47" Border.Lines="All" Text="หน่วยนับ" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell48" Border.Lines="All" Text="จำนวน&#13;&#10;หน่วย" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell49" Border.Lines="All" Text="ราคาต่อ&#13;&#10;หน่วย" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell50" Border.Lines="All" Text="งบประมาณรวม" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell51" Border.Lines="Left, Right, Top" Text="ใบเสนอราคา" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell52" Border.Lines="Left, Right, Top" Text="ครุภัณฑ์สั่งจาก" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell53" Border.Lines="All" Text="ประเภท" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell54" Border.Lines="All" Text="คำชี้แจง&#13;&#10;หน้า" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
<TableObject Name="Table10" Top="113.4" Width="1048.95" Height="56.7">
<TableColumn Name="Column55" Width="56.7"/>
<TableColumn Name="Column56" Width="349.65"/>
<TableColumn Name="Column57" Width="132.3"/>
<TableColumn Name="Column58" Width="132.3"/>
<TableColumn Name="Column59" Width="132.3"/>
<TableColumn Name="Column60" Width="132.3"/>
<TableColumn Name="Column61" Width="113.4"/>
<TableRow Name="Row10" Height="56.7">
<TableCell Name="Cell55" Border.Lines="All" Text="ลำดับ&#13;&#10;ที่" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell56" Border.Lines="All" Text="รายการงบประมาณ/กิจกรรม" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell57" Border.Lines="All" Text="กลุ่มเป้าหมาย" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell58" Border.Lines="All" Text="ระยะเวลา" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell59" Border.Lines="All" Text="งบประมาณ" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell60" Border.Lines="All" Text="จำนวนครั้ง" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell61" Border.Lines="All" Text="รวมทั้งสิ้น&#13;&#10;(บาท)" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
<TableObject Name="Table11" Left="406.35" Top="141.75" Width="132.3" Height="28.35">
<TableColumn Name="Column62" Width="56.7"/>
<TableColumn Name="Column63" Width="75.6"/>
<TableRow Name="Row11" Height="28.35">
<TableCell Name="Cell62" Border.Lines="All" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell63" Border.Lines="All" Text="หน่วยนับ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
<TableObject Name="Table12" Left="538.65" Top="141.75" Width="132.3" Height="28.35">
<TableColumn Name="Column64" Width="56.7"/>
<TableColumn Name="Column65" Width="75.6"/>
<TableRow Name="Row12" Height="28.35">
<TableCell Name="Cell64" Border.Lines="All" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell65" Border.Lines="All" Text="หน่วยนับ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
<TableObject Name="Table13" Left="670.95" Top="141.75" Width="132.3" Height="28.35">
<TableColumn Name="Column66" Width="56.7"/>
<TableColumn Name="Column67" Width="75.6"/>
<TableRow Name="Row13" Height="28.35">
<TableCell Name="Cell66" Border.Lines="All" Text="เงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell67" Border.Lines="All" Text="บาท" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
<TableObject Name="Table14" Left="803.25" Top="141.75" Width="132.3" Height="28.35">
<TableColumn Name="Column68" Width="56.7"/>
<TableColumn Name="Column69" Width="75.6"/>
<TableRow Name="Row14" Height="28.35">
<TableCell Name="Cell68" Border.Lines="All" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell69" Border.Lines="All" Text="หน่วยนับ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
</ReportTitleBand>
<DataBand Name="Data1" Top="175.29" Width="1047.06" Height="85.05" DataSource="group_header">
<TableObject Name="Table15" Width="1048.95" Height="85.05">
<TableColumn Name="Column70" Width="56.7"/>
<TableColumn Name="Column71" Width="349.65"/>
<TableColumn Name="Column72" Width="56.7"/>
<TableColumn Name="Column73" Width="75.6"/>
<TableColumn Name="Column74" Width="56.7"/>
<TableColumn Name="Column75" Width="75.6"/>
<TableColumn Name="Column76" Width="56.7"/>
<TableColumn Name="Column77" Width="75.6"/>
<TableColumn Name="Column78" Width="56.7"/>
<TableColumn Name="Column79" Width="75.6"/>
<TableColumn Name="Column80" Width="113.4"/>
<TableRow Name="Row15" Height="28.35">
<TableCell Name="Cell70" Border.Lines="All" Fill.Color="DarkSeaGreen" Text="[Row#]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell71" Border.Lines="All" Fill.Color="DarkSeaGreen" Text="[expenditure_budget_proposal.group_header.list_1]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell72" Border.Lines="All" Fill.Color="DarkSeaGreen" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell73" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell74" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell75" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell76" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell77" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell78" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell79" Border.Lines="All" Fill.Color="DarkSeaGreen" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell80" Border.Lines="All" Fill.Color="DarkSeaGreen" Text="[expenditure_budget_proposal.group_header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
<TableRow Name="Row16" Height="28.35">
<TableCell Name="Cell81" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell82" Border.Lines="All" Fill.Color="192, 255, 192" Text="[expenditure_budget_proposal.group_header.list_2]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Red"/>
<TableCell Name="Cell83" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell84" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell85" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell86" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell87" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell88" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell89" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell90" Border.Lines="All" Fill.Color="192, 255, 192" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell91" Border.Lines="All" Fill.Color="192, 255, 192" Text="[expenditure_budget_proposal.group_header.total_amount_1]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
<TableRow Name="Row17" Height="28.35">
<TableCell Name="Cell92" Border.Lines="All" Fill.Color="192, 255, 255" Text="[expenditure_budget_proposal.group_header.rowno]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell93" Border.Lines="All" Fill.Color="192, 255, 255" Text="[expenditure_budget_proposal.group_header.list_3]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell94" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell95" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell96" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell97" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell98" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell99" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell100" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell101" Border.Lines="All" Fill.Color="192, 255, 255" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell102" Border.Lines="All" Fill.Color="192, 255, 255" Text="[expenditure_budget_proposal.group_header.total_amount_2]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
<DataBand Name="Data3" Top="265.54" Width="1047.06" Height="28.35" DataSource="header">
<TableObject Name="Table16" Width="1048.95" Height="28.35">
<TableColumn Name="Column81" Width="56.7"/>
<TableColumn Name="Column82" Width="349.65"/>
<TableColumn Name="Column83" Width="56.7"/>
<TableColumn Name="Column84" Width="75.6"/>
<TableColumn Name="Column85" Width="56.7"/>
<TableColumn Name="Column86" Width="75.6"/>
<TableColumn Name="Column87" Width="56.7"/>
<TableColumn Name="Column88" Width="75.6"/>
<TableColumn Name="Column89" Width="56.7"/>
<TableColumn Name="Column90" Width="75.6"/>
<TableColumn Name="Column91" Width="113.4"/>
<TableRow Name="Row18" Height="28.35">
<TableCell Name="Cell103" Border.Lines="All" Fill.Color="255, 224, 192" Text="[expenditure_budget_proposal.group_header.header.rowno]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell104" Border.Lines="All" Fill.Color="255, 224, 192" Text="[expenditure_budget_proposal.group_header.header.header]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Blue"/>
<TableCell Name="Cell105" Border.Lines="All" Fill.Color="255, 224, 192" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell106" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell107" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell108" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell109" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell110" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell111" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell112" Border.Lines="All" Fill.Color="255, 224, 192" HorzAlign="Center" VertAlign="Center" Font="Arial, 14pt"/>
<TableCell Name="Cell113" Border.Lines="All" Fill.Color="255, 224, 192" Text="[expenditure_budget_proposal.group_header.header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
</TableRow>
</TableObject>
<DataBand Name="Data4" Top="299.08" Width="1047.06" Height="28.35" DataSource="data">
<TableObject Name="Table17" Width="1048.95" Height="28.35">
<TableColumn Name="Column92" Width="56.7"/>
<TableColumn Name="Column93" Width="349.65"/>
<TableColumn Name="Column94" Width="56.7"/>
<TableColumn Name="Column95" Width="75.6"/>
<TableColumn Name="Column96" Width="56.7"/>
<TableColumn Name="Column97" Width="75.6"/>
<TableColumn Name="Column98" Width="56.7"/>
<TableColumn Name="Column99" Width="75.6"/>
<TableColumn Name="Column100" Width="56.7"/>
<TableColumn Name="Column101" Width="75.6"/>
<TableColumn Name="Column102" Width="113.4"/>
<TableRow Name="Row19" Height="28.35">
<TableCell Name="Cell114" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell115" Border.Lines="All" Text="- [expenditure_budget_proposal.group_header.header.data.list]" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell116" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.target_group_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell117" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.target_group_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell118" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.time_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell119" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.time_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell120" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.budget_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell121" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.budget_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell122" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.quantity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell123" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.quantity_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
<TableCell Name="Cell124" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt" TextFill.Color="Red"/>
</TableRow>
</TableObject>
<DataBand Name="Data5" Top="332.63" Width="1047.06" Height="28.35" DataSource="data2">
<TableObject Name="Table18" Width="1048.95" Height="28.35">
<TableColumn Name="Column103" Width="56.7"/>
<TableColumn Name="Column104" Width="349.65"/>
<TableColumn Name="Column105" Width="56.7"/>
<TableColumn Name="Column106" Width="75.6"/>
<TableColumn Name="Column107" Width="56.7"/>
<TableColumn Name="Column108" Width="75.6"/>
<TableColumn Name="Column109" Width="56.7"/>
<TableColumn Name="Column110" Width="75.6"/>
<TableColumn Name="Column111" Width="56.7"/>
<TableColumn Name="Column112" Width="75.6"/>
<TableColumn Name="Column113" Width="113.4"/>
<TableRow Name="Row20" Height="28.35">
<TableCell Name="Cell125" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
<TableCell Name="Cell126" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.list]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell127" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.target_group_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell128" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.target_group_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell129" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.time_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell130" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.time_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell131" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.budget_count]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell132" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.budget_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell133" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.quantity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell134" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.quantity_unit]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
<TableCell Name="Cell135" Border.Lines="All" Text="[expenditure_budget_proposal.group_header.header.data.data2.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
</TableRow>
</TableObject>
</DataBand>
</DataBand>
</DataBand>
</DataBand>
</ReportPage>
</Report>