This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
using System.Linq;
|
||||||
using ClosedXML.Excel;
|
using ClosedXML.Excel;
|
||||||
using FastReport;
|
using FastReport;
|
||||||
using FastReport.Export.Csv;
|
using FastReport.Export.Csv;
|
||||||
@@ -23,37 +24,201 @@ namespace rmutr_report.Controllers
|
|||||||
}
|
}
|
||||||
[HttpPost, Route("reports/plant_genetic_conservation_project/{type}")]
|
[HttpPost, Route("reports/plant_genetic_conservation_project/{type}")]
|
||||||
[ApiExplorerSettings(GroupName = "reports")]
|
[ApiExplorerSettings(GroupName = "reports")]
|
||||||
public IActionResult GetConservationProjectReport([FromRoute] string type, [FromBody] conservation_project project)
|
public IActionResult GetConservationProjectReport([FromRoute] string type, [FromBody] project_principle_rationale project)
|
||||||
{
|
{
|
||||||
|
if (project != null)
|
||||||
foreach (var v in project.five)
|
|
||||||
{
|
{
|
||||||
string na = "ประเด็นยุทธศาสตร์ที่ " ;
|
var total = project.activity.Count;
|
||||||
v.strategic_issues = na + v.strategic_issues;
|
if (project.activity != null)
|
||||||
string na2 = "กลยุทธ์ที่ " ;
|
|
||||||
v.measure = na2 + v.measure;
|
|
||||||
}
|
|
||||||
foreach (var v in project.eleventh)
|
|
||||||
{
|
|
||||||
foreach (var vv in v.elevenths)
|
|
||||||
{
|
{
|
||||||
|
foreach (var v in project.activity)
|
||||||
|
{
|
||||||
|
if (v.activity != null)
|
||||||
|
{
|
||||||
|
//var total = project.activity.Select(r => r.count).Sum(t => t.Value);
|
||||||
|
project.together_with = "ประกอบด้วยกิจกรรมหรือโครงการย่อย " + total + " โครงการดังนี้คือ";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
project.together_with = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
string na = "ครั้งที่ ";
|
if (project.eighth != null)
|
||||||
vv.the_time = na + vv.the_time;
|
{
|
||||||
// string na2 = " จำนวน ";
|
foreach (var v in project.eighth)
|
||||||
// vv.count_day = na2 + vv.count_day + " วัน";
|
{
|
||||||
// if (project.count_day != null)
|
string na = "ประเด็นยุทธศาสตร์ที่ ";
|
||||||
// {
|
v.strategic_issues = na + v.strategic_issues;
|
||||||
// project.text3 = "จำนวน " + project.count_day + " วัน";
|
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)
|
||||||
|
{
|
||||||
|
foreach (var sixteenthData in project.sixteenths)
|
||||||
|
{
|
||||||
|
var sum1 = sixteenthData.sixteenths2.Sum(d => d.salaya);
|
||||||
|
var sum2 = sixteenthData.sixteenths2.Sum(d => d.bophitphimuk);
|
||||||
|
var sum3 = sixteenthData.sixteenths2.Sum(d => d.pohchang);
|
||||||
|
var sum4 = sixteenthData.sixteenths2.Sum(d => d.klai_kangwon);
|
||||||
|
sixteenthData.salaya_total = sum1;
|
||||||
|
sixteenthData.bophitphimuk_total = sum2;
|
||||||
|
sixteenthData.pohchang_total = sum3;
|
||||||
|
sixteenthData.klai_kangwon_total = sum4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (project.eighteenth != null)
|
||||||
|
{
|
||||||
|
foreach (var v in project.eighteenth)
|
||||||
|
{
|
||||||
|
foreach (var vv in v.eighteenths)
|
||||||
|
{
|
||||||
|
string na = "ครั้งที่ ";
|
||||||
|
vv.the_time = na + vv.the_time;
|
||||||
|
string na2 = " จำนวน ";
|
||||||
|
vv.count_day = na2 + vv.count_day + " วัน";
|
||||||
|
if (project.count_day != null)
|
||||||
|
{
|
||||||
|
project.text3 = "จำนวน " + project.count_day + " วัน";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (project.total_target != null)
|
||||||
|
{
|
||||||
|
project.text1 = "ผลรวมกลุ่มเป้าหมาย " + project.total_target;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (project.total_board != null)
|
||||||
|
{
|
||||||
|
project.text2 = "ผลรวมคณะกรรมการ " + project.total_board;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (project.twenty_one != null)
|
||||||
|
{
|
||||||
|
foreach (var v in project.twenty_one)
|
||||||
|
{
|
||||||
|
if (v.activity != null || v.activity != "")
|
||||||
|
{
|
||||||
|
v.activity = v.activity;
|
||||||
|
}
|
||||||
|
|
||||||
|
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)
|
||||||
|
{
|
||||||
|
|
||||||
|
string na = " หน่วยนับ";
|
||||||
|
vv.khrang1 = na;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (vv.count_unit != null)
|
||||||
|
{
|
||||||
|
string na = "ผู้เข้าร่วมโครงการ ";
|
||||||
|
string na1 = " จำนวน ";
|
||||||
|
string na2 = " คน";
|
||||||
|
vv.text1 = na;
|
||||||
|
vv.text11 = na1;
|
||||||
|
vv.nuai_nap = na2;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (vv.count_project != null)
|
||||||
|
{
|
||||||
|
vv.clause1 = "16.1 เชิงปริมาณ";
|
||||||
|
string na = "จำนวนครั้งที่ดำเนินโครงการ ";
|
||||||
|
string na2 = " ครั้ง";
|
||||||
|
vv.text2 = na;
|
||||||
|
vv.khrang2 = na2;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (vv.count_training != null)
|
||||||
|
{
|
||||||
|
string na = "จำนวนการจัดอบรมและสัมมนา ";
|
||||||
|
string na2 = " เรื่อง";
|
||||||
|
vv.text3 = na;
|
||||||
|
vv.rueang = na2;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (vv.count_knowledge != null)
|
||||||
|
{
|
||||||
|
string na = "จำนวนเผยแพร่ความรู้บริการวิชาการ ";
|
||||||
|
string na2 = " ครั้ง";
|
||||||
|
vv.text4 = na;
|
||||||
|
vv.khrang3 = na2;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (vv.project_start_date != null)
|
||||||
|
{
|
||||||
|
vv.clause2 = "16.2 เชิงเวลา";
|
||||||
|
string na3 = "วัน/เดือน/ปี ที่จะดำเนินโครงการ ";
|
||||||
|
string na4 = " ถึง ";
|
||||||
|
vv.range = na4;
|
||||||
|
vv.text5 = na3;
|
||||||
|
string na5 = "โครงการแล้วเสร็จตามเวลาที่กำหนด (ร้อยละ) ";
|
||||||
|
vv.text6 = na5;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (vv.percentage1 != null || vv.percentage2 != null)
|
||||||
|
{
|
||||||
|
vv.clause3 = "16.3 เชิงคุณภาพ";
|
||||||
|
string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) ";
|
||||||
|
string na1 = "ความพึงพอใจของผู้เข้ารับบริการในกระบวนการให้บริการ (ร้อยละ) ";
|
||||||
|
vv.text7 = na;
|
||||||
|
vv.text8 = na1;
|
||||||
|
vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง";
|
||||||
|
vv.text10 = "รายละเอียด";
|
||||||
|
}
|
||||||
|
|
||||||
|
if (vv.expenses != null)
|
||||||
|
{
|
||||||
|
vv.clause4 = "16.4 เชิงค่าใช้จ่าย";
|
||||||
|
vv.bath = " บาท";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
var _project = new List<project_principle_rationale>() {project};
|
||||||
var _project = new List<conservation_project>() {project};
|
|
||||||
|
|
||||||
Report report = new Report();
|
Report report = new Report();
|
||||||
report.Load(_setting.report_path + "plant_genetic_conservation_project.frx");
|
report.Load(_setting.report_path + "plant_genetic_conservation_project.frx");
|
||||||
report.RegisterData(_project, "conservation_project");
|
report.RegisterData(_project, "project_principle_rationale");
|
||||||
report.Prepare();
|
report.Prepare();
|
||||||
|
|
||||||
MemoryStream stream = new MemoryStream();
|
MemoryStream stream = new MemoryStream();
|
||||||
|
|||||||
@@ -44,6 +44,8 @@ namespace rmutr_report.Models
|
|||||||
public int? count_activity { get; set; } //ข้อ 16
|
public int? count_activity { get; set; } //ข้อ 16
|
||||||
public string text1 { get; set; } //ข้อ 16
|
public string text1 { get; set; } //ข้อ 16
|
||||||
public string text2 { get; set; } //ข้อ 16
|
public string text2 { get; set; } //ข้อ 16
|
||||||
|
public string operational_activitie { get; set; }//ข้อ 15 ง.5-3
|
||||||
|
public string evaluation { get; set; }//ข้อ 16 ง.5-3
|
||||||
public int? total_target { get; set; } //ข้อ 16 ผลรวมกลุ่มเป้าหมาย
|
public int? total_target { get; set; } //ข้อ 16 ผลรวมกลุ่มเป้าหมาย
|
||||||
public int? total_board { get; set; } //ข้อ 16 ผลรวมคณะกรรมการ
|
public int? total_board { get; set; } //ข้อ 16 ผลรวมคณะกรรมการ
|
||||||
public List<sixteenth_data> sixteenth { get; set; } //ข้อ 16
|
public List<sixteenth_data> sixteenth { get; set; } //ข้อ 16
|
||||||
@@ -72,7 +74,9 @@ namespace rmutr_report.Models
|
|||||||
public List<twenty_three_data> twenty_three { get; set; } //ข้อ 23
|
public List<twenty_three_data> twenty_three { get; set; } //ข้อ 23
|
||||||
public List<twenty_four_data> twenty_four { get; set; } //ข้อ 24
|
public List<twenty_four_data> twenty_four { get; set; } //ข้อ 24
|
||||||
public List<twenty_fifth_data> twenty_fifth { get; set; } //ข้อ 25
|
public List<twenty_fifth_data> twenty_fifth { get; set; } //ข้อ 25
|
||||||
|
public string url_file1 { get; set; } //ง.5-3
|
||||||
|
public string url_file2 { get; set; } //ง.5-3
|
||||||
|
public string url_file3 { get; set; } //ข้อ 23 ง.5-3
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -85,60 +85,69 @@ namespace rmutr_report.Models
|
|||||||
{
|
{
|
||||||
public string activity_table { get; set; }
|
public string activity_table { get; set; }
|
||||||
public List<tenth2_datas_details> tenths2 { get; set; }
|
public List<tenth2_datas_details> tenths2 { get; set; }
|
||||||
}
|
|
||||||
|
|
||||||
public class tenth2_datas_details
|
|
||||||
{
|
|
||||||
public decimal? salaya_executive { get; set; }
|
|
||||||
public decimal? bophitphimuk_executive { get; set; }
|
|
||||||
public decimal? pohchang_executive { get; set; }
|
|
||||||
public decimal? klai_kangwon_executive { get; set; }
|
|
||||||
public decimal? salaya_teacher { get; set; }
|
|
||||||
public decimal? bophitphimuk_teacher { get; set; }
|
|
||||||
public decimal? pohchang_teacher { get; set; }
|
|
||||||
public decimal? klai_kangwon_teacher { get; set; }
|
|
||||||
public decimal? salaya_officer { get; set; }
|
|
||||||
public decimal? bophitphimuk_officer { get; set; }
|
|
||||||
public decimal? pohchang_officer { get; set; }
|
|
||||||
public decimal? klai_kangwon_officer { get; set; }
|
|
||||||
public decimal? salaya_internal_student { get; set; }
|
|
||||||
public decimal? bophitphimuk_internal_student { get; set; }
|
|
||||||
public decimal? pohchang_internal_student { get; set; }
|
|
||||||
public decimal? klai_kangwon_internal_student { get; set; }
|
|
||||||
public decimal? salaya_external_student { get; set; }
|
|
||||||
public decimal? bophitphimuk_external_student { get; set; }
|
|
||||||
public decimal? pohchang_external_student { get; set; }
|
|
||||||
public decimal? klai_kangwon_external_student { get; set; }
|
|
||||||
public decimal? salaya_person { get; set; }
|
|
||||||
public decimal? bophitphimuk_person { get; set; }
|
|
||||||
public decimal? pohchang_person { get; set; }
|
|
||||||
public decimal? klai_kangwon_person { get; set; }
|
|
||||||
public decimal? salaya_lecturer { get; set; }
|
|
||||||
public decimal? bophitphimuk_lecturer { get; set; }
|
|
||||||
public decimal? pohchang_lecturer { get; set; }
|
|
||||||
public decimal? klai_kangwon_lecturer { get; set; }
|
|
||||||
|
|
||||||
public decimal? salaya_board { get; set; }
|
|
||||||
public decimal? bophitphimuk_board { get; set; }
|
|
||||||
public decimal? pohchang_board { get; set; }
|
|
||||||
public decimal? klai_kangwon_board { get; set; }
|
|
||||||
|
|
||||||
public decimal? salaya_driver { get; set; }
|
|
||||||
public decimal? bophitphimuk_driver { get; set; }
|
|
||||||
public decimal? pohchang_driver { get; set; }
|
|
||||||
public decimal? klai_kangwon_driver { get; set; }
|
|
||||||
|
|
||||||
public decimal? salaya_other { get; set; }
|
|
||||||
public decimal? bophitphimuk_other { get; set; }
|
|
||||||
public decimal? pohchang_other { get; set; }
|
|
||||||
public decimal? klai_kangwon_other { get; set; }
|
|
||||||
|
|
||||||
public decimal? salaya_total { get; set; }
|
public decimal? salaya_total { get; set; }
|
||||||
public decimal? bophitphimuk_total { get; set; }
|
public decimal? bophitphimuk_total { get; set; }
|
||||||
public decimal? pohchang_total { get; set; }
|
public decimal? pohchang_total { get; set; }
|
||||||
public decimal? klai_kangwon_total { get; set; }
|
public decimal? klai_kangwon_total { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public class tenth2_datas_details
|
||||||
|
{
|
||||||
|
public string target_group { get; set; }
|
||||||
|
public decimal? salaya { get; set; }
|
||||||
|
public decimal? bophitphimuk{ get; set; }
|
||||||
|
public decimal? pohchang{ get; set; }
|
||||||
|
public decimal? klai_kangwon{ get; set; }
|
||||||
|
// public decimal? salaya_executive { get; set; }
|
||||||
|
// public decimal? bophitphimuk_executive { get; set; }
|
||||||
|
// public decimal? pohchang_executive { get; set; }
|
||||||
|
// public decimal? klai_kangwon_executive { get; set; }
|
||||||
|
// public decimal? salaya_teacher { get; set; }
|
||||||
|
// public decimal? bophitphimuk_teacher { get; set; }
|
||||||
|
// public decimal? pohchang_teacher { get; set; }
|
||||||
|
// public decimal? klai_kangwon_teacher { get; set; }
|
||||||
|
// public decimal? salaya_officer { get; set; }
|
||||||
|
// public decimal? bophitphimuk_officer { get; set; }
|
||||||
|
// public decimal? pohchang_officer { get; set; }
|
||||||
|
// public decimal? klai_kangwon_officer { get; set; }
|
||||||
|
// public decimal? salaya_internal_student { get; set; }
|
||||||
|
// public decimal? bophitphimuk_internal_student { get; set; }
|
||||||
|
// public decimal? pohchang_internal_student { get; set; }
|
||||||
|
// public decimal? klai_kangwon_internal_student { get; set; }
|
||||||
|
// public decimal? salaya_external_student { get; set; }
|
||||||
|
// public decimal? bophitphimuk_external_student { get; set; }
|
||||||
|
// public decimal? pohchang_external_student { get; set; }
|
||||||
|
// public decimal? klai_kangwon_external_student { get; set; }
|
||||||
|
// public decimal? salaya_person { get; set; }
|
||||||
|
// public decimal? bophitphimuk_person { get; set; }
|
||||||
|
// public decimal? pohchang_person { get; set; }
|
||||||
|
// public decimal? klai_kangwon_person { get; set; }
|
||||||
|
// public decimal? salaya_lecturer { get; set; }
|
||||||
|
// public decimal? bophitphimuk_lecturer { get; set; }
|
||||||
|
// public decimal? pohchang_lecturer { get; set; }
|
||||||
|
// public decimal? klai_kangwon_lecturer { get; set; }
|
||||||
|
//
|
||||||
|
// public decimal? salaya_board { get; set; }
|
||||||
|
// public decimal? bophitphimuk_board { get; set; }
|
||||||
|
// public decimal? pohchang_board { get; set; }
|
||||||
|
// public decimal? klai_kangwon_board { get; set; }
|
||||||
|
//
|
||||||
|
// public decimal? salaya_driver { get; set; }
|
||||||
|
// public decimal? bophitphimuk_driver { get; set; }
|
||||||
|
// public decimal? pohchang_driver { get; set; }
|
||||||
|
// public decimal? klai_kangwon_driver { get; set; }
|
||||||
|
//
|
||||||
|
// public decimal? salaya_other { get; set; }
|
||||||
|
// public decimal? bophitphimuk_other { get; set; }
|
||||||
|
// public decimal? pohchang_other { get; set; }
|
||||||
|
// public decimal? klai_kangwon_other { get; set; }
|
||||||
|
//
|
||||||
|
// public decimal? salaya_total { get; set; }
|
||||||
|
// public decimal? bophitphimuk_total { get; set; }
|
||||||
|
// public decimal? pohchang_total { get; set; }
|
||||||
|
// public decimal? klai_kangwon_total { get; set; }
|
||||||
|
}
|
||||||
|
|
||||||
public class operating_activities
|
public class operating_activities
|
||||||
{
|
{
|
||||||
public string activity { get; set; }
|
public string activity { get; set; }
|
||||||
@@ -146,18 +155,19 @@ namespace rmutr_report.Models
|
|||||||
|
|
||||||
public class output_datas
|
public class output_datas
|
||||||
{
|
{
|
||||||
|
public string kpi_name { get; set; }
|
||||||
public string quantity_kpi { get; set; }
|
public string quantity_kpi { get; set; }
|
||||||
public string quantity_target { get; set; }
|
public string quantity_target { get; set; }
|
||||||
public string quantity_measure { get; set; }
|
public string quantity_measure { get; set; }
|
||||||
public string quality_kpi { get; set; }
|
// public string quality_kpi { get; set; }
|
||||||
public string quality_target { get; set; }
|
// public string quality_target { get; set; }
|
||||||
public string quality_measure { get; set; }
|
// public string quality_measure { get; set; }
|
||||||
public string time_kpi { get; set; }
|
// public string time_kpi { get; set; }
|
||||||
public string time_target { get; set; }
|
// public string time_target { get; set; }
|
||||||
public string time_measure { get; set; }
|
// public string time_measure { get; set; }
|
||||||
public string cost_kpi { get; set; }
|
// public string cost_kpi { get; set; }
|
||||||
public string cost_target { get; set; }
|
// public string cost_target { get; set; }
|
||||||
public string cost_measure { get; set; }
|
// public string cost_measure { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class thirteen_data
|
public class thirteen_data
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
16964958954067386
|
16965661167366202
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="10/05/2023 15:44:05" ReportInfo.CreatorVersion="2021.1.0.0">
|
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="10/06/2023 10:58:08" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||||
<Dictionary>
|
<Dictionary>
|
||||||
<BusinessObjectDataSource Name="project_principle_rationale" ReferenceName="project_principle_rationale" DataType="null" Enabled="true">
|
<BusinessObjectDataSource Name="project_principle_rationale" ReferenceName="project_principle_rationale" DataType="null" Enabled="true">
|
||||||
<Column Name="faculty" DataType="System.String"/>
|
<Column Name="faculty" DataType="System.String"/>
|
||||||
@@ -24,8 +24,11 @@
|
|||||||
<Column Name="identity2" DataType="System.String"/>
|
<Column Name="identity2" DataType="System.String"/>
|
||||||
<Column Name="description1" DataType="System.String"/>
|
<Column Name="description1" DataType="System.String"/>
|
||||||
<Column Name="description2" DataType="System.String"/>
|
<Column Name="description2" DataType="System.String"/>
|
||||||
<Column Name="durable_articles" DataType="System.String"/>
|
<Column Name="durable_articles" DataType="System.Decimal"/>
|
||||||
<Column Name="land_building" DataType="System.String"/>
|
<Column Name="land_building" DataType="System.Decimal"/>
|
||||||
|
<Column Name="url_file1" DataType="System.String"/>
|
||||||
|
<Column Name="url_file2" DataType="System.String"/>
|
||||||
|
<Column Name="url_file3" DataType="System.String"/>
|
||||||
<BusinessObjectDataSource Name="sixth" DataType="null" Enabled="true">
|
<BusinessObjectDataSource Name="sixth" DataType="null" Enabled="true">
|
||||||
<Column Name="objective" DataType="System.String"/>
|
<Column Name="objective" DataType="System.String"/>
|
||||||
</BusinessObjectDataSource>
|
</BusinessObjectDataSource>
|
||||||
@@ -293,51 +296,47 @@
|
|||||||
</Dictionary>
|
</Dictionary>
|
||||||
<ReportPage Name="Page1" PaperWidth="220" PaperHeight="300" Watermark.Font="Arial, 60pt">
|
<ReportPage Name="Page1" PaperWidth="220" PaperHeight="300" Watermark.Font="Arial, 60pt">
|
||||||
<DataBand Name="Data35" Width="756" Height="198.45">
|
<DataBand Name="Data35" Width="756" Height="198.45">
|
||||||
<TextObject Name="Text45" Top="170.1" Width="708.75" Height="28.35" Text="1. ชื่อโครงการ : [project_principle_rationale.project]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text45" Top="170.1" Width="708.75" Height="28.35" Text="1. ชื่อโครงการ : [project_principle_rationale.project]" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text44" Left="103.95" Top="85.05" Width="604.8" Height="28.35" Text="[project_principle_rationale.faculty]" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text44" Left="103.95" Top="85.05" Width="604.8" Height="28.35" Text="[project_principle_rationale.faculty]" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text41" Top="85.05" Width="103.95" Height="28.35" Text="หน่วยงาน/คณะ :" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text41" Top="85.05" Width="103.95" Height="28.35" Text="หน่วยงาน/คณะ :" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text40" Top="56.7" Width="708.75" Height="28.35" Text="ผลผลิต : โครงการพัฒนาและผลิตกำลังคนของประเทศเพื่อรองรับนโยบาย Thailand 4.0" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text40" Top="56.7" Width="708.75" Height="28.35" Text="ผลผลิต : โครงการพัฒนาและผลิตกำลังคนของประเทศเพื่อรองรับนโยบาย Thailand 4.0" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<TextObject Name="Text197" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text197" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<TextObject Name="Text199" Top="113.4" Width="708.75" Height="28.35" Text="ส่วนที่ 1 สถานภาพโครงการ" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
<TextObject Name="Text199" Top="113.4" Width="708.75" Height="28.35" Text="ส่วนที่ 1 สถานภาพโครงการ" HorzAlign="Center" Font="TH Sarabun New, 14pt, style=Bold, Underline"/>
|
||||||
<TextObject Name="Text252" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text252" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<DataBand Name="Data1" Top="203.93" Width="756" Height="28.35" DataSource="activity">
|
<DataBand Name="Data1" Top="203.93" Width="756" Height="28.35" DataSource="activity">
|
||||||
<TextObject Name="Text200" Width="708.75" Height="28.35" Text="[project_principle_rationale.activity.activity]" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text200" Width="708.75" Height="28.35" Text="[project_principle_rationale.activity.activity]" Font="TH Sarabun New, 14pt"/>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data2" Top="237.76" Width="756" Height="179.55">
|
<DataBand Name="Data2" Top="237.76" Width="756" Height="179.55">
|
||||||
<TextObject Name="Text201" Width="708.75" Height="28.35" Text="2.ลักษณะกิจกรรมโครงการ [project_principle_rationale.strategic_plan]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text201" Width="708.75" Height="28.35" Text="2.ลักษณะกิจกรรมโครงการ [project_principle_rationale.together_with]" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text202" Top="28.35" Width="708.75" Height="122.85" Text="3.หลักการและเหตุผล : [project_principle_rationale.principles_reasons]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text202" Top="28.35" Width="708.75" Height="122.85" Text="3.หลักการและเหตุผล : [project_principle_rationale.principles_reasons]" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text203" Top="151.2" Width="708.75" Height="28.35" Text="4.วัตถุประสงค์" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text203" Top="151.2" Width="708.75" Height="28.35" Text="4.วัตถุประสงค์" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<DataBand Name="Data9" Top="422.79" Width="756" Height="28.35" DataSource="sixth">
|
<DataBand Name="Data9" Top="422.79" Width="756" Height="28.35" DataSource="sixth">
|
||||||
<TextObject Name="Text73" Width="756" Height="28.35" Text="[project_principle_rationale.sixth.objective]" Font="TH Sarabun New, 14pt"/>
|
<TextObject Name="Text73" Width="756" Height="28.35" Text="[project_principle_rationale.sixth.objective]" Font="TH Sarabun New, 14pt"/>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data4" Top="456.62" Width="756" Height="28.35">
|
<DataBand Name="Data4" Top="456.62" Width="756" Height="28.35">
|
||||||
<TextObject Name="Text204" Width="708.75" Height="28.35" Text="5.ความสอดคล้องกับยุทธศาสตร์การพัฒนามหาวิทยาลัย" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text204" Width="708.75" Height="28.35" Text="5.ความสอดคล้องกับยุทธศาสตร์การพัฒนามหาวิทยาลัย" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<DataBand Name="Data26" Top="490.45" Width="756" Height="94.5" DataSource="eighth">
|
<DataBand Name="Data26" Top="490.45" Width="756" Height="94.5" DataSource="eighth">
|
||||||
<TextObject Name="Text139" Left="18.9" Top="47.25" Width="708.75" Height="47.25" Text="[project_principle_rationale.eighth.measure]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="11" Font="TH Sarabun New, 14pt"/>
|
<TextObject Name="Text139" Left="18.9" Top="47.25" Width="708.75" Height="47.25" Text="[project_principle_rationale.eighth.measure]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="11" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text84" Left="18.9" Width="708.75" Height="47.25" Text="[project_principle_rationale.eighth.strategic_issues]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH Sarabun New, 14pt"/>
|
<TextObject Name="Text84" Left="18.9" Width="708.75" Height="47.25" Text="[project_principle_rationale.eighth.strategic_issues]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH Sarabun New, 14pt"/>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data3" Top="590.43" Width="756" Height="151.2">
|
<DataBand Name="Data3" Top="590.43" Width="756" Height="179.55">
|
||||||
<TextObject Name="Text205" Top="122.85" Width="708.75" Height="28.35" Text="7.ความสอดคล้องกับเป้าหมายการให้บริการกระทรวง" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text205" Top="122.85" Width="708.75" Height="28.35" Text="7.ความสอดคล้องกับเป้าหมายการให้บริการกระทรวง" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text98" Width="708.75" Height="28.35" Text="6.ความสอดคล้องกับยุทธศาสตร์ คณะ/หน่วยงานที่เสนอขอ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text98" Width="708.75" Height="28.35" Text="6.ความสอดคล้องกับยุทธศาสตร์ คณะ/หน่วยงานที่เสนอขอ" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text99" Left="18.9" Top="37.8" Width="718.2" Height="28.35" Text="ประเด็นยุทธศาสตร์ที่ [project_principle_rationale.strategic_issues_thirteenth]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
<TextObject Name="Text99" Left="18.9" Top="37.8" Width="718.2" Height="28.35" Text="ประเด็นยุทธศาสตร์ที่ [project_principle_rationale.strategic_issues_thirteenth]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text100" Left="18.9" Top="66.15" Width="718.2" Height="28.35" Text="เรื่อง [project_principle_rationale.subject_thirteenth]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
<TextObject Name="Text100" Left="18.9" Top="66.15" Width="718.2" Height="28.35" Text="เรื่อง [project_principle_rationale.subject_thirteenth]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text101" Left="18.9" Top="94.5" Width="718.2" Height="28.35" Text="กลยุทธ์ [project_principle_rationale.strategy_thirteenth]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
<TextObject Name="Text101" Left="18.9" Top="94.5" Width="718.2" Height="28.35" Text="กลยุทธ์ [project_principle_rationale.strategy_thirteenth]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<DataBand Name="Data5" Top="747.11" Width="756" Height="28.35" DataSource="twenty_fours">
|
<TextObject Name="Text95" Left="18.9" Top="151.2" Width="718.2" Height="28.35" Text="[project_principle_rationale.subject_eleventh]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text95" Left="18.9" Width="718.2" Height="28.35" Text="[project_principle_rationale.subject_eleventh]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
|
||||||
</DataBand>
|
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data27" Top="780.94" Width="756" Height="28.35">
|
<DataBand Name="Data27" Top="775.46" Width="756" Height="56.7">
|
||||||
<TextObject Name="Text207" Width="708.75" Height="28.35" Text="8.ความสอดคล้องกับเป้าหมายการให้บริการหน่วยงาน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text207" Width="708.75" Height="28.35" Text="8.ความสอดคล้องกับเป้าหมายการให้บริการหน่วยงาน" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<DataBand Name="Data28" Top="814.77" Width="756" Height="28.35" DataSource="twentieth">
|
<TextObject Name="Text97" Left="18.9" Top="28.35" Width="718.2" Height="28.35" Text="[project_principle_rationale.subject_twelfth]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text97" Left="18.9" Width="718.2" Height="28.35" Text="[project_principle_rationale.subject_twelfth]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
|
||||||
</DataBand>
|
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data29" Top="848.59" Width="756" Height="28.35" DataSource="twenty_four">
|
<DataBand Name="Data29" Top="837.64" Width="756" Height="28.35" DataSource="twenty_four">
|
||||||
<TextObject Name="Text209" Width="708.75" Height="28.35" Text="9.ผู้รับผิดชอบโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text209" Width="708.75" Height="28.35" Text="9.ผู้รับผิดชอบโครงการ" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<DataBand Name="Data49" Top="882.42" Width="756" Height="141.75" DataSource="twenty_fours">
|
<DataBand Name="Data49" Top="871.47" Width="756" Height="141.75" DataSource="twenty_fours">
|
||||||
<TextObject Name="Text289" Left="18.9" Top="113.4" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_four.twenty_fours.text6]" Font="TH Sarabun New, 14pt">
|
<TextObject Name="Text289" Left="18.9" Top="113.4" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_four.twenty_fours.text6]" Font="TH Sarabun New, 14pt">
|
||||||
<Formats>
|
<Formats>
|
||||||
<NumberFormat/>
|
<NumberFormat/>
|
||||||
@@ -373,9 +372,9 @@
|
|||||||
</ReportPage>
|
</ReportPage>
|
||||||
<ReportPage Name="Page2" PaperWidth="220" PaperHeight="350" Watermark.Font="Arial, 60pt">
|
<ReportPage Name="Page2" PaperWidth="220" PaperHeight="350" Watermark.Font="Arial, 60pt">
|
||||||
<DataBand Name="Data17" Width="756" Height="66.15">
|
<DataBand Name="Data17" Width="756" Height="66.15">
|
||||||
<TextObject Name="Text30" Top="37.8" Width="737.1" Height="28.35" Text="10.สถานที่ดำเนินโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text30" Top="37.8" Width="737.1" Height="28.35" Text="10.สถานที่ดำเนินโครงการ" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text253" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text253" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<TextObject Name="Text254" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text254" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<DataBand Name="Data18" Top="71.63" Width="756" Height="28.35" DataSource="seventeenth">
|
<DataBand Name="Data18" Top="71.63" Width="756" Height="28.35" DataSource="seventeenth">
|
||||||
<TextObject Name="Text112" Left="18.9" Width="718.2" Height="28.35" Text="[project_principle_rationale.seventeenth.activity]" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
<TextObject Name="Text112" Left="18.9" Width="718.2" Height="28.35" Text="[project_principle_rationale.seventeenth.activity]" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<DataBand Name="Data19" Top="105.46" Width="756" Height="28.35" DataSource="seventeenths">
|
<DataBand Name="Data19" Top="105.46" Width="756" Height="28.35" DataSource="seventeenths">
|
||||||
@@ -392,7 +391,7 @@
|
|||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data21" Top="201.47" Width="756" Height="28.35">
|
<DataBand Name="Data21" Top="201.47" Width="756" Height="28.35">
|
||||||
<TextObject Name="Text39" Width="718.2" Height="28.35" Text="11.ระยะเวลาดำเนินการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text39" Width="718.2" Height="28.35" Text="11.ระยะเวลาดำเนินการ" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<DataBand Name="Data6" Top="235.3" Width="756" Height="28.35" DataSource="eighteenth">
|
<DataBand Name="Data6" Top="235.3" Width="756" Height="28.35" DataSource="eighteenth">
|
||||||
<TextObject Name="Text143" Width="746.55" Height="28.35" Text="[project_principle_rationale.eighteenth.activity]" Font="TH Sarabun New, 14pt, style=Bold"/>
|
<TextObject Name="Text143" Width="746.55" Height="28.35" Text="[project_principle_rationale.eighteenth.activity]" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<DataBand Name="Data8" Top="269.13" Width="756" Height="85.05" DataSource="eighteenths">
|
<DataBand Name="Data8" Top="269.13" Width="756" Height="85.05" DataSource="eighteenths">
|
||||||
@@ -405,9 +404,9 @@
|
|||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data7" Top="359.66" Width="756" Height="28.35">
|
<DataBand Name="Data7" Top="359.66" Width="756" Height="28.35">
|
||||||
<TextObject Name="Text216" Width="718.2" Height="28.35" Text="12.กลุ่มเป้าหมายผู้ร่วมโครงการทั้งสิ้น จำนวน [project_principle_rationale.count_activity] คน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text216" Width="718.2" Height="28.35" Text="12.กลุ่มเป้าหมายผู้ร่วมโครงการทั้งสิ้น จำนวน [project_principle_rationale.count_activity] คน" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<DataBand Name="Data10" Top="393.49" Width="756" Height="66.15" DataSource="sixteenths">
|
<DataBand Name="Data10" Top="393.49" Width="756" Height="66.15" DataSource="sixteenths">
|
||||||
<TextObject Name="Text137" Top="4.5" Width="737.1" Height="28.35" Text="[project_principle_rationale.sixteenths.activity_table]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text137" Top="4.5" Width="737.1" Height="28.35" Text="[project_principle_rationale.sixteenths.activity_table]" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableObject Name="Table1" Left="18.9" Top="37.8" Width="718.2" Height="28.35">
|
<TableObject Name="Table1" Left="18.9" Top="37.8" Width="718.2" Height="28.35">
|
||||||
<TableColumn Name="Column1" Width="151.2"/>
|
<TableColumn Name="Column1" Width="151.2"/>
|
||||||
<TableColumn Name="Column2" Width="132.3"/>
|
<TableColumn Name="Column2" Width="132.3"/>
|
||||||
@@ -415,11 +414,11 @@
|
|||||||
<TableColumn Name="Column4" Width="151.2"/>
|
<TableColumn Name="Column4" Width="151.2"/>
|
||||||
<TableColumn Name="Column5" Width="141.75"/>
|
<TableColumn Name="Column5" Width="141.75"/>
|
||||||
<TableRow Name="Row1" Height="28.35">
|
<TableRow Name="Row1" Height="28.35">
|
||||||
<TableCell Name="Cell1" Border.Lines="All" Text="กลุ่มเป้าหมาย (คน)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell1" Border.Lines="All" Text="กลุ่มเป้าหมาย (คน)" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell2" Border.Lines="All" Text="ศาลายา" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell2" Border.Lines="All" Text="ศาลายา" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell3" Border.Lines="All" Text="บพิตรพิมุขจักรวรรดิ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell3" Border.Lines="All" Text="บพิตรพิมุขจักรวรรดิ" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell4" Border.Lines="All" Text="เพาะช่าง" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell4" Border.Lines="All" Text="เพาะช่าง" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell5" Border.Lines="All" Text="วังไกลกังวล" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell5" Border.Lines="All" Text="วังไกลกังวล" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataBand Name="Data11" Top="465.12" Width="756" Height="28.35" DataSource="sixteenths2">
|
<DataBand Name="Data11" Top="465.12" Width="756" Height="28.35" DataSource="sixteenths2">
|
||||||
@@ -438,7 +437,7 @@
|
|||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataFooterBand Name="DataFooter1" Top="498.94" Width="756" Height="66.15">
|
<DataFooterBand Name="DataFooter1" Top="498.94" Width="756" Height="66.15">
|
||||||
<TextObject Name="Text284" Left="18.9" Top="37.8" Width="718.2" Height="28.35" Text="* หมายเหตุ ทั้งนี้วิทยากร,คณะกรรมการ, พนักงานขับรถ ไม่นับรวมเป็นผู้เข้าร่วมโครงการ" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text284" Left="18.9" Top="37.8" Width="718.2" Height="28.35" Text="* หมายเหตุ ทั้งนี้วิทยากร,คณะกรรมการ, พนักงานขับรถ ไม่นับรวมเป็นผู้เข้าร่วมโครงการ" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableObject Name="Table23" Left="18.9" Width="718.2" Height="28.35">
|
<TableObject Name="Table23" Left="18.9" Width="718.2" Height="28.35">
|
||||||
<TableColumn Name="Column188" Width="151.2"/>
|
<TableColumn Name="Column188" Width="151.2"/>
|
||||||
<TableColumn Name="Column189" Width="132.3"/>
|
<TableColumn Name="Column189" Width="132.3"/>
|
||||||
@@ -460,9 +459,9 @@
|
|||||||
</ReportPage>
|
</ReportPage>
|
||||||
<ReportPage Name="Page3" PaperWidth="220" PaperHeight="420" Watermark.Font="Arial, 60pt">
|
<ReportPage Name="Page3" PaperWidth="220" PaperHeight="420" Watermark.Font="Arial, 60pt">
|
||||||
<DataBand Name="Data48" Width="756" Height="66.15">
|
<DataBand Name="Data48" Width="756" Height="66.15">
|
||||||
<TextObject Name="Text122" Top="37.8" Width="727.65" Height="28.35" Text="13. งบประมาณ [project_principle_rationale.nineteenth.budget_total_amount] บาท" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text122" Top="37.8" Width="727.65" Height="28.35" Text="13. งบประมาณ [project_principle_rationale.nineteenth.budget_total_amount] บาท" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text255" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text255" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<TextObject Name="Text256" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text256" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data34" Top="71.63" Width="756">
|
<DataBand Name="Data34" Top="71.63" Width="756">
|
||||||
<DataBand Name="Data67" Top="77.11" Width="756" Height="37.8" DataSource="nineteenth_data_header">
|
<DataBand Name="Data67" Top="77.11" Width="756" Height="37.8" DataSource="nineteenth_data_header">
|
||||||
@@ -477,24 +476,24 @@
|
|||||||
<TableColumn Name="Column121" Width="103.95"/>
|
<TableColumn Name="Column121" Width="103.95"/>
|
||||||
<TableColumn Name="Column122" Width="141.75"/>
|
<TableColumn Name="Column122" Width="141.75"/>
|
||||||
<TableRow Name="Row38" Height="28.35">
|
<TableRow Name="Row38" Height="28.35">
|
||||||
<TableCell Name="Cell168" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.header_name]" VertAlign="Center" Font="TH SarabunPSK, 14pt" ColSpan="4"/>
|
<TableCell Name="Cell168" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.header_name]" VertAlign="Center" Font="TH Sarabun New, 14pt" ColSpan="4"/>
|
||||||
<TableCell Name="Cell169" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell169" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell170" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell170" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell171" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell171" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell172" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell172" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataHeaderBand Name="DataHeader1" Top="120.39" Width="756" Height="103.95">
|
<DataHeaderBand Name="DataHeader1" Top="120.39" Width="756" Height="103.95">
|
||||||
<TextObject Name="Text146" Left="47.25" Width="699.3" Height="28.35" Text="ค่าตอบแทน [project_principle_rationale.nineteenth.compensation] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text146" Left="47.25" Width="699.3" Height="28.35" Text="ค่าตอบแทน [project_principle_rationale.nineteenth.total_compensation] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH Sarabun New, 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"/>
|
<TextObject Name="Text147" Left="396.9" Width="330.75" Height="28.35" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableObject Name="Table3" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
<TableObject Name="Table3" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||||
<TableColumn Name="Column11" Width="226.8"/>
|
<TableColumn Name="Column11" Width="226.8"/>
|
||||||
<TableColumn Name="Column12" Width="311.85"/>
|
<TableColumn Name="Column12" Width="311.85"/>
|
||||||
<TableColumn Name="Column13" Width="141.75"/>
|
<TableColumn Name="Column13" Width="141.75"/>
|
||||||
<TableRow Name="Row13" Height="47.25">
|
<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="Cell61" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell62" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH Sarabun New, 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<TableObject Name="Table4" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
<TableObject Name="Table4" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
||||||
@@ -502,9 +501,9 @@
|
|||||||
<TableColumn Name="Column15" Width="103.95"/>
|
<TableColumn Name="Column15" Width="103.95"/>
|
||||||
<TableColumn Name="Column16" Width="103.95"/>
|
<TableColumn Name="Column16" Width="103.95"/>
|
||||||
<TableRow Name="Row14" Height="28.35">
|
<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="Cell64" Border.Lines="All" Text="(ชม)" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell65" 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell66" 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<TableObject Name="Table27" Left="47.25" Top="75.6" Width="680.4" Height="28.35">
|
<TableObject Name="Table27" Left="47.25" Top="75.6" Width="680.4" Height="28.35">
|
||||||
@@ -514,11 +513,11 @@
|
|||||||
<TableColumn Name="Column116" Width="103.95"/>
|
<TableColumn Name="Column116" Width="103.95"/>
|
||||||
<TableColumn Name="Column117" Width="141.75"/>
|
<TableColumn Name="Column117" Width="141.75"/>
|
||||||
<TableRow Name="Row37" Height="28.35">
|
<TableRow Name="Row37" Height="28.35">
|
||||||
<TableCell Name="Cell163" Border.Lines="Left, Right, Top" Fill.Color="192, 255, 255" Text="ค่าตอบแทน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell163" Border.Lines="Left, Right, Top" Fill.Color="192, 255, 255" Text="ค่าตอบแทน" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell164" Border.Lines="Left, Right, Top" 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="Cell164" Border.Lines="Left, Right, Top" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell165" Border.Lines="Left, Right, Top" 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="Cell165" Border.Lines="Left, Right, Top" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell166" Border.Lines="Left, Right, Top" 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="Cell166" Border.Lines="Left, Right, Top" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell167" Border.Lines="Left, Right, Top" Fill.Color="192, 255, 255" Text="[project_principle_rationale.nineteenth.compensation]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell167" Border.Lines="Left, Right, Top" Fill.Color="192, 255, 255" Text="[project_principle_rationale.nineteenth.compensation]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataHeaderBand>
|
</DataHeaderBand>
|
||||||
@@ -530,11 +529,11 @@
|
|||||||
<TableColumn Name="Column20" Width="103.95"/>
|
<TableColumn Name="Column20" Width="103.95"/>
|
||||||
<TableColumn Name="Column21" Width="141.75"/>
|
<TableColumn Name="Column21" Width="141.75"/>
|
||||||
<TableRow Name="Row15" Height="28.35">
|
<TableRow Name="Row15" Height="28.35">
|
||||||
<TableCell Name="Cell67" Border.Lines="Left, Right, Bottom" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell67" Border.Lines="Left, Right, Bottom" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.name]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell68" Border.Lines="Left, Right, Bottom" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.hour]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell68" Border.Lines="Left, Right, Bottom" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.hour]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell69" Border.Lines="Left, Right, Bottom" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell69" Border.Lines="Left, Right, Bottom" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell70" Border.Lines="Left, Right, Bottom" 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="Cell70" Border.Lines="Left, Right, Bottom" 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 Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell71" Border.Lines="Left, Right, Bottom" 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"/>
|
<TableCell Name="Cell71" Border.Lines="Left, Right, Bottom" 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 Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
@@ -547,23 +546,23 @@
|
|||||||
<TableColumn Name="Column131" Width="103.95"/>
|
<TableColumn Name="Column131" Width="103.95"/>
|
||||||
<TableColumn Name="Column132" Width="141.75"/>
|
<TableColumn Name="Column132" Width="141.75"/>
|
||||||
<TableRow Name="Row40" Height="28.35">
|
<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_name2]" VertAlign="Center" Font="TH Sarabun New, 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="Cell179" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell180" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell181" 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 Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell182" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell182" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataHeaderBand Name="DataHeader3" Top="296.36" Width="756" Height="103.95">
|
<DataHeaderBand Name="DataHeader3" Top="296.36" Width="756" Height="103.95">
|
||||||
<TextObject Name="Text128" Left="47.25" Width="689.85" Height="28.35" Text="ค่าใช้สอย [project_principle_rationale.nineteenth.total_expenses] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text128" Left="47.25" Width="689.85" Height="28.35" Text="ค่าใช้สอย [project_principle_rationale.nineteenth.total_expenses] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableObject Name="Table6" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
<TableObject Name="Table6" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||||
<TableColumn Name="Column22" Width="226.8"/>
|
<TableColumn Name="Column22" Width="226.8"/>
|
||||||
<TableColumn Name="Column23" Width="311.85"/>
|
<TableColumn Name="Column23" Width="311.85"/>
|
||||||
<TableColumn Name="Column24" Width="141.75"/>
|
<TableColumn Name="Column24" Width="141.75"/>
|
||||||
<TableRow Name="Row16" Height="47.25">
|
<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="Cell72" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell73" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH Sarabun New, 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<TableObject Name="Table7" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
<TableObject Name="Table7" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
||||||
@@ -571,9 +570,9 @@
|
|||||||
<TableColumn Name="Column26" Width="103.95"/>
|
<TableColumn Name="Column26" Width="103.95"/>
|
||||||
<TableColumn Name="Column27" Width="103.95"/>
|
<TableColumn Name="Column27" Width="103.95"/>
|
||||||
<TableRow Name="Row17" Height="28.35">
|
<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 Sarabun New, 14pt, style=Bold" ColSpan="2"/>
|
||||||
<TableCell Name="Cell76" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell76" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<TableObject Name="Table29" Left="47.25" Top="75.6" Width="680.4" Height="28.35">
|
<TableObject Name="Table29" Left="47.25" Top="75.6" Width="680.4" Height="28.35">
|
||||||
@@ -583,11 +582,11 @@
|
|||||||
<TableColumn Name="Column126" Width="103.95"/>
|
<TableColumn Name="Column126" Width="103.95"/>
|
||||||
<TableColumn Name="Column127" Width="141.75"/>
|
<TableColumn Name="Column127" Width="141.75"/>
|
||||||
<TableRow Name="Row39" Height="28.35">
|
<TableRow Name="Row39" Height="28.35">
|
||||||
<TableCell Name="Cell173" Border.Lines="All" Fill.Color="192, 255, 255" Text="ค่าใช้สอย" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell173" Border.Lines="All" Fill.Color="192, 255, 255" Text="ค่าใช้สอย" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell174" 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="Cell174" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell175" 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="Cell175" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell176" 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="Cell176" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell177" Border.Lines="All" Fill.Color="192, 255, 255" Text="[project_principle_rationale.nineteenth.expenses]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell177" Border.Lines="All" Fill.Color="192, 255, 255" Text="[project_principle_rationale.nineteenth.expenses]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataHeaderBand>
|
</DataHeaderBand>
|
||||||
@@ -599,11 +598,11 @@
|
|||||||
<TableColumn Name="Column31" Width="103.95"/>
|
<TableColumn Name="Column31" Width="103.95"/>
|
||||||
<TableColumn Name="Column32" Width="141.75"/>
|
<TableColumn Name="Column32" Width="141.75"/>
|
||||||
<TableRow Name="Row18" Height="28.35">
|
<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="Cell78" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH Sarabun New, 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="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 Sarabun New, 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="Cell80" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="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 Sarabun New, 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="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 Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
@@ -616,11 +615,11 @@
|
|||||||
<TableColumn Name="Column136" Width="103.95"/>
|
<TableColumn Name="Column136" Width="103.95"/>
|
||||||
<TableColumn Name="Column137" Width="141.75"/>
|
<TableColumn Name="Column137" Width="141.75"/>
|
||||||
<TableRow Name="Row41" Height="28.35">
|
<TableRow Name="Row41" Height="28.35">
|
||||||
<TableCell Name="Cell183" 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="Cell183" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name2]" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Underline" ColSpan="4"/>
|
||||||
<TableCell Name="Cell184" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell184" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell185" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell185" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell186" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell186" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell187" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell187" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataHeaderBand Name="DataHeader4" Top="473.45" Width="756" Height="47.25">
|
<DataHeaderBand Name="DataHeader4" Top="473.45" Width="756" Height="47.25">
|
||||||
@@ -629,9 +628,9 @@
|
|||||||
<TableColumn Name="Column34" Width="311.85"/>
|
<TableColumn Name="Column34" Width="311.85"/>
|
||||||
<TableColumn Name="Column35" Width="141.75"/>
|
<TableColumn Name="Column35" Width="141.75"/>
|
||||||
<TableRow Name="Row19" Height="47.25">
|
<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="Cell83" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell84" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH Sarabun New, 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<TableObject Name="Table10" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
<TableObject Name="Table10" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||||
@@ -639,9 +638,9 @@
|
|||||||
<TableColumn Name="Column37" Width="103.95"/>
|
<TableColumn Name="Column37" Width="103.95"/>
|
||||||
<TableColumn Name="Column38" Width="103.95"/>
|
<TableColumn Name="Column38" Width="103.95"/>
|
||||||
<TableRow Name="Row20" Height="28.35">
|
<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="Cell86" Border.Lines="All" Text="บาท/คน" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell87" 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell88" 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataHeaderBand>
|
</DataHeaderBand>
|
||||||
@@ -653,11 +652,11 @@
|
|||||||
<TableColumn Name="Column42" Width="103.95"/>
|
<TableColumn Name="Column42" Width="103.95"/>
|
||||||
<TableColumn Name="Column43" Width="141.75"/>
|
<TableColumn Name="Column43" Width="141.75"/>
|
||||||
<TableRow Name="Row21" Height="28.35">
|
<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="Cell89" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH Sarabun New, 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="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 Sarabun New, 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="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 Sarabun New, 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="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 Sarabun New, 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"/>
|
<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 Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
@@ -670,11 +669,11 @@
|
|||||||
<TableColumn Name="Column141" Width="103.95"/>
|
<TableColumn Name="Column141" Width="103.95"/>
|
||||||
<TableColumn Name="Column142" Width="141.75"/>
|
<TableColumn Name="Column142" Width="141.75"/>
|
||||||
<TableRow Name="Row42" Height="28.35">
|
<TableRow Name="Row42" Height="28.35">
|
||||||
<TableCell Name="Cell188" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name3]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Underline" ColSpan="4"/>
|
<TableCell Name="Cell188" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name3]" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Underline" ColSpan="4"/>
|
||||||
<TableCell Name="Cell189" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell189" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell190" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell190" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell191" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell191" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell192" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell192" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataHeaderBand Name="DataHeader5" Top="593.83" Width="756" Height="47.25">
|
<DataHeaderBand Name="DataHeader5" Top="593.83" Width="756" Height="47.25">
|
||||||
@@ -683,9 +682,9 @@
|
|||||||
<TableColumn Name="Column45" Width="311.85"/>
|
<TableColumn Name="Column45" Width="311.85"/>
|
||||||
<TableColumn Name="Column46" Width="141.75"/>
|
<TableColumn Name="Column46" Width="141.75"/>
|
||||||
<TableRow Name="Row22" Height="47.25">
|
<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="Cell94" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell95" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH Sarabun New, 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<TableObject Name="Table13" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
<TableObject Name="Table13" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||||
@@ -693,9 +692,9 @@
|
|||||||
<TableColumn Name="Column48" Width="103.95"/>
|
<TableColumn Name="Column48" Width="103.95"/>
|
||||||
<TableColumn Name="Column49" Width="103.95"/>
|
<TableColumn Name="Column49" Width="103.95"/>
|
||||||
<TableRow Name="Row23" Height="28.35">
|
<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="Cell97" Border.Lines="All" Text="(บาท)" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell98" 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell99" 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataHeaderBand>
|
</DataHeaderBand>
|
||||||
@@ -707,11 +706,11 @@
|
|||||||
<TableColumn Name="Column53" Width="103.95"/>
|
<TableColumn Name="Column53" Width="103.95"/>
|
||||||
<TableColumn Name="Column54" Width="141.75"/>
|
<TableColumn Name="Column54" Width="141.75"/>
|
||||||
<TableRow Name="Row24" Height="28.35">
|
<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="Cell100" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.name]" VertAlign="Center" Font="TH Sarabun New, 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="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 Sarabun New, 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="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 Sarabun New, 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="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 Sarabun New, 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"/>
|
<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 Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
@@ -724,15 +723,15 @@
|
|||||||
<TableColumn Name="Column146" Width="132.3"/>
|
<TableColumn Name="Column146" Width="132.3"/>
|
||||||
<TableColumn Name="Column147" Width="141.75"/>
|
<TableColumn Name="Column147" Width="141.75"/>
|
||||||
<TableRow Name="Row43" Height="28.35">
|
<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="Cell193" Border.Lines="All" Fill.Color="192, 255, 255" Text="ค่าวัสดุ / อุปกรณ์" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell194" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
<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="Cell196" Border.Lines="All" Fill.Color="192, 255, 255" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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"/>
|
<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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataHeaderBand Name="DataHeader6" Top="714.22" Width="756" Height="75.6">
|
<DataHeaderBand Name="DataHeader6" Top="714.22" Width="756" Height="75.6">
|
||||||
<TextObject Name="Text133" Left="47.25" Width="699.3" Height="28.35" Text="ค่าวัสดุ [project_principle_rationale.nineteenth.total_material] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text133" Left="47.25" Width="699.3" Height="28.35" Text="ค่าวัสดุ [project_principle_rationale.nineteenth.total_material] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableObject Name="Table15" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
<TableObject Name="Table15" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||||
<TableColumn Name="Column55" Width="198.45"/>
|
<TableColumn Name="Column55" Width="198.45"/>
|
||||||
<TableColumn Name="Column56" Width="132.3"/>
|
<TableColumn Name="Column56" Width="132.3"/>
|
||||||
@@ -740,11 +739,11 @@
|
|||||||
<TableColumn Name="Column58" Width="132.3"/>
|
<TableColumn Name="Column58" Width="132.3"/>
|
||||||
<TableColumn Name="Column59" Width="141.75"/>
|
<TableColumn Name="Column59" Width="141.75"/>
|
||||||
<TableRow Name="Row25" Height="47.25">
|
<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="Cell105" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell106" Border.Lines="All" Fill.Color="255, 255, 202" Text="หน่วยนับ" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell107" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell108" Border.Lines="All" Fill.Color="255, 255, 202" Text="ราคาต่อหน่วย บาท" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="Cell109" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataHeaderBand>
|
</DataHeaderBand>
|
||||||
@@ -756,11 +755,11 @@
|
|||||||
<TableColumn Name="Column63" Width="132.3"/>
|
<TableColumn Name="Column63" Width="132.3"/>
|
||||||
<TableColumn Name="Column64" Width="141.75"/>
|
<TableColumn Name="Column64" Width="141.75"/>
|
||||||
<TableRow Name="Row26" Height="28.35">
|
<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="Cell110" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.name]" VertAlign="Center" Font="TH Sarabun New, 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="Cell111" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 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="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 Sarabun New, 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="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 Sarabun New, 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"/>
|
<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 Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
@@ -770,21 +769,23 @@
|
|||||||
</ReportPage>
|
</ReportPage>
|
||||||
<ReportPage Name="Page4" PaperWidth="220" PaperHeight="300" Watermark.Font="Arial, 60pt">
|
<ReportPage Name="Page4" PaperWidth="220" PaperHeight="300" Watermark.Font="Arial, 60pt">
|
||||||
<DataBand Name="Data12" Width="756" Height="207.9">
|
<DataBand Name="Data12" Width="756" Height="207.9">
|
||||||
<TextObject Name="Text217" Top="37.8" Width="718.2" Height="28.35" Text="งบลงทุน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text217" Top="37.8" Width="718.2" Height="28.35" Text="งบลงทุน" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text218" Left="28.35" Top="66.15" Width="670.95" Height="28.35" Text="- ค่าครุภัณฑ์ [project_principle_rationale.durable_articles] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text218" Left="28.35" Top="66.15" Width="670.95" Height="28.35" Text="- ค่าครุภัณฑ์ [project_principle_rationale.durable_articles] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text219" Left="28.35" Top="94.5" Width="151.2" Height="28.35" Text="กรุณาคลิกลิงค์เพื่อเปิดไฟล์" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Transparent"/>
|
<TextObject Name="Text219" Left="28.35" Top="94.5" Width="151.2" Height="28.35" Text="กรุณาคลิกลิงค์เพื่อเปิดไฟล์" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text220" Left="28.35" Top="122.85" Width="670.95" Height="28.35" Text="- ค่าที่ดินและสิ่งก่อสร้าง [project_principle_rationale.land_building] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text220" Left="28.35" Top="122.85" Width="670.95" Height="28.35" Text="- ค่าที่ดินและสิ่งก่อสร้าง [project_principle_rationale.land_building] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text221" Left="28.35" Top="151.2" Width="151.2" Height="28.35" Text="กรุณาคลิกลิงค์เพื่อเปิดไฟล์" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Transparent"/>
|
<TextObject Name="Text221" Left="28.35" Top="151.2" Width="151.2" Height="28.35" Text="กรุณาคลิกลิงค์เพื่อเปิดไฟล์" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text223" Top="179.55" Width="652.05" Height="28.35" Text="14. กิจกรรมการดำเนินงาน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text223" Top="179.55" Width="652.05" Height="28.35" Text="14. กิจกรรมการดำเนินงาน" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text257" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text257" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<TextObject Name="Text258" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text258" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
|
<TextObject Name="Text105" Left="179.55" Top="94.5" Width="519.75" Height="28.35" Hyperlink.Expression="[project_principle_rationale.url_file1]" Text="[project_principle_rationale.url_file1]" Font="TH Sarabun New, 14pt"/>
|
||||||
|
<TextObject Name="Text222" Left="179.55" Top="151.2" Width="519.75" Height="28.35" Hyperlink.Expression="[project_principle_rationale.url_file2]" Text="[project_principle_rationale.url_file2]" Font="TH Sarabun New, 14pt"/>
|
||||||
<DataBand Name="Data13" Top="213.38" Width="756" Height="28.35" DataSource="fourteenth">
|
<DataBand Name="Data13" Top="213.38" Width="756" Height="28.35" DataSource="fourteenth">
|
||||||
<TextObject Name="Text224" Width="699.3" Height="28.35" Text="[project_principle_rationale.fourteenth.level]" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text224" Width="699.3" Height="28.35" Text="[project_principle_rationale.fourteenth.level]" Font="TH Sarabun New, 14pt"/>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data14" Top="247.21" Width="756" Height="103.95">
|
<DataBand Name="Data14" Top="247.21" Width="756" Height="103.95">
|
||||||
<TextObject Name="Text225" Width="652.05" Height="28.35" Text="15. แผนการดำเนินงานและการใช้จ่ายงบประมาณ (ระบุจำนวนเงินงบประมาณ)" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text225" Width="652.05" Height="28.35" Text="15. แผนการดำเนินงานและการใช้จ่ายงบประมาณ (ระบุจำนวนเงินงบประมาณ)" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text259" Left="311.85" Top="28.35" Width="444.15" Height="28.35" Text="หน่วย : [project_principle_rationale.budget_amount] ล้านบาท" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text259" Left="311.85" Top="28.35" Width="444.15" Height="28.35" Text="หน่วย : [project_principle_rationale.budget_amount] ล้านบาท" HorzAlign="Right" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableObject Name="Table34" Top="56.7" Width="756" Height="47.25">
|
<TableObject Name="Table34" Top="56.7" Width="756" Height="47.25">
|
||||||
<TableColumn Name="Column148" Width="302.4"/>
|
<TableColumn Name="Column148" Width="302.4"/>
|
||||||
<TableColumn Name="Column149" Width="37.8"/>
|
<TableColumn Name="Column149" Width="37.8"/>
|
||||||
@@ -800,22 +801,22 @@
|
|||||||
<TableColumn Name="Column159" Width="37.8"/>
|
<TableColumn Name="Column159" Width="37.8"/>
|
||||||
<TableColumn Name="Column160" Width="37.8"/>
|
<TableColumn Name="Column160" Width="37.8"/>
|
||||||
<TableRow Name="Row44" Height="47.25">
|
<TableRow Name="Row44" Height="47.25">
|
||||||
<TableCell Name="Cell198" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold">
|
<TableCell Name="Cell198" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold">
|
||||||
<TextObject Name="Text260" Width="302.4" Height="18.9" Text="รายการกิจกรรม" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text260" Width="302.4" Height="18.9" Text="รายการกิจกรรม" HorzAlign="Right" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text261" Top="28.35" Width="198.45" Height="18.9" Text="แผนการดำเนินงาน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text261" Top="28.35" Width="198.45" Height="18.9" Text="แผนการดำเนินงาน" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
<TableCell Name="Cell199" Border.Lines="All" Text="ต.ค." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell199" Border.Lines="All" Text="ต.ค." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell200" Border.Lines="All" Text="พ.ย." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell200" Border.Lines="All" Text="พ.ย." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell201" Border.Lines="All" Text="ธ.ค." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell201" Border.Lines="All" Text="ธ.ค." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell202" Border.Lines="All" Text="ม.ค." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell202" Border.Lines="All" Text="ม.ค." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell203" Border.Lines="All" Text="ก.พ." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell203" Border.Lines="All" Text="ก.พ." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell204" Border.Lines="All" Text="มี.ค." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell204" Border.Lines="All" Text="มี.ค." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell205" Border.Lines="All" Text="เม.ย." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell205" Border.Lines="All" Text="เม.ย." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell206" Border.Lines="All" Text="พ.ค." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell206" Border.Lines="All" Text="พ.ค." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell207" Border.Lines="All" Text="มิ.ย." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell207" Border.Lines="All" Text="มิ.ย." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell208" Border.Lines="All" Text="ก.ค." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell208" Border.Lines="All" Text="ก.ค." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell209" Border.Lines="All" Text="ส.ค." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell209" Border.Lines="All" Text="ส.ค." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell210" Border.Lines="All" Text="ก.ย." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell210" Border.Lines="All" Text="ก.ย." HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataBand Name="Data43" Top="356.64" Width="756" Height="28.35" DataSource="twentieth">
|
<DataBand Name="Data43" Top="356.64" Width="756" Height="28.35" DataSource="twentieth">
|
||||||
@@ -834,25 +835,25 @@
|
|||||||
<TableColumn Name="Column172" Width="37.8"/>
|
<TableColumn Name="Column172" Width="37.8"/>
|
||||||
<TableColumn Name="Column173" Width="37.8"/>
|
<TableColumn Name="Column173" Width="37.8"/>
|
||||||
<TableRow Name="Row45" Height="28.35">
|
<TableRow Name="Row45" Height="28.35">
|
||||||
<TableCell Name="Cell211" Border.Lines="All" Text="[project_principle_rationale.twentieth.action_plan]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell211" Border.Lines="All" Text="[project_principle_rationale.twentieth.action_plan]" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell212" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_1]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell212" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_1]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell213" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_2]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell213" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_2]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell214" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_3]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell214" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_3]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell215" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_4]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell215" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_4]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell216" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_5]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell216" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_5]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell217" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_6]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell217" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_6]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell218" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_7]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell218" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_7]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell219" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_8]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell219" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_8]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell220" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_9]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell220" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_9]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell221" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_10]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell221" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_10]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell222" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_11]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell222" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_11]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell223" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_12]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell223" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_12]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data50" Top="390.47" Width="756" Height="37.8">
|
<DataBand Name="Data50" Top="390.47" Width="756" Height="37.8">
|
||||||
<TextObject Name="Text262" Top="9.45" Width="661.5" Height="28.35" Text="16.ผลที่ได้รับจากโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text262" Top="9.45" Width="661.5" Height="28.35" Text="16.ผลที่ได้รับจากโครงการ" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data44" Top="433.75" Width="756" Height="28.35" DataSource="twenty_one">
|
<DataBand Name="Data44" Top="433.75" Width="756" Height="28.35" DataSource="twenty_one">
|
||||||
<TextObject Name="Text211" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.activity]" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH Sarabun New, 14pt, style=Bold"/>
|
<TextObject Name="Text211" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.activity]" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
@@ -883,29 +884,29 @@
|
|||||||
</ReportPage>
|
</ReportPage>
|
||||||
<ReportPage Name="Page5" PaperWidth="220" Watermark.Font="Arial, 60pt">
|
<ReportPage Name="Page5" PaperWidth="220" Watermark.Font="Arial, 60pt">
|
||||||
<DataBand Name="Data24" Width="756" Height="66.15">
|
<DataBand Name="Data24" Width="756" Height="66.15">
|
||||||
<TextObject Name="Text231" Top="37.8" Width="661.5" Height="28.35" Text="17.ประเภทของผลผลิตโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text231" Top="37.8" Width="661.5" Height="28.35" Text="17.ประเภทของผลผลิตโครงการ" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text278" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text278" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<TextObject Name="Text279" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text279" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<DataBand Name="Data25" Top="71.63" Width="756" Height="28.35" DataSource="seventeenth_thai">
|
<DataBand Name="Data25" Top="71.63" Width="756" Height="28.35" DataSource="seventeenth_thai">
|
||||||
<TextObject Name="Text232" Width="699.3" Height="28.35" Text="- [project_principle_rationale.seventeenth_thai.type_project]" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text232" Width="699.3" Height="28.35" Text="- [project_principle_rationale.seventeenth_thai.type_project]" Font="TH Sarabun New, 14pt"/>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data15" Top="105.46" Width="756" Height="94.5">
|
<DataBand Name="Data15" Top="105.46" Width="756" Height="94.5">
|
||||||
<TextObject Name="Text280" Width="661.5" Height="28.35" Text="18.ผลลัพธ์ที่เกิดจากโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text280" Width="661.5" Height="28.35" Text="18.ผลลัพธ์ที่เกิดจากโครงการ" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableObject Name="Table36" Left="56.7" Top="37.8" Width="642.6" Height="56.7">
|
<TableObject Name="Table36" Left="56.7" Top="37.8" Width="642.6" Height="56.7">
|
||||||
<TableColumn Name="Column174" Width="359.1"/>
|
<TableColumn Name="Column174" Width="359.1"/>
|
||||||
<TableColumn Name="Column175" Width="283.5"/>
|
<TableColumn Name="Column175" Width="283.5"/>
|
||||||
<TableRow Name="Row46" Height="56.7">
|
<TableRow Name="Row46" Height="56.7">
|
||||||
<TableCell Name="Cell224" Border.Lines="Top" Border.Width="3" Fill.Color="Gainsboro" Text="เป้าหมายผลลัพธ์ ของโครงการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell224" Border.Lines="Top" Border.Width="3" Fill.Color="Gainsboro" Text="เป้าหมายผลลัพธ์ ของโครงการ" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell225" Border.Lines="Top" Border.Width="3" Fill.Color="Gainsboro" Text="ผลลัพธ์ที่เกิดขึ้นจริง (Outcome)" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell225" Border.Lines="Top" Border.Width="3" Fill.Color="Gainsboro" Text="ผลลัพธ์ที่เกิดขึ้นจริง (Outcome)" HorzAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<TableObject Name="Table37" Left="415.8" Top="66.15" Width="283.5" Height="28.35">
|
<TableObject Name="Table37" Left="415.8" Top="66.15" Width="283.5" Height="28.35">
|
||||||
<TableColumn Name="Column176" Width="151.2"/>
|
<TableColumn Name="Column176" Width="151.2"/>
|
||||||
<TableColumn Name="Column177" Width="132.3"/>
|
<TableColumn Name="Column177" Width="132.3"/>
|
||||||
<TableRow Name="Row47" Height="28.35">
|
<TableRow Name="Row47" Height="28.35">
|
||||||
<TableCell Name="Cell226" Border.Lines="Top" Text="เชิงบวก (Positive)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell226" Border.Lines="Top" Text="เชิงบวก (Positive)" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell227" Border.Lines="Top" Text="เชิงลบ (Negative)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell227" Border.Lines="Top" Text="เชิงลบ (Negative)" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataBand Name="Data16" Top="205.44" Width="756" Height="28.35" DataSource="eighteenth_thai">
|
<DataBand Name="Data16" Top="205.44" Width="756" Height="28.35" DataSource="eighteenth_thai">
|
||||||
@@ -914,29 +915,29 @@
|
|||||||
<TableColumn Name="Column179" Width="151.2"/>
|
<TableColumn Name="Column179" Width="151.2"/>
|
||||||
<TableColumn Name="Column180" Width="132.3"/>
|
<TableColumn Name="Column180" Width="132.3"/>
|
||||||
<TableRow Name="Row48" Height="28.35">
|
<TableRow Name="Row48" Height="28.35">
|
||||||
<TableCell Name="Cell228" Text="[project_principle_rationale.eighteenth_thai.target]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell228" Text="[project_principle_rationale.eighteenth_thai.target]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell229" Text="[project_principle_rationale.eighteenth_thai.positive]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell229" Text="[project_principle_rationale.eighteenth_thai.positive]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell230" Text="[project_principle_rationale.eighteenth_thai.negative]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell230" Text="[project_principle_rationale.eighteenth_thai.negative]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data22" Top="239.27" Width="756" Height="85.05">
|
<DataBand Name="Data22" Top="239.27" Width="756" Height="85.05">
|
||||||
<TextObject Name="Text281" Width="661.5" Height="28.35" Text="19.ผลกระทบที่เกิดจากโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text281" Width="661.5" Height="28.35" Text="19.ผลกระทบที่เกิดจากโครงการ" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableObject Name="Table39" Left="56.7" Top="28.35" Width="642.6" Height="56.7">
|
<TableObject Name="Table39" Left="56.7" Top="28.35" Width="642.6" Height="56.7">
|
||||||
<TableColumn Name="Column181" Width="359.1"/>
|
<TableColumn Name="Column181" Width="359.1"/>
|
||||||
<TableColumn Name="Column182" Width="283.5"/>
|
<TableColumn Name="Column182" Width="283.5"/>
|
||||||
<TableRow Name="Row49" Height="56.7">
|
<TableRow Name="Row49" Height="56.7">
|
||||||
<TableCell Name="Cell231" Border.Lines="Top" Border.Width="3" Fill.Color="Gainsboro" Text="เป้าหมายผลกระทบ ของโครงการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell231" Border.Lines="Top" Border.Width="3" Fill.Color="Gainsboro" Text="เป้าหมายผลกระทบ ของโครงการ" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell232" Border.Lines="Top" Border.Width="3" Fill.Color="Gainsboro" Text="ผลกระทบที่เกิดขึ้นจริง (Impact)" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell232" Border.Lines="Top" Border.Width="3" Fill.Color="Gainsboro" Text="ผลกระทบที่เกิดขึ้นจริง (Impact)" HorzAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<TableObject Name="Table40" Left="415.8" Top="56.7" Width="283.5" Height="28.35">
|
<TableObject Name="Table40" Left="415.8" Top="56.7" Width="283.5" Height="28.35">
|
||||||
<TableColumn Name="Column183" Width="151.2"/>
|
<TableColumn Name="Column183" Width="151.2"/>
|
||||||
<TableColumn Name="Column184" Width="132.3"/>
|
<TableColumn Name="Column184" Width="132.3"/>
|
||||||
<TableRow Name="Row50" Height="28.35">
|
<TableRow Name="Row50" Height="28.35">
|
||||||
<TableCell Name="Cell233" Border.Lines="Top" Fill.Color="Gainsboro" Text="เชิงบวก (Positive)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell233" Border.Lines="Top" Fill.Color="Gainsboro" Text="เชิงบวก (Positive)" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell234" Border.Lines="Top" Fill.Color="Gainsboro" Text="เชิงลบ (Negative)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TableCell Name="Cell234" Border.Lines="Top" Fill.Color="Gainsboro" Text="เชิงลบ (Negative)" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataBand Name="Data23" Top="329.8" Width="756" Height="28.35" DataSource="nineteenth_thai">
|
<DataBand Name="Data23" Top="329.8" Width="756" Height="28.35" DataSource="nineteenth_thai">
|
||||||
@@ -945,9 +946,9 @@
|
|||||||
<TableColumn Name="Column186" Width="151.2"/>
|
<TableColumn Name="Column186" Width="151.2"/>
|
||||||
<TableColumn Name="Column187" Width="132.3"/>
|
<TableColumn Name="Column187" Width="132.3"/>
|
||||||
<TableRow Name="Row51" Height="28.35">
|
<TableRow Name="Row51" Height="28.35">
|
||||||
<TableCell Name="Cell235" Text="[project_principle_rationale.nineteenth_thai.target]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell235" Text="[project_principle_rationale.nineteenth_thai.target]" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell236" Text="[project_principle_rationale.nineteenth_thai.positive]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell236" Text="[project_principle_rationale.nineteenth_thai.positive]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TableCell Name="Cell237" Text="[project_principle_rationale.nineteenth_thai.negative]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TableCell Name="Cell237" Text="[project_principle_rationale.nineteenth_thai.negative]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
@@ -955,14 +956,14 @@
|
|||||||
</ReportPage>
|
</ReportPage>
|
||||||
<ReportPage Name="Page6" PaperWidth="220" Watermark.Font="Arial, 60pt">
|
<ReportPage Name="Page6" PaperWidth="220" Watermark.Font="Arial, 60pt">
|
||||||
<DataBand Name="Data30" Width="756" Height="66.15">
|
<DataBand Name="Data30" Width="756" Height="66.15">
|
||||||
<TextObject Name="Text1" Top="37.8" Width="661.5" Height="28.35" Text="20. ตารางกำหนดการดำเนินโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text1" Top="37.8" Width="661.5" Height="28.35" Text="20. ตารางกำหนดการดำเนินโครงการ" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text282" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text282" Top="9.45" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<TextObject Name="Text283" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
<TextObject Name="Text283" Left="652.05" Width="103.95" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH Sarabun New, 16pt, style=Bold"/>
|
||||||
<DataBand Name="Data31" Top="71.63" Width="756" Height="141.75" DataSource="twenty_fifth">
|
<DataBand Name="Data31" Top="71.63" Width="756" Height="141.75" DataSource="twenty_fifth">
|
||||||
<TextObject Name="Text167" Left="28.35" Width="661.5" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activity_display_name]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text167" Left="28.35" Width="661.5" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activity_display_name]" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text168" Left="28.35" Top="28.35" Width="661.5" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activitys]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text168" Left="28.35" Top="28.35" Width="661.5" Height="28.35" Text="[project_principle_rationale.twenty_fifth.activitys]" HorzAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text169" Left="28.35" Top="56.7" Width="661.5" Height="28.35" Text="[project_principle_rationale.twenty_fifth.dates]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text169" Left="28.35" Top="56.7" Width="661.5" Height="28.35" Text="[project_principle_rationale.twenty_fifth.dates]" HorzAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<TextObject Name="Text170" Left="28.35" Top="85.05" Width="661.5" Height="47.25" Text="[project_principle_rationale.twenty_fifth.locations]" HorzAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
<TextObject Name="Text170" Left="28.35" Top="85.05" Width="661.5" Height="47.25" Text="[project_principle_rationale.twenty_fifth.locations]" HorzAlign="Center" Font="TH Sarabun New, 14pt"/>
|
||||||
<DataBand Name="Data32" Top="262.14" Width="756" Height="47.25" DataSource="twenty_fifth_data_detail">
|
<DataBand Name="Data32" Top="262.14" Width="756" Height="47.25" DataSource="twenty_fifth_data_detail">
|
||||||
<TableObject Name="Table25" Width="756" Height="47.25">
|
<TableObject Name="Table25" Width="756" Height="47.25">
|
||||||
<TableColumn Name="Column105" Width="132.3"/>
|
<TableColumn Name="Column105" Width="132.3"/>
|
||||||
@@ -970,10 +971,10 @@
|
|||||||
<TableColumn Name="Column107" Width="255.15"/>
|
<TableColumn Name="Column107" Width="255.15"/>
|
||||||
<TableColumn Name="Column108" Width="179.55"/>
|
<TableColumn Name="Column108" Width="179.55"/>
|
||||||
<TableRow Name="Row35" Height="47.25">
|
<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, 13pt"/>
|
<TableCell Name="Cell155" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.dates]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 13pt"/>
|
||||||
<TableCell Name="Cell156" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.times]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 13pt"/>
|
<TableCell Name="Cell156" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.times]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 13pt"/>
|
||||||
<TableCell Name="Cell157" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.detail]" VertAlign="Center" Font="TH SarabunPSK, 13pt"/>
|
<TableCell Name="Cell157" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.detail]" VertAlign="Center" Font="TH Sarabun New, 13pt"/>
|
||||||
<TableCell Name="Cell158" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.lecturer]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 13pt"/>
|
<TableCell Name="Cell158" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.lecturer]" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 13pt"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
<DataHeaderBand Name="DataHeader2" Top="218.86" Width="756" Height="37.8">
|
<DataHeaderBand Name="DataHeader2" Top="218.86" Width="756" Height="37.8">
|
||||||
@@ -983,10 +984,10 @@
|
|||||||
<TableColumn Name="Column111" Width="255.15"/>
|
<TableColumn Name="Column111" Width="255.15"/>
|
||||||
<TableColumn Name="Column112" Width="179.55"/>
|
<TableColumn Name="Column112" Width="179.55"/>
|
||||||
<TableRow Name="Row36" Height="37.8">
|
<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="Cell159" Border.Lines="All" Text="วัน" HorzAlign="Center" VertAlign="Center" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell160" 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
<TableCell Name="Cell161" 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 Sarabun New, 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 Sarabun New, 14pt, style=Bold"/>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
</TableObject>
|
</TableObject>
|
||||||
</DataHeaderBand>
|
</DataHeaderBand>
|
||||||
@@ -994,8 +995,9 @@
|
|||||||
</DataBand>
|
</DataBand>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
<DataBand Name="Data33" Top="314.87" Width="756" Height="66.15">
|
<DataBand Name="Data33" Top="314.87" Width="756" Height="66.15">
|
||||||
<TextObject Name="Text235" Top="9.45" Width="661.5" Height="28.35" Text="21. แนบรายละเอียดการดำเนินโครงการกิจกรรมย่อย" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
<TextObject Name="Text235" Top="9.45" Width="661.5" Height="28.35" Text="21. แนบรายละเอียดการดำเนินโครงการกิจกรรมย่อย" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
<TextObject Name="Text236" Left="28.35" Top="37.8" Width="151.2" Height="28.35" Text="กรุณาคลิกลิงค์เพื่อเปิดไฟล์" Font="TH SarabunPSK, 14pt, style=Bold" TextFill.Color="Transparent"/>
|
<TextObject Name="Text236" Left="28.35" Top="37.8" Width="151.2" Height="28.35" Text="กรุณาคลิกลิงค์เพื่อเปิดไฟล์" Font="TH Sarabun New, 14pt, style=Bold"/>
|
||||||
|
<TextObject Name="Text237" Left="179.55" Top="37.8" Width="567" Height="28.35" Hyperlink.Expression="[project_principle_rationale.url_file3]" Text="[project_principle_rationale.url_file3]" Font="TH Sarabun New, 14pt"/>
|
||||||
</DataBand>
|
</DataBand>
|
||||||
</ReportPage>
|
</ReportPage>
|
||||||
</Report>
|
</Report>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user