This commit is contained in:
@@ -44,30 +44,21 @@ namespace rmutr_report.Controllers
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
if (project.eighth != null)
|
||||
if (project.ninth!=null)
|
||||
{
|
||||
foreach (var v in project.eighth)
|
||||
foreach (var vv in project.ninth)
|
||||
{
|
||||
string na = "ประเด็นยุทธศาสตร์ที่ ";
|
||||
v.strategic_issues = na + v.strategic_issues;
|
||||
string na2 = "กลยุทธ์ที่ ";
|
||||
v.measure = na2 + v.measure;
|
||||
if (vv.clause == "9.1 ตัวชี้วัดผลสัมฤทธิ์")
|
||||
{
|
||||
vv.clause = "12.1 ตัวชี้วัดผลสัมฤทธิ์";
|
||||
}
|
||||
if (vv.clause == "9.2 ตัวชี้วัดเชิงนโยบาย")
|
||||
{
|
||||
vv.clause = "12.2 ตัวชี้วัดเชิงนโยบาย";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (project.fourteenth != null)
|
||||
{
|
||||
foreach (var vv in project.fourteenth)
|
||||
{
|
||||
// string na = "องค์ประกอบที่ " ;
|
||||
// vv.component = na + vv.component;
|
||||
string na2 = "ตัวบ่งชี้ที่ ";
|
||||
vv.indicator = na2 + vv.indicator;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (project.sixteenths != null)
|
||||
{
|
||||
foreach (var sixteenthData in project.sixteenths)
|
||||
@@ -165,6 +156,7 @@ namespace rmutr_report.Controllers
|
||||
string na2 = " ครั้ง";
|
||||
vv.text2 = na;
|
||||
vv.khrang2 = na2;
|
||||
vv.text12 = "หน่วยนับ";
|
||||
}
|
||||
|
||||
if (vv.count_training != null)
|
||||
@@ -202,7 +194,7 @@ namespace rmutr_report.Controllers
|
||||
vv.text7 = na;
|
||||
vv.text8 = na1;
|
||||
vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง";
|
||||
vv.text10 = "รายละเอียด";
|
||||
//vv.text10 = "รายละเอียด";
|
||||
}
|
||||
|
||||
if (vv.expenses != null)
|
||||
|
||||
@@ -46,27 +46,9 @@ namespace rmutr_report.Controllers
|
||||
// }
|
||||
// }
|
||||
|
||||
if (project.eighth != null)
|
||||
{
|
||||
foreach (var v in project.eighth)
|
||||
{
|
||||
string na = "ประเด็นยุทธศาสตร์ที่ ";
|
||||
v.strategic_issues = na + v.strategic_issues;
|
||||
string na2 = "กลยุทธ์ที่ ";
|
||||
v.measure = na2 + v.measure;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (project.fourteenth != null)
|
||||
{
|
||||
foreach (var vv in project.fourteenth)
|
||||
{
|
||||
// string na = "องค์ประกอบที่ " ;
|
||||
// vv.component = na + vv.component;
|
||||
string na2 = "ตัวบ่งชี้ที่ ";
|
||||
vv.indicator = na2 + vv.indicator;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (project.sixteenths != null)
|
||||
@@ -165,6 +147,7 @@ namespace rmutr_report.Controllers
|
||||
string na2 = " ครั้ง";
|
||||
vv.text2 = na ;
|
||||
vv.khrang2 = na2 ;
|
||||
vv.text12 = "หน่วยนับ";
|
||||
}
|
||||
|
||||
if (vv.count_training != null )
|
||||
@@ -202,7 +185,7 @@ namespace rmutr_report.Controllers
|
||||
vv.text7 = na;
|
||||
vv.text8 = na1;
|
||||
vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง";
|
||||
vv.text10 = "รายละเอียด";
|
||||
//vv.text10 = "รายละเอียด";
|
||||
}
|
||||
if (vv.expenses!=null)
|
||||
{
|
||||
|
||||
@@ -64,27 +64,32 @@ namespace rmutr_report.Controllers
|
||||
// }
|
||||
// }
|
||||
|
||||
if (project.eighth != null)
|
||||
if (project.ninth!=null)
|
||||
{
|
||||
foreach (var v in project.eighth)
|
||||
foreach (var vv in project.ninth)
|
||||
{
|
||||
string na = "ประเด็นยุทธศาสตร์ที่ ";
|
||||
v.strategic_issues = na + v.strategic_issues;
|
||||
string na2 = "กลยุทธ์ที่ ";
|
||||
v.measure = na2 + v.measure;
|
||||
if (vv.clause == "9.1 ตัวชี้วัดผลสัมฤทธิ์")
|
||||
{
|
||||
vv.clause = "11.1 ตัวชี้วัดผลสัมฤทธิ์";
|
||||
}
|
||||
if (vv.clause == "9.2 ตัวชี้วัดเชิงนโยบาย")
|
||||
{
|
||||
vv.clause = "11.2 ตัวชี้วัดเชิงนโยบาย";
|
||||
}
|
||||
if (vv.ninths==null)
|
||||
{
|
||||
vv.ninths.Add(new ninth_data_detail()
|
||||
{
|
||||
detail = ""
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (project.fourteenth != null)
|
||||
{
|
||||
foreach (var vv in project.fourteenth)
|
||||
{
|
||||
// string na = "องค์ประกอบที่ " ;
|
||||
// vv.component = na + vv.component;
|
||||
string na2 = "ตัวบ่งชี้ที่ ";
|
||||
vv.indicator = na2 + vv.indicator;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (project.sixteenths != null)
|
||||
@@ -101,7 +106,38 @@ namespace rmutr_report.Controllers
|
||||
sixteenthData.klai_kangwon_total = sum4;
|
||||
}
|
||||
}
|
||||
if (project.seventeenth != null)
|
||||
{
|
||||
foreach (var v in project.seventeenth)
|
||||
{
|
||||
string a = "กิจกรรมที่ ";
|
||||
v.activity = a + v.activity;
|
||||
foreach (var vv in v.seventeenths)
|
||||
{
|
||||
string na = "ครั้งที่ ";
|
||||
vv.the_time = na + vv.the_time;
|
||||
foreach (var detail in vv.seventeenths2)
|
||||
{
|
||||
string in1 = "พื้นที่ (ภายในมหาวิทยาลัย) ";
|
||||
string in2 = "ระบุสถานที่ ";
|
||||
string out1 = "จังหวัด (ภายนอกมหาวิทยาลัย) ";
|
||||
|
||||
if (detail.internal_external1 == "ภายในมหาวิทยาลัย")
|
||||
{
|
||||
detail.text1 = "ภายในมหาวิทยาลัย";
|
||||
detail.area_province1 = in1 + detail.area_province1;
|
||||
detail.location1 = in2 + detail.location1;
|
||||
}
|
||||
if (detail.internal_external2 == "ภายนอกมหาวิทยาลัย")
|
||||
{
|
||||
detail.text2 = "ภายนอกมหาวิทยาลัย";
|
||||
detail.area_province2 = out1 + detail.area_province2;
|
||||
detail.location2 = in2 + detail.location2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (project.eighteenth != null)
|
||||
{
|
||||
foreach (var v in project.eighteenth)
|
||||
@@ -141,25 +177,6 @@ namespace rmutr_report.Controllers
|
||||
|
||||
foreach (var vv in v.twenty_ones)
|
||||
{
|
||||
// if (vv.clause1 != null || vv.clause1 != "")
|
||||
// {
|
||||
// vv.clause1 = vv.clause1;
|
||||
// }
|
||||
//
|
||||
// if (vv.clause2 != null || vv.clause2 != "")
|
||||
// {
|
||||
// vv.clause2 = vv.clause2;
|
||||
// }
|
||||
//
|
||||
// if (vv.clause3 != null || vv.clause3 != "")
|
||||
// {
|
||||
// vv.clause3 = vv.clause3;
|
||||
// }
|
||||
//
|
||||
// if (vv.clause4 != null || vv.clause4 != "")
|
||||
// {
|
||||
// vv.clause4 = vv.clause4;
|
||||
// }
|
||||
if (vv.count_quantitative != null)
|
||||
{
|
||||
|
||||
@@ -184,6 +201,7 @@ namespace rmutr_report.Controllers
|
||||
string na2 = " ครั้ง";
|
||||
vv.text2 = na;
|
||||
vv.khrang2 = na2;
|
||||
vv.text12 = "หน่วยนับ";
|
||||
}
|
||||
|
||||
if (vv.count_training != null)
|
||||
@@ -221,7 +239,7 @@ namespace rmutr_report.Controllers
|
||||
vv.text7 = na;
|
||||
vv.text8 = na1;
|
||||
vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง";
|
||||
vv.text10 = "รายละเอียด";
|
||||
//vv.text10 = "รายละเอียด";
|
||||
}
|
||||
|
||||
if (vv.expenses != null)
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace rmutr_report.Models
|
||||
public List<seventeenth_datas> seventeenth_thai { get; set; } //ข้อ 17
|
||||
public List<eighteenths_datas> eighteenth_thai { get; set; } //ข้อ 18
|
||||
public List<eighteenths_datas> nineteenth_thai { get; set; } //ข้อ 19
|
||||
|
||||
public List<project_activity_styles> nineteenth_style { get; set; } //ข้อ 19 ลักษณะโครงการ
|
||||
public decimal? budget_amount { get; set; } //ข้อ 20
|
||||
public List<twentieth_data> twentieth { get; set; } //ข้อ 20
|
||||
public List<twenty_one_data> twenty_one { get; set; } //ข้อ 21
|
||||
@@ -90,10 +90,9 @@ namespace rmutr_report.Models
|
||||
public string activity { get; set; }
|
||||
}
|
||||
|
||||
public class project_activity_styles
|
||||
public class project_activity_styles
|
||||
{
|
||||
public string style { get; set; }
|
||||
|
||||
}
|
||||
public class sixth_data
|
||||
{
|
||||
@@ -155,6 +154,7 @@ namespace rmutr_report.Models
|
||||
public class sixteenth_data_detail
|
||||
{
|
||||
public string activity_table { get; set; }
|
||||
public string unit { get; set; }
|
||||
public List<sixteenth_data_details> sixteenths2 { get; set; }
|
||||
public decimal? salaya_total { get; set; }
|
||||
public decimal? bophitphimuk_total { get; set; }
|
||||
@@ -238,7 +238,8 @@ namespace rmutr_report.Models
|
||||
public string internal_external2 { get; set; }
|
||||
public string area_province2 { get; set; }
|
||||
public string location2 { get; set; }
|
||||
// public string external_university { get; set; }
|
||||
public string text1 { get; set; }
|
||||
public string text2 { get; set; }
|
||||
// public string province { get; set; }
|
||||
// public string province_location { get; set; }
|
||||
|
||||
@@ -395,6 +396,7 @@ namespace rmutr_report.Models
|
||||
public class twenty_one_data
|
||||
{
|
||||
public string activity { get; set; }
|
||||
public string remark { get; set; }
|
||||
public List<twenty_one_data_detail> twenty_ones { get; set; }
|
||||
}
|
||||
|
||||
@@ -411,6 +413,7 @@ namespace rmutr_report.Models
|
||||
public string text9 { get; set; }
|
||||
public string text10 { get; set; }
|
||||
public string text11 { get; set; }
|
||||
public string text12 { get; set; }
|
||||
public string bath { get; set; }
|
||||
public string nuai_nap { get; set; }
|
||||
public string khrang1 { get; set; }
|
||||
@@ -433,10 +436,17 @@ namespace rmutr_report.Models
|
||||
public string percentage1 { get; set; }
|
||||
public string percentage2 { get; set; }
|
||||
public string acquired_knowledge { get; set; }
|
||||
public string detail { get; set; }
|
||||
//public string detail2 { get; set; }
|
||||
|
||||
public string clause4 { get; set; }
|
||||
public decimal? expenses { get; set; }
|
||||
public string target_1 { get; set; }
|
||||
public string target_2 { get; set; }
|
||||
public string target_3 { get; set; }
|
||||
public string target_4 { get; set; }
|
||||
public string results_1 { get; set; }
|
||||
public string results_2 { get; set; }
|
||||
public string results_3 { get; set; }
|
||||
public string results_4 { get; set; }
|
||||
}
|
||||
|
||||
// public class twenty_one_data_activity1
|
||||
@@ -557,6 +567,7 @@ namespace rmutr_report.Models
|
||||
public string times { get; set; }
|
||||
public string detail { get; set; }
|
||||
public string lecturer { get; set; }
|
||||
public string in_out { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
16999523559176324
|
||||
17001217270031729
|
||||
@@ -1 +1 @@
|
||||
17000447865139285
|
||||
17001217270031729
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/15/2023 17:42:42" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/16/2023 14:55:42" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Dictionary>
|
||||
<BusinessObjectDataSource Name="project_principle_rationale" ReferenceName="project_principle_rationale" DataType="null" Enabled="true">
|
||||
<Column Name="budget_year_name_th" DataType="System.String"/>
|
||||
@@ -207,6 +207,9 @@
|
||||
<Column Name="total_expenses" DataType="System.Decimal"/>
|
||||
<Column Name="total_material" DataType="System.Decimal"/>
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="nineteenth_style" DataType="null" Enabled="true">
|
||||
<Column Name="style" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
<Column Name="budget_amount" DataType="System.Decimal"/>
|
||||
<BusinessObjectDataSource Name="twentieth" DataType="null" Enabled="true">
|
||||
<Column Name="action_plan" DataType="System.String"/>
|
||||
@@ -225,6 +228,7 @@
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="twenty_one" DataType="null" Enabled="true">
|
||||
<Column Name="activity" DataType="System.String"/>
|
||||
<Column Name="remark" DataType="System.String"/>
|
||||
<BusinessObjectDataSource Name="twenty_ones" DataType="null" Enabled="true">
|
||||
<Column Name="nuai_nap" DataType="System.String"/>
|
||||
<Column Name="khrang1" DataType="System.String"/>
|
||||
@@ -243,6 +247,7 @@
|
||||
<Column Name="text9" DataType="System.String"/>
|
||||
<Column Name="text10" DataType="System.String"/>
|
||||
<Column Name="text11" DataType="System.String"/>
|
||||
<Column Name="text12" DataType="System.String"/>
|
||||
<Column Name="clause1" DataType="System.String"/>
|
||||
<Column Name="budget_unit_name_th" DataType="System.String"/>
|
||||
<Column Name="count_quantitative" DataType="System.String"/>
|
||||
@@ -259,10 +264,16 @@
|
||||
<Column Name="percentage1" DataType="System.String"/>
|
||||
<Column Name="percentage2" DataType="System.String"/>
|
||||
<Column Name="acquired_knowledge" DataType="System.String"/>
|
||||
<Column Name="detail" DataType="System.String"/>
|
||||
<Column Name="detail2" DataType="System.String"/>
|
||||
<Column Name="clause4" DataType="System.String"/>
|
||||
<Column Name="expenses" DataType="System.Decimal"/>
|
||||
<Column Name="target_1" DataType="System.String"/>
|
||||
<Column Name="target_2" DataType="System.String"/>
|
||||
<Column Name="target_3" DataType="System.String"/>
|
||||
<Column Name="target_4" DataType="System.String"/>
|
||||
<Column Name="results_1" DataType="System.String"/>
|
||||
<Column Name="results_2" DataType="System.String"/>
|
||||
<Column Name="results_3" DataType="System.String"/>
|
||||
<Column Name="results_4" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="twenty_two" DataType="null" Enabled="true">
|
||||
@@ -298,6 +309,7 @@
|
||||
<Column Name="times" DataType="System.String"/>
|
||||
<Column Name="detail" DataType="System.String"/>
|
||||
<Column Name="lecturer" DataType="System.String"/>
|
||||
<Column Name="in_out" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
</BusinessObjectDataSource>
|
||||
</BusinessObjectDataSource>
|
||||
@@ -360,8 +372,8 @@
|
||||
<TextObject Name="Text299" Top="28.35" Width="179.55" Height="56.7" Text="ความสอดคล้องกับแผนพัฒนา เศรษกิจและสังคมแห่งชาติ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text300" Top="170.1" Width="756" Height="28.35" Text="8. ความสอดคล้องกับยุทธศาสตร์การพัฒนามหาวิทยาลัย" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data58" Top="1265.8" Width="756" Height="94.5" DataSource="eighth">
|
||||
<TextObject Name="Text139" Top="47.25" Width="756" Height="47.25" Text="[project_principle_rationale.eighth.measure]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text84" Width="756" Height="47.25" Text="[project_principle_rationale.eighth.strategic_issues]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text139" Top="47.25" Width="756" Height="47.25" Text="กลยุทธ์ [project_principle_rationale.eighth.measure]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text84" Width="756" Height="47.25" Text="ประเด็นยุทธศาสตร์ที่ [project_principle_rationale.eighth.strategic_issues]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data45" Top="1365.5" Width="756" Height="283.5">
|
||||
@@ -396,9 +408,9 @@
|
||||
<DataBand Name="Data54" Top="2005.72" Width="756" Height="28.35">
|
||||
<TextObject Name="Text313" Width="756" Height="28.35" Text="14. ตัวบ่งชี้การประกันคุณภาพการศึกษาภายใน (สกอ)" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data55" Top="2039.27" Width="756" Height="103.95" DataSource="fourteenth">
|
||||
<TextObject Name="Text315" Width="756" Height="28.35" Text="[project_principle_rationale.fourteenth.level]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text317" Top="28.35" Width="756" Height="28.35" Text="[project_principle_rationale.fourteenth.component]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text318" Top="56.7" Width="756" Height="47.25" Text="[project_principle_rationale.fourteenth.indicator]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text317" Top="28.35" Width="756" Height="28.35" Text="ยุทธศาสตร์ หน่วยงาน/คณะ [project_principle_rationale.fourteenth.component]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text318" Top="56.7" Width="756" Height="47.25" Text="ตัวบ่งชีที่ [project_principle_rationale.fourteenth.indicator]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text315" Width="756" Height="28.35" Text="ระดับ [project_principle_rationale.fourteenth.level]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data50" Top="2148.41" Width="756" Height="28.35">
|
||||
@@ -540,7 +552,7 @@
|
||||
<TextObject Name="Text125" Left="387.45" Top="28.35" Width="340.2" Height="18.9" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text145" Width="756" Height="28.35" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.activity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data36" Top="257.03" Width="756" Height="28.35" DataSource="nineteenths_compensation">
|
||||
<TableObject Name="Table28" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table28" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column118" Width="226.8"/>
|
||||
<TableColumn Name="Column119" Width="103.95"/>
|
||||
<TableColumn Name="Column120" Width="103.95"/>
|
||||
@@ -555,29 +567,29 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader1" Top="147.88" Width="756" Height="103.95">
|
||||
<TextObject Name="Text146" Left="47.25" Width="708.75" Height="28.35" Text="ค่าตอบแทน [project_principle_rationale.nineteenth.total_compensation] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text147" Left="396.9" Width="330.75" Height="28.35" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table3" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TextObject Name="Text146" Left="28.35" Width="708.75" Height="28.35" Text="ค่าตอบแทน [project_principle_rationale.nineteenth.total_compensation] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text147" Left="378" Width="330.75" Height="28.35" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table3" Left="28.35" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column11" Width="226.8"/>
|
||||
<TableColumn Name="Column12" Width="311.85"/>
|
||||
<TableColumn Name="Column13" Width="141.75"/>
|
||||
<TableRow Name="Row13" Height="47.25">
|
||||
<TableCell Name="Cell61" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell62" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table4" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
||||
<TableObject Name="Table4" Left="255.15" Top="47.25" Width="311.85" Height="28.35">
|
||||
<TableColumn Name="Column14" Width="103.95"/>
|
||||
<TableColumn Name="Column15" Width="103.95"/>
|
||||
<TableColumn Name="Column16" Width="103.95"/>
|
||||
<TableRow Name="Row14" 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"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<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"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table27" Left="47.25" Top="75.6" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table27" Left="28.35" Top="75.6" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column113" Width="226.8"/>
|
||||
<TableColumn Name="Column114" Width="103.95"/>
|
||||
<TableColumn Name="Column115" Width="103.95"/>
|
||||
@@ -593,7 +605,7 @@
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data37" Top="290.57" Width="756" Height="28.35" DataSource="nineteenths2_compensation">
|
||||
<TableObject Name="Table5" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table5" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column17" Width="226.8"/>
|
||||
<TableColumn Name="Column18" Width="103.95"/>
|
||||
<TableColumn Name="Column19" Width="103.95"/>
|
||||
@@ -610,14 +622,14 @@
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data68" Top="433.26" Width="756" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TableObject Name="Table30" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table30" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column128" Width="226.8"/>
|
||||
<TableColumn Name="Column129" Width="103.95"/>
|
||||
<TableColumn Name="Column130" Width="103.95"/>
|
||||
<TableColumn Name="Column131" Width="103.95"/>
|
||||
<TableColumn Name="Column132" Width="141.75"/>
|
||||
<TableRow Name="Row40" Height="28.35">
|
||||
<TableCell Name="Cell178" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name2]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Underline" ColSpan="4"/>
|
||||
<TableCell Name="Cell178" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name1]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Underline" ColSpan="4"/>
|
||||
<TableCell Name="Cell179" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell180" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell181" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -625,28 +637,28 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader3" Top="324.12" Width="756" Height="103.95">
|
||||
<TextObject Name="Text128" Left="47.25" Width="708.75" Height="28.35" Text="ค่าใช้สอย [project_principle_rationale.nineteenth.total_expenses] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table6" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TextObject Name="Text128" Left="28.35" Width="708.75" Height="28.35" Text="ค่าใช้สอย [project_principle_rationale.nineteenth.total_expenses] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table6" Left="28.35" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column22" Width="226.8"/>
|
||||
<TableColumn Name="Column23" Width="311.85"/>
|
||||
<TableColumn Name="Column24" Width="141.75"/>
|
||||
<TableRow Name="Row16" Height="47.25">
|
||||
<TableCell Name="Cell72" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell73" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table7" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
||||
<TableObject Name="Table7" Left="255.15" Top="47.25" Width="311.85" Height="28.35">
|
||||
<TableColumn Name="Column25" Width="103.95"/>
|
||||
<TableColumn Name="Column26" Width="103.95"/>
|
||||
<TableColumn Name="Column27" Width="103.95"/>
|
||||
<TableRow Name="Row17" Height="28.35">
|
||||
<TableCell Name="Cell75" Border.Lines="All" Text="บาท" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell75" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell76" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell77" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell77" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table29" Left="47.25" Top="75.6" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table29" Left="28.35" Top="75.6" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column123" Width="226.8"/>
|
||||
<TableColumn Name="Column124" Width="103.95"/>
|
||||
<TableColumn Name="Column125" Width="103.95"/>
|
||||
@@ -662,24 +674,24 @@
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data38" Top="466.81" Width="756" Height="28.35" DataSource="nineteenths_expenses1">
|
||||
<TableObject Name="Table8" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table8" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column28" Width="226.8"/>
|
||||
<TableColumn Name="Column29" Width="103.95"/>
|
||||
<TableColumn Name="Column30" Width="103.95"/>
|
||||
<TableColumn Name="Column31" Width="103.95"/>
|
||||
<TableColumn Name="Column32" Width="141.75"/>
|
||||
<TableRow Name="Row18" Height="28.35">
|
||||
<TableCell Name="Cell78" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell79" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell78" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses1.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell79" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses1.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell80" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell81" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell82" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell81" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses1.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell82" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses1.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data39" Top="552.8" Width="756" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TableObject Name="Table31" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table31" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column133" Width="226.8"/>
|
||||
<TableColumn Name="Column134" Width="103.95"/>
|
||||
<TableColumn Name="Column135" Width="103.95"/>
|
||||
@@ -694,29 +706,29 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader4" Top="500.35" Width="756" Height="47.25">
|
||||
<TableObject Name="Table9" Left="47.25" Width="680.4" Height="47.25">
|
||||
<TableObject Name="Table9" Left="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column33" Width="226.8"/>
|
||||
<TableColumn Name="Column34" Width="311.85"/>
|
||||
<TableColumn Name="Column35" Width="141.75"/>
|
||||
<TableRow Name="Row19" Height="47.25">
|
||||
<TableCell Name="Cell83" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell84" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell85" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell85" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table10" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||
<TableObject Name="Table10" Left="255.15" Top="18.9" Width="311.85" Height="28.35">
|
||||
<TableColumn Name="Column36" Width="103.95"/>
|
||||
<TableColumn Name="Column37" Width="103.95"/>
|
||||
<TableColumn Name="Column38" Width="103.95"/>
|
||||
<TableRow Name="Row20" Height="28.35">
|
||||
<TableCell Name="Cell86" Border.Lines="All" Text="บาท/คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell87" Border.Lines="All" Text="วัน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell88" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell86" Border.Lines="All" Text="จำนวนวัน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell87" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell88" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data40" Top="586.34" Width="756" Height="28.35" DataSource="nineteenths_expenses2">
|
||||
<TableObject Name="Table11" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table11" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column39" Width="226.8"/>
|
||||
<TableColumn Name="Column40" Width="103.95"/>
|
||||
<TableColumn Name="Column41" Width="103.95"/>
|
||||
@@ -724,8 +736,8 @@
|
||||
<TableColumn Name="Column43" Width="141.75"/>
|
||||
<TableRow Name="Row21" Height="28.35">
|
||||
<TableCell Name="Cell89" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell90" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell91" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell90" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell91" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell92" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell93" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
@@ -733,7 +745,7 @@
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data41" Top="672.33" Width="756" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TableObject Name="Table32" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table32" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column138" Width="226.8"/>
|
||||
<TableColumn Name="Column139" Width="103.95"/>
|
||||
<TableColumn Name="Column140" Width="103.95"/>
|
||||
@@ -748,29 +760,29 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader5" Top="619.89" Width="756" Height="47.25">
|
||||
<TableObject Name="Table12" Left="47.25" Width="680.4" Height="47.25">
|
||||
<TableObject Name="Table12" Left="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column44" Width="226.8"/>
|
||||
<TableColumn Name="Column45" Width="311.85"/>
|
||||
<TableColumn Name="Column46" Width="141.75"/>
|
||||
<TableRow Name="Row22" Height="47.25">
|
||||
<TableCell Name="Cell94" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell95" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table13" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||
<TableObject Name="Table13" Left="255.15" Top="18.9" Width="311.85" Height="28.35">
|
||||
<TableColumn Name="Column47" Width="103.95"/>
|
||||
<TableColumn Name="Column48" Width="103.95"/>
|
||||
<TableColumn Name="Column49" Width="103.95"/>
|
||||
<TableRow Name="Row23" Height="28.35">
|
||||
<TableCell Name="Cell97" Border.Lines="All" Text="(บาท)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Text="(มื้อ)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell99" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell97" Border.Lines="All" Text="จำนวนมื้อ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell99" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data46" Top="705.88" Width="756" Height="28.35" DataSource="nineteenths_expenses3">
|
||||
<TableObject Name="Table14" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableObject Name="Table14" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column50" Width="226.8"/>
|
||||
<TableColumn Name="Column51" Width="103.95"/>
|
||||
<TableColumn Name="Column52" Width="103.95"/>
|
||||
@@ -778,58 +790,112 @@
|
||||
<TableColumn Name="Column54" Width="141.75"/>
|
||||
<TableRow Name="Row24" Height="28.35">
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data47" Top="820.22" Width="756" Height="28.35">
|
||||
<TableObject Name="Table33" Left="47.25" Width="680.4" Height="28.35">
|
||||
<DataBand Name="Data59" Top="791.87" Width="756" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TableObject Name="Table46" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column208" Width="226.8"/>
|
||||
<TableColumn Name="Column209" Width="103.95"/>
|
||||
<TableColumn Name="Column210" Width="103.95"/>
|
||||
<TableColumn Name="Column211" Width="103.95"/>
|
||||
<TableColumn Name="Column212" Width="141.75"/>
|
||||
<TableRow Name="Row56" Height="28.35">
|
||||
<TableCell Name="Cell258" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name4]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Underline" ColSpan="4"/>
|
||||
<TableCell Name="Cell259" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell260" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell261" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell262" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader7" Top="739.42" Width="756" Height="47.25">
|
||||
<TableObject Name="Table24" Left="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column197" Width="226.8"/>
|
||||
<TableColumn Name="Column198" Width="311.85"/>
|
||||
<TableColumn Name="Column199" Width="141.75"/>
|
||||
<TableRow Name="Row34" Height="47.25">
|
||||
<TableCell Name="Cell247" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell248" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell249" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table44" Left="255.15" Top="18.9" Width="311.85" Height="28.35">
|
||||
<TableColumn Name="Column200" Width="103.95"/>
|
||||
<TableColumn Name="Column201" Width="103.95"/>
|
||||
<TableColumn Name="Column202" Width="103.95"/>
|
||||
<TableRow Name="Row54" Height="28.35">
|
||||
<TableCell Name="Cell250" Border.Lines="All" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell251" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell252" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data60" Top="825.41" Width="756" Height="30.23" DataSource="nineteenths_expenses4">
|
||||
<TableObject Name="Table47" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column215" Width="226.8"/>
|
||||
<TableColumn Name="Column216" Width="103.95"/>
|
||||
<TableColumn Name="Column217" Width="103.95"/>
|
||||
<TableColumn Name="Column218" Width="103.95"/>
|
||||
<TableColumn Name="Column219" Width="141.75"/>
|
||||
<TableRow Name="Row57" Height="28.35">
|
||||
<TableCell Name="Cell265" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell266" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell267" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell268" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell269" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data47" Top="941.63" Width="756" Height="28.35">
|
||||
<TableObject Name="Table33" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column143" Width="198.45"/>
|
||||
<TableColumn Name="Column144" Width="132.3"/>
|
||||
<TableColumn Name="Column144" Width="236.25"/>
|
||||
<TableColumn Name="Column145" Width="75.6"/>
|
||||
<TableColumn Name="Column146" Width="132.3"/>
|
||||
<TableColumn Name="Column146" Width="28.35"/>
|
||||
<TableColumn Name="Column147" Width="141.75"/>
|
||||
<TableRow Name="Row43" Height="28.35">
|
||||
<TableCell Name="Cell193" Border.Lines="All" Fill.Color="192, 255, 255" Text="ค่าวัสดุ / อุปกรณ์" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell194" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell195" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell195" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell196" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell197" Border.Lines="All" Fill.Color="192, 255, 255" Text="[project_principle_rationale.nineteenth.material]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader6" Top="739.42" Width="756" Height="75.6">
|
||||
<TextObject Name="Text133" Left="47.25" Width="708.75" Height="28.35" Text="ค่าวัสดุ [project_principle_rationale.nineteenth.total_material] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table15" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
<DataHeaderBand Name="DataHeader6" Top="860.84" Width="756" Height="75.6">
|
||||
<TextObject Name="Text133" Left="28.35" Width="708.75" Height="28.35" Text="ค่าวัสดุ [project_principle_rationale.nineteenth.total_material] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table15" Left="28.35" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column55" Width="198.45"/>
|
||||
<TableColumn Name="Column56" Width="132.3"/>
|
||||
<TableColumn Name="Column56" Width="236.25"/>
|
||||
<TableColumn Name="Column57" Width="75.6"/>
|
||||
<TableColumn Name="Column58" Width="132.3"/>
|
||||
<TableColumn Name="Column58" Width="28.35"/>
|
||||
<TableColumn Name="Column59" Width="141.75"/>
|
||||
<TableRow Name="Row25" Height="47.25">
|
||||
<TableCell Name="Cell105" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell106" Border.Lines="All" Fill.Color="255, 255, 202" Text="หน่วยนับ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell107" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell108" Border.Lines="All" Fill.Color="255, 255, 202" Text="ราคาต่อหน่วย บาท" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell109" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell106" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวนเงินต่อหน่วย" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell107" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell108" Border.Lines="All" Fill.Color="255, 255, 202" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell109" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data42" Top="853.76" Width="756" Height="28.35" DataSource="nineteenths_material">
|
||||
<TableObject Name="Table16" Left="47.25" Width="680.4" Height="28.35">
|
||||
<DataBand Name="Data42" Top="975.18" Width="756" Height="28.35" DataSource="nineteenths_material">
|
||||
<TableObject Name="Table16" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column60" Width="198.45"/>
|
||||
<TableColumn Name="Column61" Width="132.3"/>
|
||||
<TableColumn Name="Column61" Width="236.25"/>
|
||||
<TableColumn Name="Column62" Width="75.6"/>
|
||||
<TableColumn Name="Column63" Width="132.3"/>
|
||||
<TableColumn Name="Column63" Width="28.35"/>
|
||||
<TableColumn Name="Column64" Width="141.75"/>
|
||||
<TableRow Name="Row26" Height="28.35">
|
||||
<TableCell Name="Cell110" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell111" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell112" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell113" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit_price]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell111" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit_price]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell112" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell113" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell114" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
@@ -850,8 +916,8 @@
|
||||
<TextObject Name="Text221" Left="28.35" Top="170.1" Width="151.2" Height="28.35" Text="กรุณาคลิกลิงค์เพื่อเปิดไฟล์" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text222" Left="179.55" Top="170.1" Width="576.45" Height="28.35" Hyperlink.Expression="[project_principle_rationale.url_file2]" Text="[project_principle_rationale.url_file2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text217" Top="56.7" Width="756" Height="28.35" Text="งบลงทุน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data13" Top="231.99" Width="756" Height="28.35" DataSource="fourteenth">
|
||||
<TextObject Name="Text224" Width="756" Height="28.35" Text="[project_principle_rationale.fourteenth.level]" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data13" Top="231.99" Width="756" Height="28.35" DataSource="nineteenth_style">
|
||||
<TextObject Name="Text224" Width="756" Height="28.35" Text="[project_principle_rationale.nineteenth_style.style]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data14" Top="265.54" Width="756" Height="226.8">
|
||||
@@ -936,37 +1002,45 @@
|
||||
<DataBand Name="Data22" Top="208.84" Width="756" Height="66.15">
|
||||
<TextObject Name="Text229" Top="9.45" Width="756" Height="28.35" Text="ส่วนที่ 2 ผลที่ได้รับ/ตัวชี้วัด/ผลลัพธ์/ผลกระทบที่เกิดขึ้น" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<TextObject Name="Text230" Top="37.8" Width="756" Height="28.35" Text="24. ผลที่ได้รับจากโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data23" Top="280.18" Width="756" Height="28.35" DataSource="twenty_one">
|
||||
<DataBand Name="Data23" Top="280.18" Width="756" Height="66.15" DataSource="twenty_one">
|
||||
<TextObject Name="Text211" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.activity]" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data5" Top="313.73" Width="756" Height="453.6" DataSource="twenty_ones">
|
||||
<TextObject Name="Text6" Left="37.8" Top="28.35" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text1] [project_principle_rationale.twenty_one.twenty_ones.budget_unit_name_th] [project_principle_rationale.twenty_one.twenty_ones.text11] [project_principle_rationale.twenty_one.twenty_ones.count_unit] [project_principle_rationale.twenty_one.twenty_ones.nuai_nap]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text7" Left="37.8" Top="85.05" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text3] [project_principle_rationale.twenty_one.twenty_ones.count_training] [project_principle_rationale.twenty_one.twenty_ones.rueang]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text8" Left="37.8" Top="113.4" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text4] [project_principle_rationale.twenty_one.twenty_ones.count_knowledge] [project_principle_rationale.twenty_one.twenty_ones.khrang3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text9" Top="141.75" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text10" Left="37.8" Top="170.1" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text5] [project_principle_rationale.twenty_one.twenty_ones.project_start_date] [project_principle_rationale.twenty_one.twenty_ones.range][project_principle_rationale.twenty_one.twenty_ones.project_end_date]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text11" Left="37.8" Top="198.45" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text6] [project_principle_rationale.twenty_one.twenty_ones.percentage_finish]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text12" Top="226.8" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text13" Left="37.8" Top="255.15" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text7] [project_principle_rationale.twenty_one.twenty_ones.percentage1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text14" Left="37.8" Top="283.5" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text8] [project_principle_rationale.twenty_one.twenty_ones.percentage2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text15" Left="37.8" Top="311.85" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text9]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text16" Left="75.6" Top="340.2" Width="680.4" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.acquired_knowledge]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text17" Left="75.6" Top="368.55" Width="699.3" Height="56.7" Text="[project_principle_rationale.twenty_one.twenty_ones.text10] [project_principle_rationale.twenty_one.twenty_ones.detail]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text18" Left="37.8" Top="56.7" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text2] [project_principle_rationale.twenty_one.twenty_ones.count_project] [project_principle_rationale.twenty_one.twenty_ones.khrang2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text20" Top="425.25" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<TextObject Name="Text337" Top="28.35" Width="756" Height="37.8" Text="[project_principle_rationale.twenty_one.remark]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data5" Top="351.53" Width="756" Height="718.2" DataSource="twenty_ones">
|
||||
<TextObject Name="Text42" Left="37.8" Top="28.35" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text1] [project_principle_rationale.twenty_one.twenty_ones.text11] [project_principle_rationale.twenty_one.twenty_ones.count_unit] [project_principle_rationale.twenty_one.twenty_ones.nuai_nap]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text43" Left="37.8" Top="113.4" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text3] [project_principle_rationale.twenty_one.twenty_ones.count_training] [project_principle_rationale.twenty_one.twenty_ones.rueang]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text46" Left="37.8" Top="141.75" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text4] [project_principle_rationale.twenty_one.twenty_ones.count_knowledge] [project_principle_rationale.twenty_one.twenty_ones.khrang3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text47" Top="264.6" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text48" Left="37.8" Top="292.95" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text5] [project_principle_rationale.twenty_one.twenty_ones.project_start_date] [project_principle_rationale.twenty_one.twenty_ones.range][project_principle_rationale.twenty_one.twenty_ones.project_end_date]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text49" Left="37.8" Top="321.3" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text6] [project_principle_rationale.twenty_one.twenty_ones.percentage_finish]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text56" Top="444.15" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text62" Left="37.8" Top="472.5" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text7] [project_principle_rationale.twenty_one.twenty_ones.percentage1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text63" Left="37.8" Top="500.85" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text8] [project_principle_rationale.twenty_one.twenty_ones.percentage2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text70" Left="37.8" Top="529.2" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text9]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text74" Left="37.8" Top="85.05" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text2] [project_principle_rationale.twenty_one.twenty_ones.count_project] [project_principle_rationale.twenty_one.twenty_ones.khrang2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text75" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause1] [project_principle_rationale.twenty_one.twenty_ones.count_quantitative] [project_principle_rationale.twenty_one.twenty_ones.khrang1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text338" Left="37.8" Top="56.7" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text12] [project_principle_rationale.twenty_one.twenty_ones.budget_unit_name_th]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text339" Left="37.8" Top="170.1" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text340" Left="37.8" Top="217.35" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text341" Left="37.8" Top="349.65" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text342" Left="37.8" Top="396.9" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text343" Left="37.8" Top="557.55" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text344" Left="37.8" Top="595.35" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text76" Top="642.6" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
<GeneralFormat/>
|
||||
<GeneralFormat/>
|
||||
</Formats>
|
||||
</TextObject>
|
||||
<TextObject Name="Text19" Width="765.45" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause1] [project_principle_rationale.twenty_one.twenty_ones.count_quantitative] [project_principle_rationale.twenty_one.twenty_ones.khrang1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text345" Left="37.8" Top="670.95" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data24" Top="772.52" Width="756" Height="28.35">
|
||||
<DataBand Name="Data24" Top="1074.92" Width="756" Height="28.35">
|
||||
<TextObject Name="Text231" Width="756" Height="28.35" Text="25.ประเภทของผลผลิตโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data25" Top="806.07" Width="756" Height="28.35" DataSource="seventeenth_thai">
|
||||
<DataBand Name="Data25" Top="1108.47" Width="756" Height="56.7" DataSource="seventeenth_thai">
|
||||
<TextObject Name="Text232" Width="756" Height="28.35" Text="- [project_principle_rationale.seventeenth_thai.type_project]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text346" Left="37.8" Top="9.45" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</ReportPage>
|
||||
@@ -1036,37 +1110,39 @@
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</ReportPage>
|
||||
<ReportPage Name="Page7" PaperWidth="220" PaperHeight="450" Watermark.Font="Arial, 60pt">
|
||||
<PageHeaderBand Name="PageHeader2" Width="756" Height="85.05">
|
||||
<TextObject Name="Text250" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการอนุรักษ์พันธุกรรมพืชอันเนื่องมาจากพระราชดำริฯ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
||||
<TextObject Name="Text251" Top="28.35" Width="756" Height="28.35" Text="สมเด็จพระเทพรัตนราชสุดาฯ สยามบรมราชกุมารี" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
||||
<TextObject Name="Text1" Top="56.7" Width="756" Height="28.35" Text="28. ตารางกำหนดการดำเนินโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<ReportPage Name="Page7" PaperWidth="350" PaperHeight="450" Watermark.Font="Arial, 60pt">
|
||||
<PageHeaderBand Name="PageHeader2" Width="1247.4" Height="85.05">
|
||||
<TextObject Name="Text250" Width="878.85" Height="28.35" Text="แบบฟอร์มการเขียนโครงการอนุรักษ์พันธุกรรมพืชอันเนื่องมาจากพระราชดำริฯ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
||||
<TextObject Name="Text251" Top="28.35" Width="878.85" Height="28.35" Text="สมเด็จพระเทพรัตนราชสุดาฯ สยามบรมราชกุมารี" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
||||
<TextObject Name="Text1" Top="56.7" Width="878.85" Height="28.35" Text="28. ตารางกำหนดการดำเนินโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data30" Top="90.24" Width="756">
|
||||
<DataBand Name="Data31" Top="95.44" Width="756" Height="141.75" DataSource="twenty_fifth">
|
||||
<TextObject Name="Text167" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activity_display_name]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text168" Top="28.35" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activitys]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text169" Top="56.7" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_fifth.dates]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text170" Top="85.05" Width="756" Height="47.25" Text="[project_principle_rationale.twenty_fifth.locations]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data32" Top="285.38" Width="756" Height="47.25" DataSource="twenty_fifth_data_detail">
|
||||
<TableObject Name="Table25" Width="756" Height="47.25">
|
||||
<DataBand Name="Data30" Top="90.24" Width="1247.4">
|
||||
<DataBand Name="Data31" Top="95.44" Width="1247.4" Height="141.75" DataSource="twenty_fifth">
|
||||
<TextObject Name="Text167" Width="878.85" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activity_display_name]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text168" Top="28.35" Width="878.85" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activitys]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text169" Top="56.7" Width="878.85" Height="28.35" Text="[project_principle_rationale.twenty_fifth.dates]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text170" Top="85.05" Width="878.85" Height="47.25" Text="[project_principle_rationale.twenty_fifth.locations]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data32" Top="285.38" Width="1247.4" Height="47.25" DataSource="twenty_fifth_data_detail">
|
||||
<TableObject Name="Table25" Width="878.85" Height="47.25">
|
||||
<TableColumn Name="Column105" Width="132.3"/>
|
||||
<TableColumn Name="Column106" Width="189"/>
|
||||
<TableColumn Name="Column107" Width="255.15"/>
|
||||
<TableColumn Name="Column108" Width="179.55"/>
|
||||
<TableColumn Name="Column214" Width="122.85"/>
|
||||
<TableRow Name="Row35" Height="47.25">
|
||||
<TableCell Name="Cell155" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.dates]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell156" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.times]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell157" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.detail]" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell158" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.lecturer]" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell155" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.dates]" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell156" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.times]" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell157" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.detail]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell158" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.lecturer]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell264" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.in_out]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader2" Top="242.38" Width="756" Height="37.8">
|
||||
<TableObject Name="Table26" Width="756" Height="37.8">
|
||||
<DataHeaderBand Name="DataHeader2" Top="242.38" Width="1247.4" Height="37.8">
|
||||
<TableObject Name="Table26" Width="878.85" Height="37.8">
|
||||
<TableColumn Name="Column109" Width="132.3"/>
|
||||
<TableColumn Name="Column110" Width="189"/>
|
||||
<TableColumn Name="Column111" Width="255.15"/>
|
||||
<TableColumn Name="Column112" Width="179.55"/>
|
||||
<TableColumn Name="Column112" Width="302.4"/>
|
||||
<TableRow Name="Row36" Height="37.8">
|
||||
<TableCell Name="Cell159" Border.Lines="All" Text="วัน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell160" Border.Lines="All" Text="เวลา" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="10/26/2023 14:21:24" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/16/2023 14:41:41" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Dictionary>
|
||||
<BusinessObjectDataSource Name="project_principle_rationale" ReferenceName="project_principle_rationale" DataType="null" Enabled="true">
|
||||
<Column Name="faculty" DataType="System.String"/>
|
||||
@@ -199,6 +199,8 @@
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="twenty_one" DataType="null" Enabled="true">
|
||||
<Column Name="activity" DataType="System.String"/>
|
||||
<Column Name="remark" DataType="System.String"/>
|
||||
|
||||
<BusinessObjectDataSource Name="twenty_ones" DataType="null" Enabled="true">
|
||||
<Column Name="nuai_nap" DataType="System.String"/>
|
||||
<Column Name="khrang1" DataType="System.String"/>
|
||||
@@ -217,6 +219,7 @@
|
||||
<Column Name="text9" DataType="System.String"/>
|
||||
<Column Name="text10" DataType="System.String"/>
|
||||
<Column Name="text11" DataType="System.String"/>
|
||||
<Column Name="text12" DataType="System.String"/>
|
||||
<Column Name="clause1" DataType="System.String"/>
|
||||
<Column Name="budget_unit_name_th" DataType="System.String"/>
|
||||
<Column Name="count_quantitative" DataType="System.String"/>
|
||||
@@ -233,10 +236,16 @@
|
||||
<Column Name="percentage1" DataType="System.String"/>
|
||||
<Column Name="percentage2" DataType="System.String"/>
|
||||
<Column Name="acquired_knowledge" DataType="System.String"/>
|
||||
<Column Name="detail" DataType="System.String"/>
|
||||
<Column Name="detail2" DataType="System.String"/>
|
||||
<Column Name="clause4" DataType="System.String"/>
|
||||
<Column Name="expenses" DataType="System.Decimal"/>
|
||||
<Column Name="target_1" DataType="System.String"/>
|
||||
<Column Name="target_2" DataType="System.String"/>
|
||||
<Column Name="target_3" DataType="System.String"/>
|
||||
<Column Name="target_4" DataType="System.String"/>
|
||||
<Column Name="results_1" DataType="System.String"/>
|
||||
<Column Name="results_2" DataType="System.String"/>
|
||||
<Column Name="results_3" DataType="System.String"/>
|
||||
<Column Name="results_4" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="twenty_two" DataType="null" Enabled="true">
|
||||
@@ -272,6 +281,7 @@
|
||||
<Column Name="times" DataType="System.String"/>
|
||||
<Column Name="detail" DataType="System.String"/>
|
||||
<Column Name="lecturer" DataType="System.String"/>
|
||||
<Column Name="in_out" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
</BusinessObjectDataSource>
|
||||
</BusinessObjectDataSource>
|
||||
@@ -287,12 +297,12 @@
|
||||
<TextObject Name="Text42" Left="56.7" Top="37.8" Width="718.2" Height="28.35" Text="[project_principle_rationale.product]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text40" Width="774.9" Height="28.35" Text="[project_principle_rationale.faculty]" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data1" Top="185.03" Width="774.9">
|
||||
<DataBand Name="Data2" Top="190.51" Width="774.9" Height="28.35" DataSource="activity">
|
||||
<DataBand Name="Data1" Top="184.74" Width="774.9">
|
||||
<DataBand Name="Data2" Top="189.94" Width="774.9" Height="28.35" DataSource="activity">
|
||||
<TextObject Name="Text48" Width="774.9" Height="28.35" Text="[project_principle_rationale.activity.activity]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data3" Top="224.34" Width="774.9" Height="708.75" DataSource="project_principle_rationale">
|
||||
<DataBand Name="Data3" Top="223.48" Width="774.9" Height="708.75" DataSource="project_principle_rationale">
|
||||
<TextObject Name="Text49" Width="774.9" Height="28.35" Text="2. โครงการนี้สอดคล้องกับแผนยุทธศาสตร์ชาติ (รายละเอียดอยู่ในภาคผนวก)" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text50" Top="28.35" Width="132.3" Height="28.35" Text="แผนยุทธศาสตร์ชาติ :" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text51" Left="122.85" Top="28.35" Width="652.05" Height="28.35" Text="[project_principle_rationale.strategic_plan]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -316,11 +326,11 @@
|
||||
<TextObject Name="Text70" Top="396.9" Width="774.9" Height="28.35" Text="5. ความเป็นมาหรือหลักการและเหตุผล" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text71" Top="425.25" Width="784.35" Height="255.15" Text="[project_principle_rationale.principles_reasons]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="11" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text72" Top="680.4" Width="774.9" Height="28.35" Text="6. วัตถุประสงค์" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data66" Top="938.57" Width="774.9" Height="28.35" DataSource="sixth">
|
||||
<DataBand Name="Data66" Top="937.43" Width="774.9" Height="28.35" DataSource="sixth">
|
||||
<TextObject Name="Text73" Width="774.9" Height="28.35" Text="[project_principle_rationale.sixth.objective]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data4" Top="972.4" Width="774.9" Height="141.75">
|
||||
<DataBand Name="Data4" Top="970.97" Width="774.9" Height="141.75">
|
||||
<TextObject Name="Text74" Width="774.9" Height="28.35" Text="7. ความสอดคล้องกับอัตลักษณ์และเอกลักษณ์ของมหาวิทยาลัย" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text75" Left="47.25" Top="28.35" Width="75.6" Height="28.35" Text="อัตลักษณ์ :" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text76" Left="113.4" Top="28.35" Width="661.5" Height="28.35" Text="[project_principle_rationale.identity1]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -331,84 +341,84 @@
|
||||
<TextObject Name="Text199" Left="47.25" Top="113.4" Width="75.6" Height="28.35" Text="คำอธิบาย :" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text200" Left="113.4" Top="113.4" Width="661.5" Height="28.35" Text="[project_principle_rationale.description2]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data42" Top="1119.63" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data42" Top="1117.92" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text83" Width="774.9" Height="28.35" Text="8. ความสอดคล้องกับยุทธศาสตร์การพัฒนามหาวิทยาลัย" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data43" Top="1153.46" Width="774.9" Height="94.5" DataSource="eighth">
|
||||
<DataBand Name="Data43" Top="1151.46" Width="774.9" Height="94.5" DataSource="eighth">
|
||||
<TextObject Name="Text84" Left="47.25" Width="803.25" Height="47.25" Text="[project_principle_rationale.eighth.strategic_issues]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text139" Left="47.25" Top="47.25" Width="1077.3" Height="47.25" Text="[project_principle_rationale.eighth.measure]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="11" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data6" Top="1253.44" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data6" Top="1251.16" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text85" Width="774.9" Height="28.35" Text="9. ความสอดคล้องกับตัวชี้วัดผลสัมฤทธิ์" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data7" Top="1287.27" Width="774.9" Height="28.35" DataSource="ninth">
|
||||
<DataBand Name="Data7" Top="1284.7" Width="774.9" Height="28.35" DataSource="ninth">
|
||||
<TextObject Name="Text86" Left="47.25" Width="727.65" Height="28.35" Text="[project_principle_rationale.ninth.clause]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data12" Top="1321.09" Width="774.9" Height="37.8" DataSource="ninths">
|
||||
<DataBand Name="Data12" Top="1318.25" Width="774.9" Height="37.8" DataSource="ninths">
|
||||
<TextObject Name="Text87" Left="85.05" Width="689.85" Height="37.8" Text="[project_principle_rationale.ninth.ninths.detail]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data8" Top="1364.37" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data8" Top="1361.24" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text88" Left="47.25" Width="727.65" Height="28.35" Text="อธิบายความสอดคล้อง" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data9" Top="1398.2" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data9" Top="1394.79" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text89" Left="85.05" Width="935.55" Height="28.35" Text="[project_principle_rationale.explain_consistency1]" AutoShrink="FontSize" AutoShrinkMinSize="9" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data10" Top="1432.03" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data10" Top="1428.33" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text90" Width="774.9" Height="28.35" Text="10. ความสอดคล้องกับเป้าหมายการพัฒนาที่ยั่งยืน (Sustainable Development Goals : SDGs)" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data11" Top="1465.86" Width="774.9" Height="28.35" DataSource="tenth">
|
||||
<DataBand Name="Data11" Top="1461.88" Width="774.9" Height="28.35" DataSource="tenth">
|
||||
<TextObject Name="Text91" Left="47.25" Width="727.65" Height="28.35" Text="[project_principle_rationale.tenth.target]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data13" Top="1499.69" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data13" Top="1495.42" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text92" Left="47.25" Width="727.65" Height="28.35" Text="อธิบายความสอดคล้อง" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data14" Top="1533.52" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data14" Top="1528.97" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text93" Left="85.05" Width="689.85" Height="28.35" Text="[project_principle_rationale.explain_consistency2]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data15" Top="1567.35" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data15" Top="1562.51" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text94" Width="774.9" Height="28.35" Text="11. ความสอดคล้องกับเป้าหมายการให้บริการกระทรวง" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data16" Top="1601.18" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data16" Top="1596.06" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text95" Left="47.25" Width="727.65" Height="28.35" Text="[project_principle_rationale.subject_eleventh]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data17" Top="1635.01" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data17" Top="1629.6" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text96" Width="774.9" Height="28.35" Text="12. ความสอดคล้องกับเป้าหมายการให้บริการหน่วยงาน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data18" Top="1668.84" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data18" Top="1663.15" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text97" Left="47.25" Width="727.65" Height="28.35" Text="[project_principle_rationale.subject_twelfth]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data19" Top="1702.67" Width="774.9" Height="113.4">
|
||||
<DataBand Name="Data19" Top="1696.69" Width="774.9" Height="113.4">
|
||||
<TextObject Name="Text98" Width="774.9" Height="28.35" Text="13. ความสอดคล้องกับยุทธศาสตร์ คณะ/หน่วยงานที่เสนอขอ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text99" Left="47.25" Top="28.35" Width="727.65" Height="28.35" Text="ประเด็นยุทธศาสตร์ที่ [project_principle_rationale.strategic_issues_thirteenth]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text100" Left="47.25" Top="56.7" Width="727.65" Height="28.35" Text="เรื่อง [project_principle_rationale.subject_thirteenth]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text101" Left="47.25" Top="85.05" Width="727.65" Height="28.35" Text="กลยุทธ์ [project_principle_rationale.strategy_thirteenth]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data20" Top="1821.55" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data20" Top="1815.29" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text102" Width="774.9" Height="28.35" Text="14. โครงการนี้สอดคล้องกับตัวบ่งชี้การประกันคุณภาพการศึกษาภายใน (สกอ.) ข้อใด" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data21" Top="1855.38" Width="774.9" Height="56.7" DataSource="fourteenth">
|
||||
<DataBand Name="Data21" Top="1848.83" Width="774.9" Height="56.7" DataSource="fourteenth">
|
||||
<TextObject Name="Text104" Left="349.65" Width="425.25" Height="28.35" Text="[project_principle_rationale.fourteenth.level]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<TextObject Name="Text103" Left="56.7" Width="274.05" Height="28.35" Text="กรอบการประกันคุณภาพการศึกษาภายใน" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text105" Left="56.7" Top="28.35" Width="292.95" Height="28.35" Text="[project_principle_rationale.fourteenth.component]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text106" Left="349.65" Top="28.35" Width="453.6" Height="28.35" Text="[project_principle_rationale.fourteenth.indicator]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data22" Top="1917.56" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data22" Top="1910.73" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text107" Width="774.9" Height="28.35" Text="15. กิจกรรมการดำเนินงาน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data23" Top="1951.39" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data23" Top="1944.27" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text108" Left="47.25" Width="727.65" Height="28.35" Text="[project_principle_rationale.fifteenth.activity]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data44" Top="1985.22" Width="774.9" Height="28.35" DataSource="fifteenths">
|
||||
<DataBand Name="Data44" Top="1977.81" Width="774.9" Height="28.35" DataSource="fifteenths">
|
||||
<TextObject Name="Text135" Left="47.25" Width="727.65" Height="28.35" Text="[project_principle_rationale.fifteenth.fifteenths.detail]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data24" Top="2019.05" Width="774.9" Height="85.05">
|
||||
<DataBand Name="Data24" Top="2011.36" Width="774.9" Height="85.05">
|
||||
<TextObject Name="Text109" Width="774.9" Height="28.35" Text="16. กลุ่มเป้าหมายผู้ร่วมโครงการทั้งสิ้น จำนวน [project_principle_rationale.count_activity] คน" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text188" Top="28.35" Width="774.9" Height="28.35" Text="[project_principle_rationale.text1]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text189" Top="56.7" Width="774.9" Height="28.35" Text="[project_principle_rationale.text2]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data31" Top="2109.57" Width="774.9" Height="28.35" DataSource="sixteenth">
|
||||
<DataBand Name="Data31" Top="2101.6" Width="774.9" Height="28.35" DataSource="sixteenth">
|
||||
<TextObject Name="Text136" Left="28.35" Width="746.55" Height="28.35" Text="[project_principle_rationale.sixteenth.activity]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data25" Top="2143.4" Width="774.9" Height="66.15" DataSource="sixteenths">
|
||||
<DataBand Name="Data25" Top="2135.15" Width="774.9" Height="66.15" DataSource="sixteenths">
|
||||
<TextObject Name="Text137" Left="28.35" Width="746.55" Height="28.35" Text="[project_principle_rationale.sixteenths.activity_table]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table1" Left="28.35" Top="37.8" Width="718.2" Height="28.35">
|
||||
<TableColumn Name="Column1" Width="151.2"/>
|
||||
@@ -424,7 +434,7 @@
|
||||
<TableCell Name="Cell5" Border.Lines="All" Text="วังไกลกังวล" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataBand Name="Data45" Top="2215.03" Width="774.9" Height="28.35" DataSource="sixteenths2">
|
||||
<DataBand Name="Data45" Top="2206.49" Width="774.9" Height="28.35" DataSource="sixteenths2">
|
||||
<TableObject Name="Table2" Left="28.35" Width="718.2" Height="28.35">
|
||||
<TableColumn Name="Column6" Width="151.2"/>
|
||||
<TableColumn Name="Column7" Width="132.3"/>
|
||||
@@ -439,7 +449,7 @@
|
||||
<TableCell Name="Cell10" Border.Lines="All" Text="[project_principle_rationale.sixteenths.sixteenths2.klai_kangwon]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataFooterBand Name="DataFooter2" Top="2248.86" Width="774.9" Height="66.15">
|
||||
<DataFooterBand Name="DataFooter2" Top="2240.04" Width="774.9" Height="66.15">
|
||||
<TextObject Name="Text110" Left="28.35" Top="28.35" Width="746.55" Height="37.8" Text="* หมายเหตุ ทั้งนี้วิทยากร,คณะกรรมการ, พนักงานขับรถ ไม่นับรวมเป็นผู้เข้าร่วมโครงการ" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableObject Name="Table23" Left="28.35" Width="718.2" Height="28.35">
|
||||
<TableColumn Name="Column125" Width="151.2"/>
|
||||
@@ -459,13 +469,13 @@
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data26" Top="2320.49" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data26" Top="2311.38" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text111" Width="774.9" Height="28.35" Text="17. สถานที่ดำเนินงาน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data27" Top="2354.32" Width="774.9" Height="28.35" DataSource="seventeenth">
|
||||
<DataBand Name="Data27" Top="2344.93" Width="774.9" Height="28.35" DataSource="seventeenth">
|
||||
<TextObject Name="Text112" Left="28.35" Width="746.55" Height="28.35" Text="[project_principle_rationale.seventeenth.activity]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data28" Top="2388.15" Width="774.9" Height="28.35" DataSource="seventeenths">
|
||||
<DataBand Name="Data28" Top="2378.47" Width="774.9" Height="28.35" DataSource="seventeenths">
|
||||
<TextObject Name="Text138" Left="28.35" Width="746.55" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.the_time]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data29" Top="2421.98" Width="774.9" Height="56.7" DataSource="seventeenths2">
|
||||
<DataBand Name="Data29" Top="2412.02" Width="774.9" Height="56.7" DataSource="seventeenths2">
|
||||
<TextObject Name="Text114" Left="245.7" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.area_province1]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text115" Left="463.05" Width="311.85" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.location1]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text201" Left="28.35" Top="28.35" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.internal_external2]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -476,11 +486,11 @@
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data30" Top="2484.16" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data30" Top="2473.91" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text116" Width="774.9" Height="28.35" Text="18. ระยะเวลาในการดำเนินงาน [project_principle_rationale.text3]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data32" Top="2517.99" Width="774.9" Height="28.35" DataSource="eighteenth">
|
||||
<DataBand Name="Data32" Top="2507.46" Width="774.9" Height="28.35" DataSource="eighteenth">
|
||||
<TextObject Name="Text143" Width="774.9" Height="28.35" Text="[project_principle_rationale.eighteenth.activity]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data33" Top="2551.82" Width="774.9" Height="85.05" DataSource="eighteenths">
|
||||
<DataBand Name="Data33" Top="2541" Width="774.9" Height="85.05" DataSource="eighteenths">
|
||||
<TextObject Name="Text118" Left="47.25" Top="28.35" Width="132.3" Height="28.35" Text="วันที่เริ่มจัดทำโครงการ" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text119" Left="179.55" Top="28.35" Width="217.35" Height="28.35" Text="[project_principle_rationale.eighteenth.eighteenths.start_date]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text120" Left="47.25" Top="56.7" Width="132.3" Height="28.35" Text="วันที่เสร็จสิ้นโครงการ" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -489,11 +499,11 @@
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data48" Top="2642.35" Width="774.9" Height="28.35" DataSource="nineteenth">
|
||||
<DataBand Name="Data48" Top="2631.25" Width="774.9" Height="28.35" DataSource="nineteenth">
|
||||
<TextObject Name="Text122" Width="378" Height="28.35" Text="19. งบประมาณ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text123" Left="396.9" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth.budget_total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data49" Top="2676.18" Width="774.9" Height="85.05" DataSource="nineteenth1">
|
||||
<DataBand Name="Data49" Top="2664.79" Width="774.9" Height="85.05" DataSource="nineteenth1">
|
||||
<TextObject Name="Text190" Left="47.25" Top="28.35" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth1.text2]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text191" Left="396.9" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth1.total_compensation]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text192" Left="47.25" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth1.text1]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
@@ -501,14 +511,14 @@
|
||||
<TextObject Name="Text194" Left="47.25" Top="56.7" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth1.text3]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text195" Left="396.9" Top="56.7" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth1.total_material]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data34" Top="2766.71" Width="774.9" DataSource="nineteenth">
|
||||
<DataBand Name="Data67" Top="2772.19" Width="774.9" Height="37.8" DataSource="nineteenth_data_header">
|
||||
<DataBand Name="Data34" Top="2755.04" Width="774.9" DataSource="nineteenth">
|
||||
<DataBand Name="Data67" Top="2760.23" Width="774.9" Height="37.8" DataSource="nineteenth_data_header">
|
||||
<TextObject Name="Text124" Top="18.9" Width="330.75" Height="18.9" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.text4]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text125" Left="396.9" Top="18.9" Width="330.75" Height="18.9" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text145" Width="774.9" Height="28.35" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.activity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data36" Top="2896.55" Width="774.9" Height="28.35" DataSource="nineteenths_compensation">
|
||||
<DataBand Name="Data36" Top="2884.02" Width="774.9" Height="28.35" DataSource="nineteenths_compensation">
|
||||
<TextObject Name="Text126" Left="47.25" Width="680.4" Height="28.35" Border.Lines="Left, Right, Top" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.header_name]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataHeaderBand Name="DataHeader1" Top="2815.47" Width="774.9" Height="75.6">
|
||||
<DataHeaderBand Name="DataHeader1" Top="2803.23" Width="774.9" Height="75.6">
|
||||
<TextObject Name="Text146" Left="47.25" Width="330.75" Height="28.35" Text="ค่าตอบแทน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text147" Left="396.9" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth.compensation]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table3" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
@@ -532,7 +542,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data37" Top="2930.37" Width="774.9" Height="27.23" DataSource="nineteenths2_compensation">
|
||||
<DataBand Name="Data37" Top="2917.57" Width="774.9" Height="27.23" DataSource="nineteenths2_compensation">
|
||||
<TableObject Name="Table5" Left="47.25" Top="-1.12" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column17" Width="226.8"/>
|
||||
<TableColumn Name="Column18" Width="103.95"/>
|
||||
@@ -547,14 +557,14 @@
|
||||
<TableCell Name="Cell71" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataFooterBand Name="DataFooter1" Top="2963.08" Width="774.9" Height="28.35">
|
||||
<DataFooterBand Name="DataFooter1" Top="2949.99" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text127" Left="47.25" Width="727.65" Height="28.35" Text="**หมายเหตุ : การบรรยายสามารถใช้วิทยากรได้เพียง 1 คนเท่านั้น" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataFooterBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data68" Top="3077.99" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<DataBand Name="Data68" Top="3064.33" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text148" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name1]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader3" Top="2996.91" Width="774.9" Height="75.6">
|
||||
<DataHeaderBand Name="DataHeader3" Top="2983.54" Width="774.9" Height="75.6">
|
||||
<TextObject Name="Text128" Left="47.25" Width="330.75" Height="28.35" Text="ค่าใช้สอย" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text129" Left="396.9" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth.expenses]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table6" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
@@ -578,7 +588,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data38" Top="3111.82" Width="774.9" Height="28.35" DataSource="nineteenths_expenses1">
|
||||
<DataBand Name="Data38" Top="3097.88" Width="774.9" Height="28.35" DataSource="nineteenths_expenses1">
|
||||
<TableObject Name="Table8" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column28" Width="226.8"/>
|
||||
<TableColumn Name="Column29" Width="103.95"/>
|
||||
@@ -595,9 +605,9 @@
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data39" Top="3198.38" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<DataBand Name="Data39" Top="3183.87" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text150" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name2]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader4" Top="3145.65" Width="774.9" Height="47.25">
|
||||
<DataHeaderBand Name="DataHeader4" Top="3131.42" Width="774.9" Height="47.25">
|
||||
<TableObject Name="Table9" Left="47.25" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column33" Width="226.8"/>
|
||||
<TableColumn Name="Column34" Width="311.85"/>
|
||||
@@ -619,7 +629,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data40" Top="3232.21" Width="774.9" Height="28.35" DataSource="nineteenths_expenses2">
|
||||
<DataBand Name="Data40" Top="3217.41" Width="774.9" Height="28.35" DataSource="nineteenths_expenses2">
|
||||
<TableObject Name="Table11" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column39" Width="226.8"/>
|
||||
<TableColumn Name="Column40" Width="103.95"/>
|
||||
@@ -636,9 +646,9 @@
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data41" Top="3318.77" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<DataBand Name="Data41" Top="3303.4" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text151" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name3]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader5" Top="3266.04" Width="774.9" Height="47.25">
|
||||
<DataHeaderBand Name="DataHeader5" Top="3250.96" Width="774.9" Height="47.25">
|
||||
<TableObject Name="Table12" Left="47.25" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column44" Width="226.8"/>
|
||||
<TableColumn Name="Column45" Width="311.85"/>
|
||||
@@ -660,7 +670,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data46" Top="3352.6" Width="774.9" Height="28.35" DataSource="nineteenths_expenses3">
|
||||
<DataBand Name="Data46" Top="3336.95" Width="774.9" Height="28.35" DataSource="nineteenths_expenses3">
|
||||
<TableObject Name="Table14" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column50" Width="226.8"/>
|
||||
<TableColumn Name="Column51" Width="103.95"/>
|
||||
@@ -677,9 +687,9 @@
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data54" Top="3439.16" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<DataBand Name="Data54" Top="3422.94" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text212" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name4]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader7" Top="3386.43" Width="774.9" Height="47.25">
|
||||
<DataHeaderBand Name="DataHeader7" Top="3370.49" Width="774.9" Height="47.25">
|
||||
<TableObject Name="Table24" Left="47.25" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column130" Width="226.8"/>
|
||||
<TableColumn Name="Column131" Width="311.85"/>
|
||||
@@ -701,7 +711,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data55" Top="3472.99" Width="774.9" Height="28.35" DataSource="nineteenths_expenses4">
|
||||
<DataBand Name="Data55" Top="3456.48" Width="774.9" Height="28.35" DataSource="nineteenths_expenses4">
|
||||
<TableObject Name="Table26" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column136" Width="226.8"/>
|
||||
<TableColumn Name="Column137" Width="103.95"/>
|
||||
@@ -718,7 +728,7 @@
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data47" Top="3587.9" Width="774.9" Height="28.35" DataSource="nineteenths_material">
|
||||
<DataBand Name="Data47" Top="3570.82" Width="774.9" Height="28.35" DataSource="nineteenths_material">
|
||||
<TableObject Name="Table16" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column60" Width="198.45"/>
|
||||
<TableColumn Name="Column61" Width="132.3"/>
|
||||
@@ -733,7 +743,7 @@
|
||||
<TableCell Name="Cell114" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader6" Top="3506.82" Width="774.9" Height="75.6">
|
||||
<DataHeaderBand Name="DataHeader6" Top="3490.03" Width="774.9" Height="75.6">
|
||||
<TextObject Name="Text133" Left="47.25" Width="444.15" Height="28.35" Text="ค่าวัสดุ / อุปกรณ์ (แสดงรายละเอียดการคำนวณให้ละเอียดชัดเจน)" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text134" Left="500.85" Width="226.8" Height="28.35" Text="[project_principle_rationale.nineteenth.material]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table15" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
@@ -759,7 +769,7 @@
|
||||
<PageHeaderBand Name="PageHeader2" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text1" Width="774.9" Height="28.35" Text="20. แผนการดำเนินงานและการใช้จ่ายงบประมาณ (ระบุจำนวนเงินงบประมาณ)" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data5" Top="33.83" Width="774.9" Height="75.6">
|
||||
<DataBand Name="Data5" Top="33.54" Width="774.9" Height="75.6">
|
||||
<TextObject Name="Text2" Left="368.55" Width="406.35" Height="28.35" Text="หน่วย : [project_principle_rationale.budget_amount] ล้านบาท" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table21" Top="28.35" Width="774.9" Height="47.25">
|
||||
<TableColumn Name="Column99" Width="321.3"/>
|
||||
@@ -794,7 +804,7 @@
|
||||
<TableCell Name="Cell161" Border.Lines="All" Text="ก.ย." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataBand Name="Data50" Top="114.91" Width="774.9" Height="28.35" DataSource="twentieth">
|
||||
<DataBand Name="Data50" Top="114.34" Width="774.9" Height="28.35" DataSource="twentieth">
|
||||
<TableObject Name="Table22" Width="774.9" Height="28.35">
|
||||
<TableColumn Name="Column112" Width="321.3"/>
|
||||
<TableColumn Name="Column113" Width="37.8"/>
|
||||
@@ -827,38 +837,45 @@
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data51" Top="148.74" Width="774.9" Height="28.35" DataSource="twenty_one">
|
||||
<DataBand Name="Data51" Top="147.88" Width="774.9" Height="28.35" DataSource="twenty_one">
|
||||
<TextObject Name="Text5" Width="774.9" Height="28.35" Text="21. ตัวชี้วัดเป้าหมายผลผลิต (เปลี่ยนแปลงไปตามประเภทโครงการในแต่ละผลผลิต)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data52" Top="182.57" Width="774.9" Height="28.35" DataSource="twenty_one">
|
||||
<DataBand Name="Data52" Top="181.43" Width="774.9" Height="66.15" DataSource="twenty_one">
|
||||
<TextObject Name="Text211" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.activity]" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data53" Top="216.4" Width="774.9" Height="453.6" DataSource="twenty_ones">
|
||||
<TextObject Name="Text6" Left="37.8" Top="28.35" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text1] [project_principle_rationale.twenty_one.twenty_ones.budget_unit_name_th] [project_principle_rationale.twenty_one.twenty_ones.text11] [project_principle_rationale.twenty_one.twenty_ones.count_unit] [project_principle_rationale.twenty_one.twenty_ones.nuai_nap]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text7" Left="37.8" Top="85.05" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text3] [project_principle_rationale.twenty_one.twenty_ones.count_training] [project_principle_rationale.twenty_one.twenty_ones.rueang]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text8" Left="37.8" Top="113.4" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text4] [project_principle_rationale.twenty_one.twenty_ones.count_knowledge] [project_principle_rationale.twenty_one.twenty_ones.khrang3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text9" Top="141.75" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text10" Left="37.8" Top="170.1" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text5] [project_principle_rationale.twenty_one.twenty_ones.project_start_date] [project_principle_rationale.twenty_one.twenty_ones.range][project_principle_rationale.twenty_one.twenty_ones.project_end_date]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text11" Left="37.8" Top="198.45" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text6] [project_principle_rationale.twenty_one.twenty_ones.percentage_finish]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text12" Top="226.8" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text13" Left="37.8" Top="255.15" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text7] [project_principle_rationale.twenty_one.twenty_ones.percentage1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text14" Left="37.8" Top="283.5" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text8] [project_principle_rationale.twenty_one.twenty_ones.percentage2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text15" Left="37.8" Top="311.85" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text9]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text16" Left="75.6" Top="340.2" Width="699.3" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.acquired_knowledge]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text17" Left="75.6" Top="368.55" Width="699.3" Height="56.7" Text="[project_principle_rationale.twenty_one.twenty_ones.text10] [project_principle_rationale.twenty_one.twenty_ones.detail]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text18" Left="37.8" Top="56.7" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text2] [project_principle_rationale.twenty_one.twenty_ones.count_project] [project_principle_rationale.twenty_one.twenty_ones.khrang2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text19" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause1] [project_principle_rationale.twenty_one.twenty_ones.count_quantitative] [project_principle_rationale.twenty_one.twenty_ones.khrang1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text20" Top="425.25" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<TextObject Name="Text337" Top="28.35" Width="774.9" Height="37.8" Text="[project_principle_rationale.twenty_one.remark]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data53" Top="252.77" Width="774.9" Height="708.75" DataSource="twenty_ones">
|
||||
<TextObject Name="Text346" Left="37.8" Top="28.35" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text1] [project_principle_rationale.twenty_one.twenty_ones.text11] [project_principle_rationale.twenty_one.twenty_ones.count_unit] [project_principle_rationale.twenty_one.twenty_ones.nuai_nap]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text347" Left="37.8" Top="113.4" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text3] [project_principle_rationale.twenty_one.twenty_ones.count_training] [project_principle_rationale.twenty_one.twenty_ones.rueang]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text348" Left="37.8" Top="141.75" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text4] [project_principle_rationale.twenty_one.twenty_ones.count_knowledge] [project_principle_rationale.twenty_one.twenty_ones.khrang3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text349" Top="264.6" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text350" Left="37.8" Top="292.95" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text5] [project_principle_rationale.twenty_one.twenty_ones.project_start_date] [project_principle_rationale.twenty_one.twenty_ones.range][project_principle_rationale.twenty_one.twenty_ones.project_end_date]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text351" Left="37.8" Top="321.3" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text6] [project_principle_rationale.twenty_one.twenty_ones.percentage_finish]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text352" Top="444.15" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text353" Left="37.8" Top="472.5" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text7] [project_principle_rationale.twenty_one.twenty_ones.percentage1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text63" Left="37.8" Top="500.85" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text8] [project_principle_rationale.twenty_one.twenty_ones.percentage2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text354" Left="37.8" Top="529.2" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text9]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text355" Left="37.8" Top="85.05" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text2] [project_principle_rationale.twenty_one.twenty_ones.count_project] [project_principle_rationale.twenty_one.twenty_ones.khrang2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text356" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause1] [project_principle_rationale.twenty_one.twenty_ones.count_quantitative] [project_principle_rationale.twenty_one.twenty_ones.khrang1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text338" Left="37.8" Top="56.7" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text12] [project_principle_rationale.twenty_one.twenty_ones.budget_unit_name_th]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text339" Left="37.8" Top="170.1" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text340" Left="37.8" Top="217.35" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text341" Left="37.8" Top="349.65" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text342" Left="37.8" Top="396.9" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text343" Left="37.8" Top="557.55" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text344" Left="37.8" Top="595.35" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text357" Top="642.6" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
<GeneralFormat/>
|
||||
<GeneralFormat/>
|
||||
</Formats>
|
||||
</TextObject>
|
||||
<TextObject Name="Text345" Left="37.8" Top="661.5" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data69" Top="675.48" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data69" Top="966.72" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text24" Width="774.9" Height="28.35" Text="22. ผลที่คาดว่าจะได้รับ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data70" Top="709.31" Width="774.9" Height="28.35" DataSource="twenty_two">
|
||||
<DataBand Name="Data70" Top="1000.26" Width="774.9" Height="28.35" DataSource="twenty_two">
|
||||
<TextObject Name="Text25" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_two.list]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
@@ -867,9 +884,9 @@
|
||||
</TextObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data71" Top="743.14" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data71" Top="1033.81" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text26" Width="774.9" Height="28.35" Text="23. การติดตามประเมินผล" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data72" Top="776.97" Width="774.9" Height="28.35" DataSource="twenty_three">
|
||||
<DataBand Name="Data72" Top="1067.35" Width="774.9" Height="28.35" DataSource="twenty_three">
|
||||
<TextObject Name="Text27" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_three.list]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
@@ -878,11 +895,11 @@
|
||||
</TextObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data73" Top="810.79" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data73" Top="1100.9" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text28" Width="774.9" Height="28.35" Text="24. ผู้รับผิดชอบโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data74" Top="844.62" Width="774.9" Height="28.35" DataSource="twenty_four">
|
||||
<DataBand Name="Data74" Top="1134.44" Width="774.9" Height="28.35" DataSource="twenty_four">
|
||||
<TextObject Name="Text210" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_four.activity]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data61" Top="878.45" Width="774.9" Height="141.75" DataSource="twenty_fours">
|
||||
<DataBand Name="Data61" Top="1167.99" Width="774.9" Height="141.75" DataSource="twenty_fours">
|
||||
<TextObject Name="Text32" Left="37.8" Top="113.4" Width="737.1" Height="28.35" Text="อีเมล [project_principle_rationale.twenty_four.twenty_fours.email]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
@@ -917,35 +934,37 @@
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</ReportPage>
|
||||
<ReportPage Name="Page3" PaperWidth="225" Watermark.Font="Arial, 60pt">
|
||||
<PageHeaderBand Name="PageHeader1" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text166" Width="774.9" Height="28.35" Text="25. ตารางกำหนดการดำเนินโครงการ" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<ReportPage Name="Page3" PaperWidth="350" Watermark.Font="Arial, 60pt">
|
||||
<PageHeaderBand Name="PageHeader1" Width="1247.4" Height="28.35">
|
||||
<TextObject Name="Text166" Width="1058.4" Height="28.35" Text="25. ตารางกำหนดการดำเนินโครงการ" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data57" Top="33.83" Width="774.9">
|
||||
<DataBand Name="Data58" Top="39.31" Width="774.9" Height="160.65" DataSource="twenty_fifth">
|
||||
<TextObject Name="Text167" Width="774.9" Height="37.8" Text="[project_principle_rationale.twenty_fifth.activity_display_name]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text168" Top="37.8" Width="774.9" Height="47.25" Text="[project_principle_rationale.twenty_fifth.activitys]" AutoShrink="FontSize" AutoShrinkMinSize="11" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text169" Top="85.05" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_fifth.dates]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text170" Top="113.4" Width="774.9" Height="47.25" Text="[project_principle_rationale.twenty_fifth.locations]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="11" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data59" Top="248.72" Width="774.9" Height="47.25" DataSource="twenty_fifth_data_detail">
|
||||
<TableObject Name="Table20" Width="774.9" Height="47.25">
|
||||
<TableColumn Name="Column95" Width="132.3"/>
|
||||
<TableColumn Name="Column96" Width="189"/>
|
||||
<TableColumn Name="Column97" Width="274.05"/>
|
||||
<TableColumn Name="Column98" Width="179.55"/>
|
||||
<TableRow Name="Row30" Height="47.25">
|
||||
<TableCell Name="Cell145" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.dates]" AutoShrink="FontSize" AutoShrinkMinSize="12" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 13pt"/>
|
||||
<TableCell Name="Cell146" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.times]" AutoShrink="FontSize" AutoShrinkMinSize="12" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 13pt"/>
|
||||
<TableCell Name="Cell147" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.detail]" AutoShrink="FontSize" AutoShrinkMinSize="12" VertAlign="Center" Font="TH SarabunPSK, 13pt"/>
|
||||
<TableCell Name="Cell148" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.lecturer]" AutoShrink="FontSize" AutoShrinkMinSize="12" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 13pt"/>
|
||||
<DataBand Name="Data57" Top="33.54" Width="1247.4">
|
||||
<DataBand Name="Data58" Top="38.74" Width="1247.4" Height="160.65" DataSource="twenty_fifth">
|
||||
<TextObject Name="Text167" Width="1058.4" Height="37.8" Text="[project_principle_rationale.twenty_fifth.activity_display_name]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text168" Top="37.8" Width="1058.4" Height="47.25" Text="[project_principle_rationale.twenty_fifth.activitys]" AutoShrink="FontSize" AutoShrinkMinSize="11" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text169" Top="85.05" Width="1058.4" Height="28.35" Text="[project_principle_rationale.twenty_fifth.dates]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text170" Top="113.4" Width="1058.4" Height="47.25" Text="[project_principle_rationale.twenty_fifth.locations]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="11" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data59" Top="247.58" Width="1247.4" Height="47.25" DataSource="twenty_fifth_data_detail">
|
||||
<TableObject Name="Table27" Width="1058.4" Height="47.25">
|
||||
<TableColumn Name="Column215" Width="132.3"/>
|
||||
<TableColumn Name="Column216" Width="189"/>
|
||||
<TableColumn Name="Column217" Width="434.7"/>
|
||||
<TableColumn Name="Column218" Width="179.55"/>
|
||||
<TableColumn Name="Column214" Width="122.85"/>
|
||||
<TableRow Name="Row37" Height="47.25">
|
||||
<TableCell Name="Cell265" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.dates]" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell266" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.times]" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell267" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.detail]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell268" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.lecturer]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell264" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.in_out]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader2" Top="205.44" Width="774.9" Height="37.8">
|
||||
<TableObject Name="Table19" Width="774.9" Height="37.8">
|
||||
<DataHeaderBand Name="DataHeader2" Top="204.58" Width="1247.4" Height="37.8">
|
||||
<TableObject Name="Table19" Width="1058.4" Height="37.8">
|
||||
<TableColumn Name="Column91" Width="132.3"/>
|
||||
<TableColumn Name="Column92" Width="189"/>
|
||||
<TableColumn Name="Column93" Width="274.05"/>
|
||||
<TableColumn Name="Column94" Width="179.55"/>
|
||||
<TableColumn Name="Column93" Width="434.7"/>
|
||||
<TableColumn Name="Column94" Width="302.4"/>
|
||||
<TableRow Name="Row29" Height="37.8">
|
||||
<TableCell Name="Cell141" Border.Lines="All" Text="วัน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell142" Border.Lines="All" Text="เวลา" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/15/2023 17:38:37" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/16/2023 14:56:43" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Dictionary>
|
||||
<BusinessObjectDataSource Name="project_principle_rationale" ReferenceName="project_principle_rationale" DataType="null" Enabled="true">
|
||||
<Column Name="budget_year_name_th" DataType="System.String"/>
|
||||
@@ -81,6 +81,7 @@
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="sixteenths" DataType="null" Enabled="true">
|
||||
<Column Name="activity_table" DataType="System.String"/>
|
||||
<Column Name="unit" DataType="System.String"/>
|
||||
<Column Name="salaya_total" DataType="System.Decimal"/>
|
||||
<Column Name="bophitphimuk_total" DataType="System.Decimal"/>
|
||||
<Column Name="pohchang_total" DataType="System.Decimal"/>
|
||||
@@ -98,10 +99,10 @@
|
||||
<BusinessObjectDataSource Name="seventeenths" DataType="null" Enabled="true">
|
||||
<Column Name="the_time" DataType="System.String"/>
|
||||
<BusinessObjectDataSource Name="seventeenths2" DataType="null" Enabled="true">
|
||||
<Column Name="internal_external1" DataType="System.String"/>
|
||||
<Column Name="text1" DataType="System.String"/>
|
||||
<Column Name="area_province1" DataType="System.String"/>
|
||||
<Column Name="location1" DataType="System.String"/>
|
||||
<Column Name="internal_external2" DataType="System.String"/>
|
||||
<Column Name="text2" DataType="System.String"/>
|
||||
<Column Name="area_province2" DataType="System.String"/>
|
||||
<Column Name="location2" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
@@ -207,6 +208,9 @@
|
||||
<Column Name="total_expenses" DataType="System.Decimal"/>
|
||||
<Column Name="total_material" DataType="System.Decimal"/>
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="nineteenth_style" DataType="null" Enabled="true">
|
||||
<Column Name="style" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
<Column Name="budget_amount" DataType="System.Decimal"/>
|
||||
<BusinessObjectDataSource Name="twentieth" DataType="null" Enabled="true">
|
||||
<Column Name="action_plan" DataType="System.String"/>
|
||||
@@ -225,6 +229,7 @@
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="twenty_one" DataType="null" Enabled="true">
|
||||
<Column Name="activity" DataType="System.String"/>
|
||||
<Column Name="remark" DataType="System.String"/>
|
||||
<BusinessObjectDataSource Name="twenty_ones" DataType="null" Enabled="true">
|
||||
<Column Name="nuai_nap" DataType="System.String"/>
|
||||
<Column Name="khrang1" DataType="System.String"/>
|
||||
@@ -243,6 +248,7 @@
|
||||
<Column Name="text9" DataType="System.String"/>
|
||||
<Column Name="text10" DataType="System.String"/>
|
||||
<Column Name="text11" DataType="System.String"/>
|
||||
<Column Name="text12" DataType="System.String"/>
|
||||
<Column Name="clause1" DataType="System.String"/>
|
||||
<Column Name="budget_unit_name_th" DataType="System.String"/>
|
||||
<Column Name="count_quantitative" DataType="System.String"/>
|
||||
@@ -259,10 +265,16 @@
|
||||
<Column Name="percentage1" DataType="System.String"/>
|
||||
<Column Name="percentage2" DataType="System.String"/>
|
||||
<Column Name="acquired_knowledge" DataType="System.String"/>
|
||||
<Column Name="detail" DataType="System.String"/>
|
||||
<Column Name="detail2" DataType="System.String"/>
|
||||
<Column Name="clause4" DataType="System.String"/>
|
||||
<Column Name="expenses" DataType="System.Decimal"/>
|
||||
<Column Name="target_1" DataType="System.String"/>
|
||||
<Column Name="target_2" DataType="System.String"/>
|
||||
<Column Name="target_3" DataType="System.String"/>
|
||||
<Column Name="target_4" DataType="System.String"/>
|
||||
<Column Name="results_1" DataType="System.String"/>
|
||||
<Column Name="results_2" DataType="System.String"/>
|
||||
<Column Name="results_3" DataType="System.String"/>
|
||||
<Column Name="results_4" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="twenty_two" DataType="null" Enabled="true">
|
||||
@@ -298,6 +310,7 @@
|
||||
<Column Name="times" DataType="System.String"/>
|
||||
<Column Name="detail" DataType="System.String"/>
|
||||
<Column Name="lecturer" DataType="System.String"/>
|
||||
<Column Name="in_out" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
</BusinessObjectDataSource>
|
||||
</BusinessObjectDataSource>
|
||||
@@ -355,11 +368,11 @@
|
||||
<DataBand Name="Data3" Top="1221.87" Width="1247.4" Height="28.35">
|
||||
<TextObject Name="Text302" Width="1247.4" Height="28.35" Text="7. ความสอดคล้องกับยุทธศาสตร์การพัฒนามหาวิทยาลัย" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data5" Top="1255.41" Width="1247.4" Height="94.5" DataSource="eighth">
|
||||
<TextObject Name="Text139" Top="47.25" Width="1247.4" Height="47.25" Text="[project_principle_rationale.eighth.measure]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text84" Width="1247.4" Height="47.25" Text="[project_principle_rationale.eighth.strategic_issues]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text139" Top="47.25" Width="1247.4" Height="47.25" Text="กลยุทธ์ [project_principle_rationale.eighth.measure]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text84" Width="1247.4" Height="47.25" Text="ประเด็นยุทธศาสตร์ที่ [project_principle_rationale.eighth.strategic_issues]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data27" Top="1355.11" Width="1247.4" Height="283.5">
|
||||
<DataBand Name="Data27" Top="1355.11" Width="1247.4" Height="311.85">
|
||||
<TextObject Name="Text207" Width="1247.4" Height="28.35" Text="8. ความสอดคล้องกับยุทธศาสตร์ หน่วยงาน/คณะ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text308" Top="113.4" Width="1247.4" Height="28.35" Text="9. ความสอดคล้องกับเป้าหมายการให้บริการกระทรวง" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text97" Left="170.1" Top="141.75" Width="1077.3" Height="56.7" Text="[project_principle_rationale.subject_eleventh]" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -368,19 +381,17 @@
|
||||
<TextObject Name="Text306" Top="226.8" Width="207.9" Height="56.7" Text="ต้องเป็นความสอดคล้องกับเป้าหมาย การให้บริการหน่วยงาน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text307" Left="207.9" Top="226.8" Width="1039.5" Height="56.7" Text="[project_principle_rationale.subject_twelfth]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text100" Top="56.7" Width="1247.4" Height="28.35" Text="เรื่อง [project_principle_rationale.subject_thirteenth]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text101" Top="85.05" Width="1247.4" Height="28.35" Text="กลยุทธ์ [project_principle_rationale.strategy_thirteenth]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text101" Top="85.05" Width="1247.4" Height="28.35" Text="มาตรการ [project_principle_rationale.strategy_thirteenth]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text99" Top="28.35" Width="1247.4" Height="28.35" Text="ประเด็นยุทธศาสตร์ที่ [project_principle_rationale.strategic_issues_thirteenth]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text309" Top="283.5" Width="1247.4" Height="28.35" Text="11. โครงการนี้สอดคล้องกับตัวชี้วัดผลสัมฤทธิ์และตัวชี้วัดเชิงนโยบายของแผนกลยุทธ์มหาวิทยาลัยเทคโนโลยีราชมงคลรัตนโกสินทร์ด้านใด" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data26" Top="1643.8" Width="1247.4" Height="28.35">
|
||||
<TextObject Name="Text309" Width="1247.4" Height="28.35" Text="11. โครงการนี้สอดคล้องกับตัวชี้วัดผลสัมฤทธิ์และตัวชี้วัดเชิงนโยบายของแผนกลยุทธ์มหาวิทยาลัยเทคโนโลยีราชมงคลรัตนโกสินทร์ด้านใด" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data28" Top="1677.35" Width="1247.4" Height="28.35" DataSource="ninth">
|
||||
<TextObject Name="Text86" Left="66.15" Width="1181.25" Height="28.35" Text="[project_principle_rationale.ninth.clause]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data33" Top="1710.89" Width="1247.4" Height="37.8" DataSource="ninths">
|
||||
<TextObject Name="Text87" Left="113.4" Width="1134" Height="37.8" Text="[project_principle_rationale.ninth.ninths.detail]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data28" Top="1672.15" Width="1247.4" Height="28.35" DataSource="ninth">
|
||||
<TextObject Name="Text86" Left="66.15" Width="1181.25" Height="28.35" Text="[project_principle_rationale.ninth.clause]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data33" Top="1705.7" Width="1247.4" Height="37.8" DataSource="ninths">
|
||||
<TextObject Name="Text87" Left="113.4" Width="1134" Height="37.8" Text="[project_principle_rationale.ninth.ninths.detail]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data51" Top="1753.89" Width="1247.4" Height="255.15" DataSource="project_principle_rationale">
|
||||
<DataBand Name="Data51" Top="1748.69" Width="1247.4" Height="255.15" DataSource="project_principle_rationale">
|
||||
<TextObject Name="Text88" Left="66.15" Width="1181.25" Height="28.35" Text="อธิบายความสอดคล้อง" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text89" Left="113.4" Top="28.35" Width="1134" Height="47.25" Text="[project_principle_rationale.explain_consistency1]" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text310" Top="75.6" Width="1247.4" Height="28.35" Text="12. โครงการนี้สอดคล้องกับเป้าหมายการพัฒนาที่ยั่งยืน (Sustainable Development Goals : SDGs) ด้านใด" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
@@ -388,17 +399,17 @@
|
||||
<TextObject Name="Text311" Left="66.15" Top="151.2" Width="1181.25" Height="28.35" Text="อธิบายความสอดคล้อง" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text312" Left="113.4" Top="179.55" Width="1134" Height="47.25" Text="[project_principle_rationale.explain_consistency2]" AutoShrink="FontSize" AutoShrinkMinSize="9" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text313" Top="226.8" Width="1247.4" Height="28.35" Text="13. ตัวบ่งชี้การประกันคุณภาพการศึกษาภายใน (สกอ)" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data52" Top="2014.23" Width="1247.4" Height="103.95" DataSource="fourteenth">
|
||||
<TextObject Name="Text317" Top="28.35" Width="1247.4" Height="28.35" Text="[project_principle_rationale.fourteenth.component]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text318" Top="56.7" Width="1247.4" Height="47.25" Text="[project_principle_rationale.fourteenth.indicator]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text315" Width="1247.4" Height="28.35" Text="[project_principle_rationale.fourteenth.level]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data52" Top="2009.04" Width="1247.4" Height="103.95" DataSource="fourteenth">
|
||||
<TextObject Name="Text317" Top="28.35" Width="1247.4" Height="28.35" Text="ยุทธศาสตร์ หน่วยงาน/คณะ [project_principle_rationale.fourteenth.component]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text318" Top="56.7" Width="1247.4" Height="47.25" Text="ตัวบ่งชีที่ [project_principle_rationale.fourteenth.indicator]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text315" Width="1247.4" Height="28.35" Text="ระดับ [project_principle_rationale.fourteenth.level]" AutoShrink="FontSize" AutoShrinkMinSize="11" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data29" Top="2123.38" Width="1247.4" Height="28.35" DataSource="twenty_four">
|
||||
<DataBand Name="Data29" Top="2118.18" Width="1247.4" Height="28.35" DataSource="twenty_four">
|
||||
<TextObject Name="Text209" Width="1247.4" Height="28.35" Text="14. ผู้รับผิดชอบโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data49" Top="2156.92" Width="1247.4" Height="28.35" DataSource="twenty_four">
|
||||
<DataBand Name="Data49" Top="2151.73" Width="1247.4" Height="28.35" DataSource="twenty_four">
|
||||
<TextObject Name="Text210" Width="1247.4" Height="28.35" Text="[project_principle_rationale.twenty_four.activity]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data53" Top="2190.47" Width="1247.4" Height="141.75" DataSource="twenty_fours">
|
||||
<DataBand Name="Data53" Top="2185.27" Width="1247.4" Height="141.75" DataSource="twenty_fours">
|
||||
<TextObject Name="Text31" Top="56.7" Width="1247.4" Height="28.35" Text="เบอร์โทรศัพท์ภายใน [project_principle_rationale.twenty_four.twenty_fours.mobile_number]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
@@ -443,12 +454,12 @@
|
||||
<DataBand Name="Data19" Top="104.89" Width="1247.4" Height="28.35" DataSource="seventeenths">
|
||||
<TextObject Name="Text138" Left="18.9" Width="1228.5" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.the_time]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data20" Top="138.43" Width="1247.4" Height="56.7" DataSource="seventeenths2">
|
||||
<TextObject Name="Text114" Left="236.25" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.area_province1]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text115" Left="453.6" Width="793.8" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.location1]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text293" Left="18.9" Top="28.35" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.internal_external2]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text294" Left="236.25" Top="28.35" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.area_province2]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text295" Left="453.6" Top="28.35" Width="793.8" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.location2]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text113" Left="18.9" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.internal_external1]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text114" Left="236.25" Width="425.25" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.area_province1]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text115" Left="661.5" Width="585.9" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.location1]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text293" Left="18.9" Top="28.35" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.text2]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text294" Left="236.25" Top="28.35" Width="425.25" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.area_province2]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text295" Left="661.5" Top="28.35" Width="585.9" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.location2]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text113" Left="18.9" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.text1]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
@@ -467,10 +478,10 @@
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data7" Top="357.66" Width="1247.4" Height="28.35">
|
||||
<TextObject Name="Text216" Width="1247.4" Height="28.35" Text="17. กลุ่มเป้าหมายผู้ร่วมโครงการทั้งสิ้น จำนวน [project_principle_rationale.count_activity] คน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data10" Top="391.21" Width="1247.4" Height="66.15" DataSource="sixteenths">
|
||||
<TextObject Name="Text137" Top="4.5" Width="1247.4" Height="28.35" Text="[project_principle_rationale.sixteenths.activity_table]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table1" Left="18.9" Top="37.8" Width="718.2" Height="28.35">
|
||||
<TextObject Name="Text216" Width="1247.4" Height="28.35" Text="17. กลุ่มเป้าหมายผู้ร่วมโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data10" Top="391.21" Width="1247.4" Height="122.85" DataSource="sixteenths">
|
||||
<TextObject Name="Text137" Top="4.5" Width="1247.4" Height="28.35" Text="กิจกรรมที่ 1 [project_principle_rationale.sixteenths.activity_table]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table1" Left="18.9" Top="94.5" Width="718.2" Height="28.35">
|
||||
<TableColumn Name="Column1" Width="151.2"/>
|
||||
<TableColumn Name="Column2" Width="132.3"/>
|
||||
<TableColumn Name="Column3" Width="141.75"/>
|
||||
@@ -484,7 +495,9 @@
|
||||
<TableCell Name="Cell5" Border.Lines="All" Text="วังไกลกังวล" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataBand Name="Data11" Top="462.55" Width="1247.4" Height="28.35" DataSource="sixteenths2">
|
||||
<TextObject Name="Text335" Top="37.8" Width="1247.4" Height="28.35" Text="หน่วยนับ [project_principle_rationale.sixteenths.unit]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text336" Top="66.15" Width="1247.4" Height="28.35" Text="ผลรวมทั้งหมด [project_principle_rationale.count_activity]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data11" Top="519.25" Width="1247.4" Height="28.35" DataSource="sixteenths2">
|
||||
<TableObject Name="Table2" Left="18.9" Width="718.2" Height="28.35">
|
||||
<TableColumn Name="Column6" Width="151.2"/>
|
||||
<TableColumn Name="Column7" Width="132.3"/>
|
||||
@@ -499,7 +512,7 @@
|
||||
<TableCell Name="Cell10" Border.Lines="All" Text="[project_principle_rationale.sixteenths.sixteenths2.klai_kangwon]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataFooterBand Name="DataFooter1" Top="496.1" Width="1247.4" Height="66.15">
|
||||
<DataFooterBand Name="DataFooter1" Top="552.8" Width="1247.4" Height="66.15">
|
||||
<TextObject Name="Text284" Left="18.9" Top="37.8" Width="1228.5" Height="28.35" Text="* หมายเหตุ ทั้งนี้วิทยากร,คณะกรรมการ, พนักงานขับรถ ไม่นับรวมเป็นผู้เข้าร่วมโครงการ" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableObject Name="Table23" Left="18.9" Width="718.2" Height="28.35">
|
||||
<TableColumn Name="Column188" Width="151.2"/>
|
||||
@@ -556,7 +569,7 @@
|
||||
<TableRow Name="Row13" Height="47.25">
|
||||
<TableCell Name="Cell61" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell62" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table4" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
||||
@@ -564,9 +577,9 @@
|
||||
<TableColumn Name="Column15" Width="103.95"/>
|
||||
<TableColumn Name="Column16" Width="103.95"/>
|
||||
<TableRow Name="Row14" 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"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<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"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table27" Left="47.25" Top="75.6" Width="680.4" Height="28.35">
|
||||
@@ -609,7 +622,7 @@
|
||||
<TableColumn Name="Column131" Width="103.95"/>
|
||||
<TableColumn Name="Column132" Width="141.75"/>
|
||||
<TableRow Name="Row40" Height="28.35">
|
||||
<TableCell Name="Cell178" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name2]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Underline" ColSpan="4"/>
|
||||
<TableCell Name="Cell178" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name1]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Underline" ColSpan="4"/>
|
||||
<TableCell Name="Cell179" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell180" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell181" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -625,7 +638,7 @@
|
||||
<TableRow Name="Row16" Height="47.25">
|
||||
<TableCell Name="Cell72" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell73" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table7" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
||||
@@ -633,9 +646,9 @@
|
||||
<TableColumn Name="Column26" Width="103.95"/>
|
||||
<TableColumn Name="Column27" Width="103.95"/>
|
||||
<TableRow Name="Row17" Height="28.35">
|
||||
<TableCell Name="Cell75" Border.Lines="All" Text="บาท" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell75" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell76" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell77" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell77" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table29" Left="47.25" Top="75.6" Width="680.4" Height="28.35">
|
||||
@@ -661,11 +674,11 @@
|
||||
<TableColumn Name="Column31" Width="103.95"/>
|
||||
<TableColumn Name="Column32" Width="141.75"/>
|
||||
<TableRow Name="Row18" Height="28.35">
|
||||
<TableCell Name="Cell78" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell79" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell78" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses1.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell79" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses1.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell80" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell81" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell82" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell81" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses1.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell82" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses1.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
@@ -693,7 +706,7 @@
|
||||
<TableRow Name="Row19" Height="47.25">
|
||||
<TableCell Name="Cell83" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell84" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell85" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell85" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table10" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||
@@ -701,9 +714,9 @@
|
||||
<TableColumn Name="Column37" Width="103.95"/>
|
||||
<TableColumn Name="Column38" Width="103.95"/>
|
||||
<TableRow Name="Row20" Height="28.35">
|
||||
<TableCell Name="Cell86" Border.Lines="All" Text="บาท/คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell87" Border.Lines="All" Text="วัน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell88" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell86" Border.Lines="All" Text="จำนวนวัน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell87" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell88" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
@@ -716,8 +729,8 @@
|
||||
<TableColumn Name="Column43" Width="141.75"/>
|
||||
<TableRow Name="Row21" Height="28.35">
|
||||
<TableCell Name="Cell89" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell90" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell91" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell90" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell91" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell92" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell93" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
@@ -747,7 +760,7 @@
|
||||
<TableRow Name="Row22" Height="47.25">
|
||||
<TableCell Name="Cell94" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell95" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table13" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||
@@ -755,9 +768,9 @@
|
||||
<TableColumn Name="Column48" Width="103.95"/>
|
||||
<TableColumn Name="Column49" Width="103.95"/>
|
||||
<TableRow Name="Row23" Height="28.35">
|
||||
<TableCell Name="Cell97" Border.Lines="All" Text="(บาท)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Text="(มื้อ)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell99" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell97" Border.Lines="All" Text="จำนวนมื้อ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell99" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
@@ -770,58 +783,112 @@
|
||||
<TableColumn Name="Column54" Width="141.75"/>
|
||||
<TableRow Name="Row24" Height="28.35">
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data47" Top="819.1" Width="1247.4" Height="28.35">
|
||||
<DataBand Name="Data26" Top="790.75" Width="1247.4" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TableObject Name="Table46" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column208" Width="226.8"/>
|
||||
<TableColumn Name="Column209" Width="103.95"/>
|
||||
<TableColumn Name="Column210" Width="103.95"/>
|
||||
<TableColumn Name="Column211" Width="103.95"/>
|
||||
<TableColumn Name="Column212" Width="141.75"/>
|
||||
<TableRow Name="Row56" Height="28.35">
|
||||
<TableCell Name="Cell258" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name4]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Underline" ColSpan="4"/>
|
||||
<TableCell Name="Cell259" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell260" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell261" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell262" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader7" Top="738.3" Width="1247.4" Height="47.25">
|
||||
<TableObject Name="Table24" Left="47.25" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column197" Width="226.8"/>
|
||||
<TableColumn Name="Column198" Width="311.85"/>
|
||||
<TableColumn Name="Column199" Width="141.75"/>
|
||||
<TableRow Name="Row34" Height="47.25">
|
||||
<TableCell Name="Cell247" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell248" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell249" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table44" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||
<TableColumn Name="Column200" Width="103.95"/>
|
||||
<TableColumn Name="Column201" Width="103.95"/>
|
||||
<TableColumn Name="Column202" Width="103.95"/>
|
||||
<TableRow Name="Row54" Height="28.35">
|
||||
<TableCell Name="Cell250" Border.Lines="All" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell251" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell252" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data43" Top="824.29" Width="1247.4" Height="29.29" DataSource="nineteenths_expenses4">
|
||||
<TableObject Name="Table45" Left="47.25" Top="0.94" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column203" Width="226.8"/>
|
||||
<TableColumn Name="Column204" Width="103.95"/>
|
||||
<TableColumn Name="Column205" Width="103.95"/>
|
||||
<TableColumn Name="Column206" Width="103.95"/>
|
||||
<TableColumn Name="Column207" Width="141.75"/>
|
||||
<TableRow Name="Row55" Height="28.35">
|
||||
<TableCell Name="Cell253" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell254" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell255" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell256" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell257" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data47" Top="939.57" Width="1247.4" Height="28.35">
|
||||
<TableObject Name="Table33" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column143" Width="198.45"/>
|
||||
<TableColumn Name="Column144" Width="132.3"/>
|
||||
<TableColumn Name="Column144" Width="236.25"/>
|
||||
<TableColumn Name="Column145" Width="75.6"/>
|
||||
<TableColumn Name="Column146" Width="132.3"/>
|
||||
<TableColumn Name="Column146" Width="28.35"/>
|
||||
<TableColumn Name="Column147" Width="141.75"/>
|
||||
<TableRow Name="Row43" Height="28.35">
|
||||
<TableCell Name="Cell193" Border.Lines="All" Fill.Color="192, 255, 255" Text="ค่าวัสดุ / อุปกรณ์" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell194" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell195" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell195" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell196" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell197" Border.Lines="All" Fill.Color="192, 255, 255" Text="[project_principle_rationale.nineteenth.material]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader6" Top="738.3" Width="1247.4" Height="75.6">
|
||||
<DataHeaderBand Name="DataHeader6" Top="858.78" Width="1247.4" Height="75.6">
|
||||
<TextObject Name="Text133" Left="47.25" Width="708.75" Height="28.35" Text="ค่าวัสดุ [project_principle_rationale.nineteenth.total_material] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table15" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column55" Width="198.45"/>
|
||||
<TableColumn Name="Column56" Width="132.3"/>
|
||||
<TableColumn Name="Column56" Width="236.25"/>
|
||||
<TableColumn Name="Column57" Width="75.6"/>
|
||||
<TableColumn Name="Column58" Width="132.3"/>
|
||||
<TableColumn Name="Column58" Width="28.35"/>
|
||||
<TableColumn Name="Column59" Width="141.75"/>
|
||||
<TableRow Name="Row25" Height="47.25">
|
||||
<TableCell Name="Cell105" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell106" Border.Lines="All" Fill.Color="255, 255, 202" Text="หน่วยนับ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell107" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell108" Border.Lines="All" Fill.Color="255, 255, 202" Text="ราคาต่อหน่วย บาท" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell109" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell106" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวนเงินต่อหน่วย" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell107" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell108" Border.Lines="All" Fill.Color="255, 255, 202" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell109" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data42" Top="852.64" Width="1247.4" Height="28.35" DataSource="nineteenths_material">
|
||||
<DataBand Name="Data42" Top="973.12" Width="1247.4" Height="28.35" DataSource="nineteenths_material">
|
||||
<TableObject Name="Table16" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column60" Width="198.45"/>
|
||||
<TableColumn Name="Column61" Width="132.3"/>
|
||||
<TableColumn Name="Column61" Width="236.25"/>
|
||||
<TableColumn Name="Column62" Width="75.6"/>
|
||||
<TableColumn Name="Column63" Width="132.3"/>
|
||||
<TableColumn Name="Column63" Width="28.35"/>
|
||||
<TableColumn Name="Column64" Width="141.75"/>
|
||||
<TableRow Name="Row26" Height="28.35">
|
||||
<TableCell Name="Cell110" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell111" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell112" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell113" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit_price]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell111" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit_price]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell112" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell113" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell114" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
@@ -842,8 +909,8 @@
|
||||
<TextObject Name="Text258" Left="1143.45" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text105" Left="179.55" Top="94.5" Width="576.45" Height="28.35" Hyperlink.Expression="[project_principle_rationale.url_file1]" Text="[project_principle_rationale.url_file1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text222" Left="179.55" Top="151.2" Width="576.45" Height="28.35" Hyperlink.Expression="[project_principle_rationale.url_file2]" Text="[project_principle_rationale.url_file2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data13" Top="213.09" Width="1247.4" Height="28.35" DataSource="fourteenth">
|
||||
<TextObject Name="Text224" Width="756" Height="28.35" Text="[project_principle_rationale.fourteenth.level]" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data13" Top="213.09" Width="1247.4" Height="28.35" DataSource="nineteenth_style">
|
||||
<TextObject Name="Text224" Width="756" Height="28.35" Text="[project_principle_rationale.nineteenth_style.style]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data14" Top="246.64" Width="1247.4" Height="226.8" DataSource="project_principle_rationale">
|
||||
@@ -853,7 +920,7 @@
|
||||
<TextObject Name="Text228" Top="141.75" Width="756" Height="85.05" Text="[project_principle_rationale.evaluation]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</ReportPage>
|
||||
<ReportPage Name="Page5" PaperWidth="350" PaperHeight="400" Watermark.Font="Arial, 60pt">
|
||||
<ReportPage Name="Page5" PaperWidth="350" PaperHeight="1000" Watermark.Font="Arial, 60pt">
|
||||
<DataBand Name="Data56" Width="1247.4" Height="151.2">
|
||||
<TextObject Name="Text28" Top="47.25" Width="831.6" Height="28.35" Text="22. แผนการดำเนินงานและการใช้จ่ายงบประมาณ (ระบุจำนวนเงินงบประมาณ)" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text34" Left="387.45" Top="75.6" Width="444.15" Height="28.35" Text="หน่วย : [project_principle_rationale.budget_amount] ล้านบาท" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
@@ -928,30 +995,38 @@
|
||||
<DataBand Name="Data58" Top="199.39" Width="1247.4" Height="37.8">
|
||||
<TextObject Name="Text37" Top="9.45" Width="1247.4" Height="28.35" Text="23. ผลที่ได้รับจากโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data59" Top="242.38" Width="1247.4" Height="28.35" DataSource="twenty_one">
|
||||
<DataBand Name="Data59" Top="242.38" Width="1247.4" Height="66.15" DataSource="twenty_one">
|
||||
<TextObject Name="Text38" Width="1247.4" Height="28.35" Text="[project_principle_rationale.twenty_one.activity]" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data60" Top="275.93" Width="1247.4" Height="453.6" DataSource="twenty_ones">
|
||||
<TextObject Name="Text42" Left="37.8" Top="28.35" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text1] [project_principle_rationale.twenty_one.twenty_ones.budget_unit_name_th] [project_principle_rationale.twenty_one.twenty_ones.text11] [project_principle_rationale.twenty_one.twenty_ones.count_unit] [project_principle_rationale.twenty_one.twenty_ones.nuai_nap]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text43" Left="37.8" Top="85.05" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text3] [project_principle_rationale.twenty_one.twenty_ones.count_training] [project_principle_rationale.twenty_one.twenty_ones.rueang]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text46" Left="37.8" Top="113.4" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text4] [project_principle_rationale.twenty_one.twenty_ones.count_knowledge] [project_principle_rationale.twenty_one.twenty_ones.khrang3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text47" Top="141.75" Width="1237.95" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text48" Left="37.8" Top="170.1" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text5] [project_principle_rationale.twenty_one.twenty_ones.project_start_date] [project_principle_rationale.twenty_one.twenty_ones.range][project_principle_rationale.twenty_one.twenty_ones.project_end_date]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text49" Left="37.8" Top="198.45" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text6] [project_principle_rationale.twenty_one.twenty_ones.percentage_finish]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text56" Top="226.8" Width="1237.95" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text62" Left="37.8" Top="255.15" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text7] [project_principle_rationale.twenty_one.twenty_ones.percentage1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text63" Left="37.8" Top="283.5" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text8] [project_principle_rationale.twenty_one.twenty_ones.percentage2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text70" Left="37.8" Top="311.85" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text9]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text71" Left="75.6" Top="340.2" Width="1162.35" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.acquired_knowledge]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text72" Left="75.6" Top="368.55" Width="1181.25" Height="56.7" Text="[project_principle_rationale.twenty_one.twenty_ones.text10] [project_principle_rationale.twenty_one.twenty_ones.detail]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text74" Left="37.8" Top="56.7" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text2] [project_principle_rationale.twenty_one.twenty_ones.count_project] [project_principle_rationale.twenty_one.twenty_ones.khrang2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text337" Top="28.35" Width="1247.4" Height="37.8" Text="[project_principle_rationale.twenty_one.remark]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data60" Top="313.73" Width="1247.4" Height="812.7" DataSource="twenty_ones">
|
||||
<TextObject Name="Text42" Left="37.8" Top="28.35" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text1] [project_principle_rationale.twenty_one.twenty_ones.text11] [project_principle_rationale.twenty_one.twenty_ones.count_unit] [project_principle_rationale.twenty_one.twenty_ones.nuai_nap]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text43" Left="37.8" Top="113.4" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text3] [project_principle_rationale.twenty_one.twenty_ones.count_training] [project_principle_rationale.twenty_one.twenty_ones.rueang]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text46" Left="37.8" Top="141.75" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text4] [project_principle_rationale.twenty_one.twenty_ones.count_knowledge] [project_principle_rationale.twenty_one.twenty_ones.khrang3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text47" Top="264.6" Width="1237.95" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text48" Left="37.8" Top="292.95" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text5] [project_principle_rationale.twenty_one.twenty_ones.project_start_date] [project_principle_rationale.twenty_one.twenty_ones.range][project_principle_rationale.twenty_one.twenty_ones.project_end_date]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text49" Left="37.8" Top="321.3" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text6] [project_principle_rationale.twenty_one.twenty_ones.percentage_finish]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text56" Top="444.15" Width="1237.95" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text62" Left="37.8" Top="472.5" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text7] [project_principle_rationale.twenty_one.twenty_ones.percentage1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text63" Left="37.8" Top="500.85" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text8] [project_principle_rationale.twenty_one.twenty_ones.percentage2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text70" Left="37.8" Top="529.2" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text9]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text74" Left="37.8" Top="85.05" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text2] [project_principle_rationale.twenty_one.twenty_ones.count_project] [project_principle_rationale.twenty_one.twenty_ones.khrang2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text75" Width="1247.4" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause1] [project_principle_rationale.twenty_one.twenty_ones.count_quantitative] [project_principle_rationale.twenty_one.twenty_ones.khrang1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text76" Top="425.25" Width="1237.95" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<TextObject Name="Text76" Top="652.05" Width="1237.95" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
<GeneralFormat/>
|
||||
<GeneralFormat/>
|
||||
</Formats>
|
||||
</TextObject>
|
||||
<TextObject Name="Text338" Left="37.8" Top="56.7" Width="1200.15" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text12] [project_principle_rationale.twenty_one.twenty_ones.budget_unit_name_th]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text339" Left="37.8" Top="170.1" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text340" Left="37.8" Top="217.35" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text341" Left="37.8" Top="349.65" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text342" Left="37.8" Top="396.9" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text343" Left="37.8" Top="557.55" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text344" Left="37.8" Top="604.8" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text345" Left="37.8" Top="680.4" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text346" Left="37.8" Top="727.65" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</ReportPage>
|
||||
@@ -1031,38 +1106,42 @@
|
||||
<PageHeaderBand Name="PageHeader2" Width="1247.4" Height="85.05">
|
||||
<TextObject Name="Text283" Left="1143.45" Width="103.95" Height="28.35" Text="แบบ ง.5 - (2)" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text282" Top="28.35" Width="1247.4" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
||||
<TextObject Name="Text1" Top="56.7" Width="756" Height="28.35" Text="27. ตารางกำหนดการดำเนินโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text1" Top="56.7" Width="1058.4" Height="28.35" Text="27. ตารางกำหนดการดำเนินโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</PageHeaderBand>
|
||||
<DataBand Name="Data30" Top="90.24" Width="1247.4">
|
||||
<DataBand Name="Data31" Top="95.44" Width="1247.4" Height="141.75" DataSource="twenty_fifth">
|
||||
<TextObject Name="Text167" Width="935.55" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activity_display_name]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text168" Top="28.35" Width="935.55" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activitys]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text169" Top="56.7" Width="935.55" Height="28.35" Text="[project_principle_rationale.twenty_fifth.dates]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text170" Top="85.05" Width="935.55" Height="47.25" Text="[project_principle_rationale.twenty_fifth.locations]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text167" Width="1058.4" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activity_display_name]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text168" Top="28.35" Width="1058.4" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activitys]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text169" Top="56.7" Width="1058.4" Height="28.35" Text="[project_principle_rationale.twenty_fifth.dates]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text170" Top="85.05" Width="1058.4" Height="47.25" Text="[project_principle_rationale.twenty_fifth.locations]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data32" Top="285.38" Width="1247.4" Height="47.25" DataSource="twenty_fifth_data_detail">
|
||||
<TableObject Name="Table25" Width="935.55" Height="47.25">
|
||||
<TableObject Name="Table25" Width="1058.4" Height="47.25">
|
||||
<TableColumn Name="Column105" Width="132.3"/>
|
||||
<TableColumn Name="Column106" Width="189"/>
|
||||
<TableColumn Name="Column107" Width="434.7"/>
|
||||
<TableColumn Name="Column108" Width="179.55"/>
|
||||
<TableColumn Name="Column214" Width="122.85"/>
|
||||
<TableRow Name="Row35" Height="47.25">
|
||||
<TableCell Name="Cell155" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.dates]" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell156" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.times]" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell157" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.detail]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell158" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.lecturer]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell264" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.in_out]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader2" Top="242.38" Width="1247.4" Height="37.8">
|
||||
<TableObject Name="Table26" Width="935.55" Height="37.8">
|
||||
<TableObject Name="Table26" Width="1058.4" Height="37.8">
|
||||
<TableColumn Name="Column109" Width="132.3"/>
|
||||
<TableColumn Name="Column110" Width="189"/>
|
||||
<TableColumn Name="Column111" Width="434.7"/>
|
||||
<TableColumn Name="Column112" Width="179.55"/>
|
||||
<TableColumn Name="Column213" Width="122.85"/>
|
||||
<TableRow Name="Row36" Height="37.8">
|
||||
<TableCell Name="Cell159" Border.Lines="All" Text="วัน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell160" Border.Lines="All" Text="เวลา" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell161" Border.Lines="All" Text="รายละเอียด" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell162" Border.Lines="All" Text="วิทยากร" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell162" Border.Lines="All" Text="วิทยากร" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell263" Border.Lines="All" Font="Arial, 10pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
|
||||
Reference in New Issue
Block a user