This commit is contained in:
@@ -14,17 +14,19 @@ using Swashbuckle.AspNetCore.Annotations;
|
||||
namespace rmutr_report.Controllers
|
||||
{
|
||||
[SwaggerTag("สำหรับรายงานคำขอโครงการพันธุกรรมพืช ง.5-2.1")]
|
||||
public class plant_genetic_conservation_project: Controller
|
||||
public class plant_genetic_conservation_project : Controller
|
||||
{
|
||||
readonly Setting _setting;
|
||||
readonly Setting _setting;
|
||||
|
||||
public plant_genetic_conservation_project(Setting setting)
|
||||
{
|
||||
this._setting = setting;
|
||||
}
|
||||
[HttpPost, Route("reports/plant_genetic_conservation_project/{type}")]
|
||||
|
||||
[HttpPost, Route("reports/plant_genetic_conservation_project/{type}")]
|
||||
[ApiExplorerSettings(GroupName = "reports")]
|
||||
public IActionResult GetConservationProjectReport([FromRoute] string type, [FromBody] project_principle_rationale project)
|
||||
public IActionResult GetConservationProjectReport([FromRoute] string type,
|
||||
[FromBody] project_principle_rationale project)
|
||||
{
|
||||
if (project != null)
|
||||
{
|
||||
@@ -44,7 +46,7 @@ namespace rmutr_report.Controllers
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
if (project.ninth!=null)
|
||||
if (project.ninth != null)
|
||||
{
|
||||
foreach (var vv in project.ninth)
|
||||
{
|
||||
@@ -52,10 +54,29 @@ namespace rmutr_report.Controllers
|
||||
{
|
||||
vv.clause = "12.1 ตัวชี้วัดผลสัมฤทธิ์";
|
||||
}
|
||||
|
||||
if (vv.clause == "9.2 ตัวชี้วัดเชิงนโยบาย")
|
||||
{
|
||||
vv.clause = "12.2 ตัวชี้วัดเชิงนโยบาย";
|
||||
}
|
||||
|
||||
if (vv.ninths.Any())
|
||||
{
|
||||
if (vv.ninths == null)
|
||||
{
|
||||
foreach (var detail6 in vv.ninths)
|
||||
{
|
||||
detail6.detail = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
vv.ninths.Add(new ninth_data_detail()
|
||||
{
|
||||
detail = ""
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -74,6 +95,42 @@ namespace rmutr_report.Controllers
|
||||
}
|
||||
}
|
||||
|
||||
if (project.seventeenth != null)
|
||||
{
|
||||
foreach (var v in project.seventeenth)
|
||||
{
|
||||
int t = 1;
|
||||
string a = "กิจกรรมที่ ";
|
||||
v.activity = a + v.activity;
|
||||
foreach (var vv in v.seventeenths)
|
||||
{
|
||||
string na = "ครั้งที่ ";
|
||||
vv.the_time = na + t;
|
||||
t++;
|
||||
foreach (var detail in vv.seventeenths2)
|
||||
{
|
||||
string in1 = "พื้นที่ (ภายในมหาวิทยาลัย) ";
|
||||
string in2 = "ระบุสถานที่ ";
|
||||
string out1 = "จังหวัด (ภายนอกมหาวิทยาลัย) ";
|
||||
|
||||
if (detail.internal_external1 == "ภายในมหาวิทยาลัย")
|
||||
{
|
||||
detail.text1 = "ภายในมหาวิทยาลัย";
|
||||
detail.area_province1 = in1 + detail.area_province1;
|
||||
detail.location1 = in2 + detail.location1;
|
||||
}
|
||||
|
||||
if (detail.internal_external2 == "ภายนอกมหาวิทยาลัย")
|
||||
{
|
||||
detail.text2 = "ภายนอกมหาวิทยาลัย";
|
||||
detail.area_province2 = out1 + detail.area_province2;
|
||||
detail.location2 = in2 + detail.location2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (project.eighteenth != null)
|
||||
{
|
||||
foreach (var v in project.eighteenth)
|
||||
@@ -134,7 +191,6 @@ namespace rmutr_report.Controllers
|
||||
// }
|
||||
if (vv.count_quantitative != null)
|
||||
{
|
||||
|
||||
string na = " หน่วยนับ";
|
||||
vv.khrang1 = na;
|
||||
}
|
||||
@@ -206,7 +262,8 @@ namespace rmutr_report.Controllers
|
||||
}
|
||||
}
|
||||
}
|
||||
var _project = new List<project_principle_rationale>() {project};
|
||||
|
||||
var _project = new List<project_principle_rationale>() { project };
|
||||
|
||||
Report report = new Report();
|
||||
report.Load(_setting.report_path + "plant_genetic_conservation_project.frx");
|
||||
@@ -241,7 +298,8 @@ namespace rmutr_report.Controllers
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
return File(stream, "text/csv");
|
||||
break;
|
||||
case "doc": case "docx":
|
||||
case "doc":
|
||||
case "docx":
|
||||
Word2007Export word = new Word2007Export();
|
||||
report.Export(word, stream);
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
@@ -251,6 +309,5 @@ namespace rmutr_report.Controllers
|
||||
|
||||
return Ok();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -29,27 +29,29 @@ namespace rmutr_report.Controllers
|
||||
{
|
||||
if (project != null)
|
||||
{
|
||||
// var total = project.activity.Count;
|
||||
// if (project.activity != null)
|
||||
// {
|
||||
// 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;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if (project.ninth != null)
|
||||
{
|
||||
foreach (var vv in project.ninth)
|
||||
{
|
||||
if (vv.ninths.Any())
|
||||
{
|
||||
if (vv.ninths == null)
|
||||
{
|
||||
foreach (var detail6 in vv.ninths)
|
||||
{
|
||||
detail6.detail = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
vv.ninths.Add(new ninth_data_detail()
|
||||
{
|
||||
detail = ""
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (project.sixteenths != null)
|
||||
{
|
||||
@@ -66,6 +68,42 @@ namespace rmutr_report.Controllers
|
||||
}
|
||||
}
|
||||
|
||||
if (project.seventeenth != null)
|
||||
{
|
||||
foreach (var v in project.seventeenth)
|
||||
{
|
||||
int t = 1;
|
||||
string a = "กิจกรรมที่ ";
|
||||
v.activity = a + v.activity;
|
||||
foreach (var vv in v.seventeenths)
|
||||
{
|
||||
string na = "ครั้งที่ ";
|
||||
vv.the_time = na + t;
|
||||
t++;
|
||||
foreach (var detail in vv.seventeenths2)
|
||||
{
|
||||
string in1 = "พื้นที่ (ภายในมหาวิทยาลัย) ";
|
||||
string in2 = "ระบุสถานที่ ";
|
||||
string out1 = "จังหวัด (ภายนอกมหาวิทยาลัย) ";
|
||||
|
||||
if (detail.internal_external1 == "ภายในมหาวิทยาลัย")
|
||||
{
|
||||
detail.text1 = "ภายในมหาวิทยาลัย";
|
||||
detail.area_province1 = in1 + detail.area_province1;
|
||||
detail.location1 = in2 + detail.location1;
|
||||
}
|
||||
|
||||
if (detail.internal_external2 == "ภายนอกมหาวิทยาลัย")
|
||||
{
|
||||
detail.text2 = "ภายนอกมหาวิทยาลัย";
|
||||
detail.area_province2 = out1 + detail.area_province2;
|
||||
detail.location2 = in2 + detail.location2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (project.eighteenth != null)
|
||||
{
|
||||
foreach (var v in project.eighteenth)
|
||||
@@ -124,13 +162,13 @@ namespace rmutr_report.Controllers
|
||||
// {
|
||||
// vv.clause4 = vv.clause4;
|
||||
// }
|
||||
if (vv.count_quantitative != null )
|
||||
if (vv.count_quantitative != null)
|
||||
{
|
||||
|
||||
string na = " หน่วยนับ";
|
||||
vv.khrang1 = na;
|
||||
}
|
||||
if (vv.count_unit != null )
|
||||
|
||||
if (vv.count_unit != null)
|
||||
{
|
||||
string na = "ผู้เข้าร่วมโครงการ ";
|
||||
string na1 = " จำนวน ";
|
||||
@@ -140,17 +178,17 @@ namespace rmutr_report.Controllers
|
||||
vv.nuai_nap = na2;
|
||||
}
|
||||
|
||||
if (vv.count_project != null )
|
||||
if (vv.count_project != null)
|
||||
{
|
||||
vv.clause1 = "21.1 เชิงปริมาณ";
|
||||
string na = "จำนวนครั้งที่ดำเนินโครงการ ";
|
||||
string na2 = " ครั้ง";
|
||||
vv.text2 = na ;
|
||||
vv.khrang2 = na2 ;
|
||||
vv.text2 = na;
|
||||
vv.khrang2 = na2;
|
||||
vv.text12 = "หน่วยนับ";
|
||||
}
|
||||
|
||||
if (vv.count_training != null )
|
||||
if (vv.count_training != null)
|
||||
{
|
||||
string na = "จำนวนการจัดอบรมและสัมมนา ";
|
||||
string na2 = " เรื่อง";
|
||||
@@ -166,18 +204,18 @@ namespace rmutr_report.Controllers
|
||||
vv.khrang3 = na2;
|
||||
}
|
||||
|
||||
if (vv.project_start_date!=null )
|
||||
if (vv.project_start_date != null)
|
||||
{
|
||||
vv.clause2 = "21.2 เชิงเวลา";
|
||||
string na3 = "วัน/เดือน/ปี ที่จะดำเนินโครงการ ";
|
||||
string na4 = " ถึง ";
|
||||
vv.range = na4 ;
|
||||
vv.text5 = na3 ;
|
||||
vv.range = na4;
|
||||
vv.text5 = na3;
|
||||
string na5 = "โครงการแล้วเสร็จตามเวลาที่กำหนด (ร้อยละ) ";
|
||||
vv.text6 = na5 ;
|
||||
vv.text6 = na5;
|
||||
}
|
||||
|
||||
if (vv.percentage1!=null || vv.percentage2!=null)
|
||||
|
||||
if (vv.percentage1 != null || vv.percentage2 != null)
|
||||
{
|
||||
vv.clause3 = "21.3 เชิงคุณภาพ";
|
||||
string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) ";
|
||||
@@ -185,18 +223,17 @@ namespace rmutr_report.Controllers
|
||||
vv.text7 = na;
|
||||
vv.text8 = na1;
|
||||
vv.text9 = "ผู้เข้าร่วมโครงการสามารถนำความรู้ที่ได้รับไปบูรณาการอย่างไรบ้าง";
|
||||
//vv.text10 = "รายละเอียด";
|
||||
vv.text10 = "รายละเอียด";
|
||||
}
|
||||
if (vv.expenses!=null)
|
||||
|
||||
if (vv.expenses != null)
|
||||
{
|
||||
vv.clause4 = "21.4 เชิงค่าใช้จ่าย";
|
||||
vv.bath = " บาท";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (project.twenty_four != null)
|
||||
{
|
||||
|
||||
@@ -14,9 +14,9 @@ using Swashbuckle.AspNetCore.Annotations;
|
||||
namespace rmutr_report.Controllers
|
||||
{
|
||||
[SwaggerTag("สำหรับรายงานคำขอโครงการ Thailand 4.0 (ง.5-2.2)")]
|
||||
public class project_request_thailand: Controller
|
||||
public class project_request_thailand : Controller
|
||||
{
|
||||
readonly Setting _setting;
|
||||
readonly Setting _setting;
|
||||
|
||||
public project_request_thailand(Setting setting)
|
||||
{
|
||||
@@ -28,7 +28,6 @@ namespace rmutr_report.Controllers
|
||||
public IActionResult GetRequestProjectReport([FromRoute] string type,
|
||||
[FromBody] project_principle_rationale project)
|
||||
{
|
||||
|
||||
// foreach (var v in project.five)
|
||||
// {
|
||||
// string na = "ประเด็นยุทธศาสตร์ที่ " ;
|
||||
@@ -47,7 +46,7 @@ namespace rmutr_report.Controllers
|
||||
// }
|
||||
if (project != null)
|
||||
{
|
||||
// var total = project.activity.Count;
|
||||
// var total = project.activity.Count;
|
||||
// if (project.activity != null)
|
||||
// {
|
||||
// foreach (var v in project.activity)
|
||||
@@ -64,7 +63,7 @@ namespace rmutr_report.Controllers
|
||||
// }
|
||||
// }
|
||||
|
||||
if (project.ninth!=null)
|
||||
if (project.ninth != null)
|
||||
{
|
||||
foreach (var vv in project.ninth)
|
||||
{
|
||||
@@ -72,25 +71,32 @@ namespace rmutr_report.Controllers
|
||||
{
|
||||
vv.clause = "11.1 ตัวชี้วัดผลสัมฤทธิ์";
|
||||
}
|
||||
|
||||
if (vv.clause == "9.2 ตัวชี้วัดเชิงนโยบาย")
|
||||
{
|
||||
vv.clause = "11.2 ตัวชี้วัดเชิงนโยบาย";
|
||||
}
|
||||
if (vv.ninths==null)
|
||||
{
|
||||
vv.ninths.Add(new ninth_data_detail()
|
||||
{
|
||||
detail = ""
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (vv.ninths.Any())
|
||||
{
|
||||
if (vv.ninths == null)
|
||||
{
|
||||
foreach (var detail6 in vv.ninths)
|
||||
{
|
||||
detail6.detail = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
vv.ninths.Add(new ninth_data_detail()
|
||||
{
|
||||
detail = ""
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
if (project.sixteenths != null)
|
||||
{
|
||||
@@ -106,16 +112,19 @@ namespace rmutr_report.Controllers
|
||||
sixteenthData.klai_kangwon_total = sum4;
|
||||
}
|
||||
}
|
||||
|
||||
if (project.seventeenth != null)
|
||||
{
|
||||
foreach (var v in project.seventeenth)
|
||||
{
|
||||
int t = 1;
|
||||
string a = "กิจกรรมที่ ";
|
||||
v.activity = a + v.activity;
|
||||
foreach (var vv in v.seventeenths)
|
||||
{
|
||||
string na = "ครั้งที่ ";
|
||||
vv.the_time = na + vv.the_time;
|
||||
vv.the_time = na + t;
|
||||
t++;
|
||||
foreach (var detail in vv.seventeenths2)
|
||||
{
|
||||
string in1 = "พื้นที่ (ภายในมหาวิทยาลัย) ";
|
||||
@@ -128,9 +137,10 @@ namespace rmutr_report.Controllers
|
||||
detail.area_province1 = in1 + detail.area_province1;
|
||||
detail.location1 = in2 + detail.location1;
|
||||
}
|
||||
|
||||
if (detail.internal_external2 == "ภายนอกมหาวิทยาลัย")
|
||||
{
|
||||
detail.text2 = "ภายนอกมหาวิทยาลัย";
|
||||
detail.text2 = "ภายนอกมหาวิทยาลัย";
|
||||
detail.area_province2 = out1 + detail.area_province2;
|
||||
detail.location2 = in2 + detail.location2;
|
||||
}
|
||||
@@ -138,6 +148,7 @@ namespace rmutr_report.Controllers
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (project.eighteenth != null)
|
||||
{
|
||||
foreach (var v in project.eighteenth)
|
||||
@@ -179,7 +190,6 @@ namespace rmutr_report.Controllers
|
||||
{
|
||||
if (vv.count_quantitative != null)
|
||||
{
|
||||
|
||||
string na = " หน่วยนับ";
|
||||
vv.khrang1 = na;
|
||||
}
|
||||
@@ -253,47 +263,44 @@ namespace rmutr_report.Controllers
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
var _project = new List<project_principle_rationale>() { project };
|
||||
|
||||
Report report = new Report();
|
||||
report.Load(_setting.report_path + "project_request_thailands.frx");
|
||||
report.RegisterData(_project, "project_principle_rationale");
|
||||
report.Prepare();
|
||||
Report report = new Report();
|
||||
report.Load(_setting.report_path + "project_request_thailands.frx");
|
||||
report.RegisterData(_project, "project_principle_rationale");
|
||||
report.Prepare();
|
||||
|
||||
MemoryStream stream = new MemoryStream();
|
||||
switch (type)
|
||||
{
|
||||
case "pdf":
|
||||
PDFExport pdf = new PDFExport();
|
||||
report.Export(pdf, stream);
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
return File(stream, "application/pdf");
|
||||
break;
|
||||
case "xls":
|
||||
Excel2007Export excel = new Excel2007Export();
|
||||
report.Export(excel, stream);
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
return File(stream, "application/vnd.ms-excel");
|
||||
break;
|
||||
case "xlsx":
|
||||
Excel2007Export excel1 = new Excel2007Export();
|
||||
report.Export(excel1, stream);
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
return File(stream, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
|
||||
break;
|
||||
case "doc":
|
||||
case "docx":
|
||||
Word2007Export word = new Word2007Export();
|
||||
report.Export(word, stream);
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
return File(stream, "appllication/vnd.ms-word");
|
||||
break;
|
||||
}
|
||||
|
||||
return Ok();
|
||||
MemoryStream stream = new MemoryStream();
|
||||
switch (type)
|
||||
{
|
||||
case "pdf":
|
||||
PDFExport pdf = new PDFExport();
|
||||
report.Export(pdf, stream);
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
return File(stream, "application/pdf");
|
||||
break;
|
||||
case "xls":
|
||||
Excel2007Export excel = new Excel2007Export();
|
||||
report.Export(excel, stream);
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
return File(stream, "application/vnd.ms-excel");
|
||||
break;
|
||||
case "xlsx":
|
||||
Excel2007Export excel1 = new Excel2007Export();
|
||||
report.Export(excel1, stream);
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
return File(stream, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
|
||||
break;
|
||||
case "doc":
|
||||
case "docx":
|
||||
Word2007Export word = new Word2007Export();
|
||||
report.Export(word, stream);
|
||||
stream.Seek(0, SeekOrigin.Begin);
|
||||
return File(stream, "appllication/vnd.ms-word");
|
||||
break;
|
||||
}
|
||||
|
||||
return Ok();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -436,6 +436,8 @@ namespace rmutr_report.Models
|
||||
public string percentage1 { get; set; }
|
||||
public string percentage2 { get; set; }
|
||||
public string acquired_knowledge { get; set; }
|
||||
public string detail { get; set; }
|
||||
//public string detail2 { get; set; }
|
||||
|
||||
public string clause4 { get; set; }
|
||||
public decimal? expenses { get; set; }
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
17001217270031729
|
||||
17001321833144528
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/16/2023 14:55:42" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/16/2023 17:55:58" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Dictionary>
|
||||
<BusinessObjectDataSource Name="project_principle_rationale" ReferenceName="project_principle_rationale" DataType="null" Enabled="true">
|
||||
<Column Name="budget_year_name_th" DataType="System.String"/>
|
||||
@@ -81,6 +81,7 @@
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="sixteenths" DataType="null" Enabled="true">
|
||||
<Column Name="activity_table" DataType="System.String"/>
|
||||
<Column Name="unit" DataType="System.String"/>
|
||||
<Column Name="salaya_total" DataType="System.Decimal"/>
|
||||
<Column Name="bophitphimuk_total" DataType="System.Decimal"/>
|
||||
<Column Name="pohchang_total" DataType="System.Decimal"/>
|
||||
@@ -98,10 +99,10 @@
|
||||
<BusinessObjectDataSource Name="seventeenths" DataType="null" Enabled="true">
|
||||
<Column Name="the_time" DataType="System.String"/>
|
||||
<BusinessObjectDataSource Name="seventeenths2" DataType="null" Enabled="true">
|
||||
<Column Name="internal_external1" DataType="System.String"/>
|
||||
<Column Name="text1" DataType="System.String"/>
|
||||
<Column Name="area_province1" DataType="System.String"/>
|
||||
<Column Name="location1" DataType="System.String"/>
|
||||
<Column Name="internal_external2" DataType="System.String"/>
|
||||
<Column Name="text2" DataType="System.String"/>
|
||||
<Column Name="area_province2" DataType="System.String"/>
|
||||
<Column Name="location2" DataType="System.String"/>
|
||||
</BusinessObjectDataSource>
|
||||
@@ -462,12 +463,12 @@
|
||||
<DataBand Name="Data19" Top="123.79" Width="756" Height="24.38" DataSource="seventeenths">
|
||||
<TextObject Name="Text138" Left="9.45" Top="-3.97" Width="746.55" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.the_time]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data20" Top="153.36" Width="756" Height="58.21" DataSource="seventeenths2">
|
||||
<TextObject Name="Text114" Left="226.8" Top="1.51" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.area_province1]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text115" Left="444.15" Top="1.51" Width="311.85" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.location1]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text113" Left="9.45" Top="1.51" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.internal_external1]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text293" Left="9.45" Top="29.86" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.internal_external2]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text294" Left="226.8" Top="29.86" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.area_province2]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text295" Left="444.15" Top="29.86" Width="311.85" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.location2]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text114" Left="226.8" Top="1.51" Width="283.5" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.area_province1]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TextObject Name="Text115" Left="510.3" Top="1.51" Width="245.7" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.location1]" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TextObject Name="Text113" Left="9.45" Top="1.51" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.text1]" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TextObject Name="Text293" Left="9.45" Top="29.86" Width="217.35" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.text2]" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TextObject Name="Text294" Left="226.8" Top="29.86" Width="283.5" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.area_province2]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TextObject Name="Text295" Left="510.3" Top="29.86" Width="245.7" Height="28.35" Text="[project_principle_rationale.seventeenth.seventeenths.seventeenths2.location2]" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
@@ -487,9 +488,9 @@
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data7" Top="402.45" Width="756" Height="28.35">
|
||||
<TextObject Name="Text216" Width="756" Height="28.35" Text="18. กลุ่มเป้าหมายผู้ร่วมโครงการทั้งสิ้น จำนวน [project_principle_rationale.count_activity] คน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data10" Top="436" Width="756" Height="66.15" DataSource="sixteenths">
|
||||
<TableObject Name="Table1" Left="18.9" Top="37.8" Width="718.2" Height="28.35">
|
||||
<TextObject Name="Text216" Width="756" Height="28.35" Text="18. กลุ่มเป้าหมายผู้ร่วมโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data10" Top="436" Width="756" Height="113.4" DataSource="sixteenths">
|
||||
<TableObject Name="Table1" Left="18.9" Top="85.05" Width="718.2" Height="28.35">
|
||||
<TableColumn Name="Column1" Width="151.2"/>
|
||||
<TableColumn Name="Column2" Width="132.3"/>
|
||||
<TableColumn Name="Column3" Width="141.75"/>
|
||||
@@ -503,8 +504,10 @@
|
||||
<TableCell Name="Cell5" Border.Lines="All" Text="วังไกลกังวล" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TextObject Name="Text137" Width="756" Height="28.35" Text="[project_principle_rationale.sixteenths.activity_table]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data11" Top="507.34" Width="756" Height="28.35" DataSource="sixteenths2">
|
||||
<TextObject Name="Text137" Width="756" Height="28.35" Text="กิจกรรมที่ 1 [project_principle_rationale.sixteenths.activity_table]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text335" Top="28.35" Width="1247.4" Height="28.35" Text="หน่วยนับ [project_principle_rationale.sixteenths.unit]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text336" Top="56.7" Width="1247.4" Height="28.35" Text="ผลรวมทั้งหมด [project_principle_rationale.count_activity]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data11" Top="554.59" Width="756" Height="28.35" DataSource="sixteenths2">
|
||||
<TableObject Name="Table2" Left="18.9" Width="718.2" Height="28.35">
|
||||
<TableColumn Name="Column6" Width="151.2"/>
|
||||
<TableColumn Name="Column7" Width="132.3"/>
|
||||
@@ -519,7 +522,7 @@
|
||||
<TableCell Name="Cell10" Border.Lines="All" Text="[project_principle_rationale.sixteenths.sixteenths2.klai_kangwon]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataFooterBand Name="DataFooter1" Top="540.89" Width="756" Height="66.15">
|
||||
<DataFooterBand Name="DataFooter1" Top="588.14" Width="756" Height="66.15">
|
||||
<TableObject Name="Table34" Left="18.9" Width="718.2" Height="28.35">
|
||||
<TableColumn Name="Column188" Width="151.2"/>
|
||||
<TableColumn Name="Column189" Width="132.3"/>
|
||||
@@ -542,14 +545,14 @@
|
||||
</ReportPage>
|
||||
<ReportPage Name="Page3" PaperWidth="220" PaperHeight="450" Watermark.Font="Arial, 60pt">
|
||||
<DataBand Name="Data48" Width="756" Height="85.05">
|
||||
<TextObject Name="Text122" Top="56.7" Width="756" Height="28.35" Text="19. งบประมาณ [project_principle_rationale.nineteenth.budget_total_amount] บาท" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text122" Top="56.7" Width="756" Height="28.35" Text="19. งบประมาณทั้งหมด [FormatNumber([project_principle_rationale.nineteenth.budget_total_amount],2)] บาท" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text242" Width="756" Height="28.35" Text="แบบฟอร์มการเขียนโครงการอนุรักษ์พันธุกรรมพืชอันเนื่องมาจากพระราชดำริฯ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
||||
<TextObject Name="Text243" Top="28.35" Width="756" Height="28.35" Text="สมเด็จพระเทพรัตนราชสุดาฯ สยามบรมราชกุมารี" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data34" Top="90.24" Width="756" DataSource="nineteenth">
|
||||
<DataBand Name="Data67" Top="95.44" Width="756" Height="47.25" DataSource="nineteenth_data_header">
|
||||
<TextObject Name="Text124" Top="28.35" Width="330.75" Height="18.9" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.text4]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text125" Left="387.45" Top="28.35" Width="340.2" Height="18.9" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text124" Top="28.35" Width="330.75" Height="18.9" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.text4]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text125" Left="387.45" Top="28.35" Width="321.3" Height="18.9" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text145" Width="756" Height="28.35" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.activity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data36" Top="257.03" Width="756" Height="28.35" DataSource="nineteenths_compensation">
|
||||
<TableObject Name="Table28" Left="28.35" Width="680.4" Height="28.35">
|
||||
@@ -567,7 +570,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader1" Top="147.88" Width="756" Height="103.95">
|
||||
<TextObject Name="Text146" Left="28.35" Width="708.75" Height="28.35" Text="ค่าตอบแทน [project_principle_rationale.nineteenth.total_compensation] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text146" Left="28.35" Width="708.75" Height="28.35" Text="ค่าตอบแทน [FormatNumber([project_principle_rationale.nineteenth.total_compensation],2)] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text147" Left="378" Width="330.75" Height="28.35" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table3" Left="28.35" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column11" Width="226.8"/>
|
||||
@@ -637,7 +640,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader3" Top="324.12" Width="756" Height="103.95">
|
||||
<TextObject Name="Text128" Left="28.35" Width="708.75" Height="28.35" Text="ค่าใช้สอย [project_principle_rationale.nineteenth.total_expenses] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text128" Left="28.35" Width="708.75" Height="28.35" Text="ค่าใช้สอย [FormatNumber([project_principle_rationale.nineteenth.total_expenses],2)] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table6" Left="28.35" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column22" Width="226.8"/>
|
||||
<TableColumn Name="Column23" Width="311.85"/>
|
||||
@@ -698,7 +701,7 @@
|
||||
<TableColumn Name="Column136" Width="103.95"/>
|
||||
<TableColumn Name="Column137" Width="141.75"/>
|
||||
<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_name3]" VertAlign="Center" Font="TH SarabunPSK, 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="Cell185" 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 SarabunPSK, 14pt"/>
|
||||
@@ -727,19 +730,19 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data40" Top="586.34" Width="756" Height="28.35" DataSource="nineteenths_expenses2">
|
||||
<TableObject Name="Table11" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column39" Width="226.8"/>
|
||||
<TableColumn Name="Column40" Width="103.95"/>
|
||||
<TableColumn Name="Column41" Width="103.95"/>
|
||||
<TableColumn Name="Column42" Width="103.95"/>
|
||||
<TableColumn Name="Column43" Width="141.75"/>
|
||||
<TableRow Name="Row21" Height="28.35">
|
||||
<TableCell Name="Cell89" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell90" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell91" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell92" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell93" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data40" Top="586.34" Width="756" Height="28.35" DataSource="nineteenths_expenses3">
|
||||
<TableObject Name="Table48" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column220" Width="226.8"/>
|
||||
<TableColumn Name="Column221" Width="103.95"/>
|
||||
<TableColumn Name="Column222" Width="103.95"/>
|
||||
<TableColumn Name="Column223" Width="103.95"/>
|
||||
<TableColumn Name="Column224" Width="141.75"/>
|
||||
<TableRow Name="Row58" Height="28.35">
|
||||
<TableCell Name="Cell270" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell271" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell272" 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="Cell273" 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="Cell274" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
@@ -752,7 +755,7 @@
|
||||
<TableColumn Name="Column141" Width="103.95"/>
|
||||
<TableColumn Name="Column142" Width="141.75"/>
|
||||
<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_name4]" VertAlign="Center" Font="TH SarabunPSK, 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="Cell190" 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 SarabunPSK, 14pt"/>
|
||||
@@ -781,7 +784,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data46" Top="705.88" Width="756" Height="28.35" DataSource="nineteenths_expenses3">
|
||||
<DataBand Name="Data46" Top="705.88" Width="756" Height="28.35" DataSource="nineteenths_expenses4">
|
||||
<TableObject Name="Table14" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column50" Width="226.8"/>
|
||||
<TableColumn Name="Column51" Width="103.95"/>
|
||||
@@ -789,11 +792,11 @@
|
||||
<TableColumn Name="Column53" Width="103.95"/>
|
||||
<TableColumn Name="Column54" Width="141.75"/>
|
||||
<TableRow Name="Row24" Height="28.35">
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
@@ -806,7 +809,7 @@
|
||||
<TableColumn Name="Column211" Width="103.95"/>
|
||||
<TableColumn Name="Column212" Width="141.75"/>
|
||||
<TableRow Name="Row56" Height="28.35">
|
||||
<TableCell Name="Cell258" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name4]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Underline" ColSpan="4"/>
|
||||
<TableCell Name="Cell258" 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="Cell259" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell260" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell261" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -835,19 +838,19 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data60" Top="825.41" Width="756" Height="30.23" DataSource="nineteenths_expenses4">
|
||||
<TableObject Name="Table47" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column215" Width="226.8"/>
|
||||
<TableColumn Name="Column216" Width="103.95"/>
|
||||
<TableColumn Name="Column217" Width="103.95"/>
|
||||
<TableColumn Name="Column218" Width="103.95"/>
|
||||
<TableColumn Name="Column219" Width="141.75"/>
|
||||
<TableRow Name="Row57" Height="28.35">
|
||||
<TableCell Name="Cell265" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell266" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell267" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell268" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell269" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data60" Top="825.41" Width="756" Height="30.23" DataSource="nineteenths_expenses2">
|
||||
<TableObject Name="Table49" Left="28.35" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column225" Width="226.8"/>
|
||||
<TableColumn Name="Column226" Width="103.95"/>
|
||||
<TableColumn Name="Column227" Width="103.95"/>
|
||||
<TableColumn Name="Column228" Width="103.95"/>
|
||||
<TableColumn Name="Column229" Width="141.75"/>
|
||||
<TableRow Name="Row59" Height="28.35">
|
||||
<TableCell Name="Cell275" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell276" 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="Cell277" 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="Cell278" 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="Cell279" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
@@ -868,7 +871,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader6" Top="860.84" Width="756" Height="75.6">
|
||||
<TextObject Name="Text133" Left="28.35" Width="708.75" Height="28.35" Text="ค่าวัสดุ [project_principle_rationale.nineteenth.total_material] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text133" Left="28.35" Width="708.75" Height="28.35" Text="ค่าวัสดุ / อุปกรณ์ [FormatNumber([project_principle_rationale.nineteenth.total_material],2)] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table15" Left="28.35" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column55" Width="198.45"/>
|
||||
<TableColumn Name="Column56" Width="236.25"/>
|
||||
@@ -946,7 +949,7 @@
|
||||
<TableColumn Name="Column77" Width="37.8"/>
|
||||
<TableRow Name="Row27" Height="47.25">
|
||||
<TableCell Name="Cell115" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold">
|
||||
<TextObject Name="Text154" Width="302.4" Height="28.35" Text="รายการกิจกรรม" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text154" Width="302.4" Height="47.25" Text="รายการกิจกรรม" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text155" Top="18.9" Width="198.45" Height="28.35" Text="แผนการดำเนินงาน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell116" Border.Lines="All" Text="ต.ค." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
@@ -982,19 +985,19 @@
|
||||
<TableColumn Name="Column172" Width="37.8"/>
|
||||
<TableColumn Name="Column173" Width="37.8"/>
|
||||
<TableRow Name="Row45" Height="37.8">
|
||||
<TableCell Name="Cell211" Border.Lines="All" Text="[project_principle_rationale.twentieth.action_plan]" AutoShrink="FontSize" AutoShrinkMinSize="9" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell212" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_1]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell213" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_2]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell214" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_3]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell215" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_4]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell216" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_5]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell217" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_6]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell218" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_7]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell219" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_8]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell220" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_9]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell221" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_10]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell222" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_11]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell223" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_12]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell211" Border.Lines="All" Text="[project_principle_rationale.twentieth.action_plan]" AutoShrink="FontSize" AutoShrinkMinSize="9" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell212" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_1]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell213" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_2]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell214" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_3]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell215" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_4]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell216" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_5]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell217" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_6]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell218" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_7]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell219" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_8]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell220" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_9]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell221" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_10]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell222" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_11]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell223" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_12]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
@@ -1005,7 +1008,7 @@
|
||||
<DataBand Name="Data23" Top="280.18" Width="756" Height="66.15" DataSource="twenty_one">
|
||||
<TextObject Name="Text211" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.activity]" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text337" Top="28.35" Width="756" Height="37.8" Text="[project_principle_rationale.twenty_one.remark]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data5" Top="351.53" Width="756" Height="718.2" DataSource="twenty_ones">
|
||||
<DataBand Name="Data5" Top="351.53" Width="756" Height="774.9" DataSource="twenty_ones">
|
||||
<TextObject Name="Text42" Left="37.8" Top="28.35" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text1] [project_principle_rationale.twenty_one.twenty_ones.text11] [project_principle_rationale.twenty_one.twenty_ones.count_unit] [project_principle_rationale.twenty_one.twenty_ones.nuai_nap]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text43" Left="37.8" Top="113.4" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text3] [project_principle_rationale.twenty_one.twenty_ones.count_training] [project_principle_rationale.twenty_one.twenty_ones.rueang]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text46" Left="37.8" Top="141.75" Width="718.2" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text4] [project_principle_rationale.twenty_one.twenty_ones.count_knowledge] [project_principle_rationale.twenty_one.twenty_ones.khrang3]" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -1024,23 +1027,24 @@
|
||||
<TextObject Name="Text341" Left="37.8" Top="349.65" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text342" Left="37.8" Top="396.9" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text343" Left="37.8" Top="557.55" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text344" Left="37.8" Top="595.35" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text76" Top="642.6" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<TextObject Name="Text344" Left="37.8" Top="604.8" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text76" Top="652.05" Width="756" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
<GeneralFormat/>
|
||||
<GeneralFormat/>
|
||||
</Formats>
|
||||
</TextObject>
|
||||
<TextObject Name="Text345" Left="37.8" Top="670.95" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text345" Left="37.8" Top="680.4" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text347" Left="37.8" Top="727.65" Width="718.2" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data24" Top="1074.92" Width="756" Height="28.35">
|
||||
<DataBand Name="Data24" Top="1131.62" Width="756" Height="28.35">
|
||||
<TextObject Name="Text231" Width="756" Height="28.35" Text="25.ประเภทของผลผลิตโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data25" Top="1108.47" Width="756" Height="56.7" DataSource="seventeenth_thai">
|
||||
<DataBand Name="Data25" Top="1165.17" Width="756" Height="75.6" DataSource="seventeenth_thai">
|
||||
<TextObject Name="Text232" Width="756" Height="28.35" Text="- [project_principle_rationale.seventeenth_thai.type_project]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text346" Left="37.8" Top="9.45" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text346" Left="37.8" Top="28.35" Width="1200.15" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</ReportPage>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/16/2023 14:41:41" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/16/2023 17:37:42" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Dictionary>
|
||||
<BusinessObjectDataSource Name="project_principle_rationale" ReferenceName="project_principle_rationale" DataType="null" Enabled="true">
|
||||
<Column Name="faculty" DataType="System.String"/>
|
||||
@@ -199,8 +199,7 @@
|
||||
</BusinessObjectDataSource>
|
||||
<BusinessObjectDataSource Name="twenty_one" DataType="null" Enabled="true">
|
||||
<Column Name="activity" DataType="System.String"/>
|
||||
<Column Name="remark" DataType="System.String"/>
|
||||
|
||||
<Column Name="remark" DataType="System.String"/>
|
||||
<BusinessObjectDataSource Name="twenty_ones" DataType="null" Enabled="true">
|
||||
<Column Name="nuai_nap" DataType="System.String"/>
|
||||
<Column Name="khrang1" DataType="System.String"/>
|
||||
@@ -236,6 +235,7 @@
|
||||
<Column Name="percentage1" DataType="System.String"/>
|
||||
<Column Name="percentage2" DataType="System.String"/>
|
||||
<Column Name="acquired_knowledge" DataType="System.String"/>
|
||||
<Column Name="detail" DataType="System.String"/>
|
||||
<Column Name="clause4" DataType="System.String"/>
|
||||
<Column Name="expenses" DataType="System.Decimal"/>
|
||||
<Column Name="target_1" DataType="System.String"/>
|
||||
@@ -344,8 +344,8 @@
|
||||
<DataBand Name="Data42" Top="1117.92" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text83" Width="774.9" Height="28.35" Text="8. ความสอดคล้องกับยุทธศาสตร์การพัฒนามหาวิทยาลัย" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data43" Top="1151.46" Width="774.9" Height="94.5" DataSource="eighth">
|
||||
<TextObject Name="Text84" Left="47.25" Width="803.25" Height="47.25" Text="[project_principle_rationale.eighth.strategic_issues]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text139" Left="47.25" Top="47.25" Width="1077.3" Height="47.25" Text="[project_principle_rationale.eighth.measure]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="11" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text84" Left="47.25" Width="803.25" Height="47.25" Text="ประเด็นยุทธศาสตร์ที่ [project_principle_rationale.eighth.strategic_issues]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text139" Left="47.25" Top="47.25" Width="1077.3" Height="47.25" Text="กลยุทธ์ [project_principle_rationale.eighth.measure]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="11" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data6" Top="1251.16" Width="774.9" Height="28.35">
|
||||
@@ -492,10 +492,10 @@
|
||||
<TextObject Name="Text143" Width="774.9" Height="28.35" Text="[project_principle_rationale.eighteenth.activity]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data33" Top="2541" Width="774.9" Height="85.05" DataSource="eighteenths">
|
||||
<TextObject Name="Text118" Left="47.25" Top="28.35" Width="132.3" Height="28.35" Text="วันที่เริ่มจัดทำโครงการ" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text119" Left="179.55" Top="28.35" Width="217.35" Height="28.35" Text="[project_principle_rationale.eighteenth.eighteenths.start_date]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text119" Left="179.55" Top="28.35" Width="491.4" Height="28.35" Text="[project_principle_rationale.eighteenth.eighteenths.start_date]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text120" Left="47.25" Top="56.7" Width="132.3" Height="28.35" Text="วันที่เสร็จสิ้นโครงการ" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text121" Left="179.55" Top="56.7" Width="217.35" Height="28.35" Text="[project_principle_rationale.eighteenth.eighteenths.end_date]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text144" Left="47.25" Width="349.65" Height="28.35" Text="[project_principle_rationale.eighteenth.eighteenths.the_time][project_principle_rationale.eighteenth.eighteenths.count_day]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text121" Left="179.55" Top="56.7" Width="491.4" Height="28.35" Text="[project_principle_rationale.eighteenth.eighteenths.end_date]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text144" Left="47.25" Width="623.7" Height="28.35" Text="[project_principle_rationale.eighteenth.eighteenths.the_time][project_principle_rationale.eighteenth.eighteenths.count_day]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
@@ -512,13 +512,13 @@
|
||||
<TextObject Name="Text195" Left="396.9" Top="56.7" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth1.total_material]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data34" Top="2755.04" Width="774.9" DataSource="nineteenth">
|
||||
<DataBand Name="Data67" Top="2760.23" Width="774.9" Height="37.8" DataSource="nineteenth_data_header">
|
||||
<TextObject Name="Text124" Top="18.9" Width="330.75" Height="18.9" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.text4]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text125" Left="396.9" Top="18.9" Width="330.75" Height="18.9" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data67" Top="2760.23" Width="774.9" Height="56.7" DataSource="nineteenth_data_header">
|
||||
<TextObject Name="Text124" Top="28.35" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.text4]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text125" Left="396.9" Top="28.35" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text145" Width="774.9" Height="28.35" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.activity]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data36" Top="2884.02" Width="774.9" Height="28.35" DataSource="nineteenths_compensation">
|
||||
<DataBand Name="Data36" Top="2902.92" Width="774.9" Height="28.35" DataSource="nineteenths_compensation">
|
||||
<TextObject Name="Text126" Left="47.25" Width="680.4" Height="28.35" Border.Lines="Left, Right, Top" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.header_name]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataHeaderBand Name="DataHeader1" Top="2803.23" Width="774.9" Height="75.6">
|
||||
<DataHeaderBand Name="DataHeader1" Top="2822.13" Width="774.9" Height="75.6">
|
||||
<TextObject Name="Text146" Left="47.25" Width="330.75" Height="28.35" Text="ค่าตอบแทน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text147" Left="396.9" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth.compensation]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table3" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
@@ -528,7 +528,7 @@
|
||||
<TableRow Name="Row13" Height="47.25">
|
||||
<TableCell Name="Cell61" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell62" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell63" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table4" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
||||
@@ -536,13 +536,13 @@
|
||||
<TableColumn Name="Column15" Width="103.95"/>
|
||||
<TableColumn Name="Column16" Width="103.95"/>
|
||||
<TableRow Name="Row14" Height="28.35">
|
||||
<TableCell Name="Cell64" Border.Lines="All" Text="(ชม)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell65" Border.Lines="All" Text="(บาท)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell64" Border.Lines="All" Text="จำนวนชั่วโมง" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell65" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell66" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data37" Top="2917.57" Width="774.9" Height="27.23" DataSource="nineteenths2_compensation">
|
||||
<DataBand Name="Data37" Top="2936.47" Width="774.9" Height="27.23" DataSource="nineteenths2_compensation">
|
||||
<TableObject Name="Table5" Left="47.25" Top="-1.12" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column17" Width="226.8"/>
|
||||
<TableColumn Name="Column18" Width="103.95"/>
|
||||
@@ -557,14 +557,14 @@
|
||||
<TableCell Name="Cell71" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataFooterBand Name="DataFooter1" Top="2949.99" Width="774.9" Height="28.35">
|
||||
<DataFooterBand Name="DataFooter1" Top="2968.89" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text127" Left="47.25" Width="727.65" Height="28.35" Text="**หมายเหตุ : การบรรยายสามารถใช้วิทยากรได้เพียง 1 คนเท่านั้น" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</DataFooterBand>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data68" Top="3064.33" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<DataBand Name="Data68" Top="3083.23" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text148" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name1]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader3" Top="2983.54" Width="774.9" Height="75.6">
|
||||
<DataHeaderBand Name="DataHeader3" Top="3002.44" Width="774.9" Height="75.6">
|
||||
<TextObject Name="Text128" Left="47.25" Width="330.75" Height="28.35" Text="ค่าใช้สอย" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text129" Left="396.9" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth.expenses]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table6" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
@@ -574,7 +574,7 @@
|
||||
<TableRow Name="Row16" Height="47.25">
|
||||
<TableCell Name="Cell72" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell73" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell74" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table7" Left="274.05" Top="47.25" Width="311.85" Height="28.35">
|
||||
@@ -588,7 +588,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data38" Top="3097.88" Width="774.9" Height="28.35" DataSource="nineteenths_expenses1">
|
||||
<DataBand Name="Data38" Top="3116.78" Width="774.9" Height="28.35" DataSource="nineteenths_expenses1">
|
||||
<TableObject Name="Table8" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column28" Width="226.8"/>
|
||||
<TableColumn Name="Column29" Width="103.95"/>
|
||||
@@ -605,9 +605,9 @@
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data39" Top="3183.87" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text150" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name2]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader4" Top="3131.42" Width="774.9" Height="47.25">
|
||||
<DataBand Name="Data39" Top="3202.77" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text150" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name3]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader4" Top="3150.32" Width="774.9" Height="47.25">
|
||||
<TableObject Name="Table9" Left="47.25" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column33" Width="226.8"/>
|
||||
<TableColumn Name="Column34" Width="311.85"/>
|
||||
@@ -615,7 +615,7 @@
|
||||
<TableRow Name="Row19" Height="47.25">
|
||||
<TableCell Name="Cell83" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell84" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell85" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell85" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table10" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||
@@ -623,32 +623,32 @@
|
||||
<TableColumn Name="Column37" Width="103.95"/>
|
||||
<TableColumn Name="Column38" Width="103.95"/>
|
||||
<TableRow Name="Row20" Height="28.35">
|
||||
<TableCell Name="Cell86" Border.Lines="All" Text="บาท/คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell87" Border.Lines="All" Text="วัน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell88" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell86" Border.Lines="All" Text="จำนวนวัน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell87" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell88" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data40" Top="3217.41" Width="774.9" Height="28.35" DataSource="nineteenths_expenses2">
|
||||
<TableObject Name="Table11" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column39" Width="226.8"/>
|
||||
<TableColumn Name="Column40" Width="103.95"/>
|
||||
<TableColumn Name="Column41" Width="103.95"/>
|
||||
<TableColumn Name="Column42" Width="103.95"/>
|
||||
<TableColumn Name="Column43" Width="141.75"/>
|
||||
<TableRow Name="Row21" Height="28.35">
|
||||
<TableCell Name="Cell89" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell90" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell91" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell92" 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="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"/>
|
||||
<DataBand Name="Data40" Top="3236.31" Width="774.9" Height="28.35" DataSource="nineteenths_expenses3">
|
||||
<TableObject Name="Table47" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column220" Width="226.8"/>
|
||||
<TableColumn Name="Column221" Width="103.95"/>
|
||||
<TableColumn Name="Column222" Width="103.95"/>
|
||||
<TableColumn Name="Column223" Width="103.95"/>
|
||||
<TableColumn Name="Column219" Width="141.75"/>
|
||||
<TableRow Name="Row57" Height="28.35">
|
||||
<TableCell Name="Cell270" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell271" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell272" 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="Cell273" 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="Cell269" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data41" Top="3303.4" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text151" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name3]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader5" Top="3250.96" Width="774.9" Height="47.25">
|
||||
<DataBand Name="Data41" Top="3322.3" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text151" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name4]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader5" Top="3269.86" Width="774.9" Height="47.25">
|
||||
<TableObject Name="Table12" Left="47.25" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column44" Width="226.8"/>
|
||||
<TableColumn Name="Column45" Width="311.85"/>
|
||||
@@ -656,7 +656,7 @@
|
||||
<TableRow Name="Row22" Height="47.25">
|
||||
<TableCell Name="Cell94" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell95" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell96" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table13" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||
@@ -664,13 +664,13 @@
|
||||
<TableColumn Name="Column48" Width="103.95"/>
|
||||
<TableColumn Name="Column49" Width="103.95"/>
|
||||
<TableRow Name="Row23" Height="28.35">
|
||||
<TableCell Name="Cell97" Border.Lines="All" Text="(บาท)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Text="(มื้อ)" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell99" Border.Lines="All" Text="คน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell97" Border.Lines="All" Text="จำนวนมื้อ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell98" Border.Lines="All" Text="จำนวนเงิน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell99" Border.Lines="All" Text="จำนวนคน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data46" Top="3336.95" Width="774.9" Height="28.35" DataSource="nineteenths_expenses3">
|
||||
<DataBand Name="Data46" Top="3355.85" Width="774.9" Height="28.35" DataSource="nineteenths_expenses4">
|
||||
<TableObject Name="Table14" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column50" Width="226.8"/>
|
||||
<TableColumn Name="Column51" Width="103.95"/>
|
||||
@@ -678,18 +678,18 @@
|
||||
<TableColumn Name="Column53" Width="103.95"/>
|
||||
<TableColumn Name="Column54" Width="141.75"/>
|
||||
<TableRow Name="Row24" Height="28.35">
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data54" Top="3422.94" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text212" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name4]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader7" Top="3370.49" Width="774.9" Height="47.25">
|
||||
<DataBand Name="Data54" Top="3441.84" Width="774.9" Height="28.35" DataSource="nineteenths_expenses">
|
||||
<TextObject Name="Text212" Left="47.25" Width="680.4" Height="28.35" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name2]" Font="TH SarabunPSK, 14pt, style=Bold, Underline"/>
|
||||
<DataHeaderBand Name="DataHeader7" Top="3389.39" Width="774.9" Height="47.25">
|
||||
<TableObject Name="Table24" Left="47.25" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column130" Width="226.8"/>
|
||||
<TableColumn Name="Column131" Width="311.85"/>
|
||||
@@ -697,7 +697,7 @@
|
||||
<TableRow Name="Row34" Height="47.25">
|
||||
<TableCell Name="Cell180" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell181" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell182" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell182" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<TableObject Name="Table25" Left="274.05" Top="18.9" Width="311.85" Height="28.35">
|
||||
@@ -711,53 +711,53 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data55" Top="3456.48" Width="774.9" Height="28.35" DataSource="nineteenths_expenses4">
|
||||
<TableObject Name="Table26" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column136" Width="226.8"/>
|
||||
<TableColumn Name="Column137" Width="103.95"/>
|
||||
<TableColumn Name="Column138" Width="103.95"/>
|
||||
<TableColumn Name="Column139" Width="103.95"/>
|
||||
<TableColumn Name="Column140" Width="141.75"/>
|
||||
<TableRow Name="Row36" Height="28.35">
|
||||
<TableCell Name="Cell186" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell187" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell188" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell189" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell190" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data55" Top="3475.38" Width="774.9" Height="28.35" DataSource="nineteenths_expenses2">
|
||||
<TableObject Name="Table48" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column225" Width="226.8"/>
|
||||
<TableColumn Name="Column226" Width="103.95"/>
|
||||
<TableColumn Name="Column227" Width="103.95"/>
|
||||
<TableColumn Name="Column228" Width="103.95"/>
|
||||
<TableColumn Name="Column224" Width="141.75"/>
|
||||
<TableRow Name="Row58" Height="28.35">
|
||||
<TableCell Name="Cell275" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell276" 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="Cell277" 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="Cell278" 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="Cell274" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data47" Top="3570.82" Width="774.9" Height="28.35" DataSource="nineteenths_material">
|
||||
<DataBand Name="Data47" Top="3589.72" Width="774.9" Height="28.35" DataSource="nineteenths_material">
|
||||
<TableObject Name="Table16" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column60" Width="198.45"/>
|
||||
<TableColumn Name="Column61" Width="132.3"/>
|
||||
<TableColumn Name="Column61" Width="236.25"/>
|
||||
<TableColumn Name="Column62" Width="75.6"/>
|
||||
<TableColumn Name="Column63" Width="132.3"/>
|
||||
<TableColumn Name="Column63" Width="28.35"/>
|
||||
<TableColumn Name="Column64" Width="141.75"/>
|
||||
<TableRow Name="Row26" Height="28.35">
|
||||
<TableCell Name="Cell110" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell111" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell112" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell113" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit_price]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell111" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.unit_price]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell112" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt" ColSpan="2"/>
|
||||
<TableCell Name="Cell113" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell114" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_material.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader6" Top="3490.03" Width="774.9" Height="75.6">
|
||||
<DataHeaderBand Name="DataHeader6" Top="3508.93" Width="774.9" Height="75.6">
|
||||
<TextObject Name="Text133" Left="47.25" Width="444.15" Height="28.35" Text="ค่าวัสดุ / อุปกรณ์ (แสดงรายละเอียดการคำนวณให้ละเอียดชัดเจน)" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text134" Left="500.85" Width="226.8" Height="28.35" Text="[project_principle_rationale.nineteenth.material]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table15" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column55" Width="198.45"/>
|
||||
<TableColumn Name="Column56" Width="132.3"/>
|
||||
<TableColumn Name="Column56" Width="236.25"/>
|
||||
<TableColumn Name="Column57" Width="75.6"/>
|
||||
<TableColumn Name="Column58" Width="132.3"/>
|
||||
<TableColumn Name="Column58" Width="28.35"/>
|
||||
<TableColumn Name="Column59" Width="141.75"/>
|
||||
<TableRow Name="Row25" Height="47.25">
|
||||
<TableCell Name="Cell105" Border.Lines="All" Fill.Color="255, 255, 202" Text="รายการ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell106" Border.Lines="All" Fill.Color="255, 255, 202" Text="หน่วยนับ" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell107" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell108" Border.Lines="All" Fill.Color="255, 255, 202" Text="ราคาต่อหน่วย บาท" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell109" Border.Lines="All" Fill.Color="255, 255, 202" Text="เป็นเงินทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell106" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวนเงินต่อหน่วย" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell107" Border.Lines="All" Fill.Color="255, 255, 202" Text="จำนวน" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold" ColSpan="2"/>
|
||||
<TableCell Name="Cell108" Border.Lines="All" Fill.Color="255, 255, 202" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell109" Border.Lines="All" Fill.Color="255, 255, 202" Text="รวมทั้งสิ้น" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
@@ -840,42 +840,36 @@
|
||||
<DataBand Name="Data51" Top="147.88" Width="774.9" Height="28.35" DataSource="twenty_one">
|
||||
<TextObject Name="Text5" Width="774.9" Height="28.35" Text="21. ตัวชี้วัดเป้าหมายผลผลิต (เปลี่ยนแปลงไปตามประเภทโครงการในแต่ละผลผลิต)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data52" Top="181.43" Width="774.9" Height="66.15" DataSource="twenty_one">
|
||||
<DataBand Name="Data52" Top="181.43" Width="774.9" Height="28.35" DataSource="twenty_one">
|
||||
<TextObject Name="Text211" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.activity]" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text337" Top="28.35" Width="774.9" Height="37.8" Text="[project_principle_rationale.twenty_one.remark]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data53" Top="252.77" Width="774.9" Height="708.75" DataSource="twenty_ones">
|
||||
<DataBand Name="Data53" Top="214.97" Width="774.9" Height="453.6" DataSource="twenty_ones">
|
||||
<TextObject Name="Text346" Left="37.8" Top="28.35" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text1] [project_principle_rationale.twenty_one.twenty_ones.text11] [project_principle_rationale.twenty_one.twenty_ones.count_unit] [project_principle_rationale.twenty_one.twenty_ones.nuai_nap]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text347" Left="37.8" Top="113.4" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text3] [project_principle_rationale.twenty_one.twenty_ones.count_training] [project_principle_rationale.twenty_one.twenty_ones.rueang]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text348" Left="37.8" Top="141.75" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text4] [project_principle_rationale.twenty_one.twenty_ones.count_knowledge] [project_principle_rationale.twenty_one.twenty_ones.khrang3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text349" Top="264.6" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text350" Left="37.8" Top="292.95" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text5] [project_principle_rationale.twenty_one.twenty_ones.project_start_date] [project_principle_rationale.twenty_one.twenty_ones.range][project_principle_rationale.twenty_one.twenty_ones.project_end_date]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text351" Left="37.8" Top="321.3" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text6] [project_principle_rationale.twenty_one.twenty_ones.percentage_finish]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text352" Top="444.15" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text353" Left="37.8" Top="472.5" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text7] [project_principle_rationale.twenty_one.twenty_ones.percentage1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text63" Left="37.8" Top="500.85" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text8] [project_principle_rationale.twenty_one.twenty_ones.percentage2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text354" Left="37.8" Top="529.2" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text9]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text349" Top="170.1" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text350" Left="37.8" Top="198.45" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text5] [project_principle_rationale.twenty_one.twenty_ones.project_start_date] [project_principle_rationale.twenty_one.twenty_ones.range][project_principle_rationale.twenty_one.twenty_ones.project_end_date]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text351" Left="37.8" Top="226.8" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text6] [project_principle_rationale.twenty_one.twenty_ones.percentage_finish]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text352" Top="255.15" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text353" Left="37.8" Top="283.5" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text7] [project_principle_rationale.twenty_one.twenty_ones.percentage1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text63" Left="37.8" Top="311.85" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text8] [project_principle_rationale.twenty_one.twenty_ones.percentage2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text354" Left="37.8" Top="340.2" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text9]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text355" Left="37.8" Top="85.05" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text2] [project_principle_rationale.twenty_one.twenty_ones.count_project] [project_principle_rationale.twenty_one.twenty_ones.khrang2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text356" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause1] [project_principle_rationale.twenty_one.twenty_ones.count_quantitative] [project_principle_rationale.twenty_one.twenty_ones.khrang1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text338" Left="37.8" Top="56.7" Width="737.1" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text12] [project_principle_rationale.twenty_one.twenty_ones.budget_unit_name_th]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text339" Left="37.8" Top="170.1" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text340" Left="37.8" Top="217.35" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_1]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text341" Left="37.8" Top="349.65" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text342" Left="37.8" Top="396.9" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_2]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text343" Left="37.8" Top="557.55" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text344" Left="37.8" Top="595.35" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.results_3]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text357" Top="642.6" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<TextObject Name="Text357" Top="425.25" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.clause4] [FormatNumber([project_principle_rationale.twenty_one.twenty_ones.expenses],2)] [project_principle_rationale.twenty_one.twenty_ones.bath]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
<GeneralFormat/>
|
||||
<GeneralFormat/>
|
||||
</Formats>
|
||||
</TextObject>
|
||||
<TextObject Name="Text345" Left="37.8" Top="661.5" Width="737.1" Height="47.25" Text="[project_principle_rationale.twenty_one.twenty_ones.target_4]" Font="TH SarabunPSK, 14pt"/>
|
||||
<TextObject Name="Text17" Left="75.6" Top="396.9" Width="699.3" Height="28.35" Text="[project_principle_rationale.twenty_one.twenty_ones.text10] [project_principle_rationale.twenty_one.twenty_ones.detail]" AutoWidth="true" AutoShrink="FontSize" AutoShrinkMinSize="12" Font="TH Sarabun New, 14pt"/>
|
||||
<TextObject Name="Text16" Left="75.6" Top="368.55" Width="699.3" Height="28.35" Text="บูรณาการด้าน [project_principle_rationale.twenty_one.twenty_ones.acquired_knowledge]" Font="TH Sarabun New, 14pt"/>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data69" Top="966.72" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data69" Top="673.77" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text24" Width="774.9" Height="28.35" Text="22. ผลที่คาดว่าจะได้รับ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data70" Top="1000.26" Width="774.9" Height="28.35" DataSource="twenty_two">
|
||||
<DataBand Name="Data70" Top="707.31" Width="774.9" Height="28.35" DataSource="twenty_two">
|
||||
<TextObject Name="Text25" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_two.list]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
@@ -884,9 +878,9 @@
|
||||
</TextObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data71" Top="1033.81" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data71" Top="740.86" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text26" Width="774.9" Height="28.35" Text="23. การติดตามประเมินผล" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data72" Top="1067.35" Width="774.9" Height="28.35" DataSource="twenty_three">
|
||||
<DataBand Name="Data72" Top="774.4" Width="774.9" Height="28.35" DataSource="twenty_three">
|
||||
<TextObject Name="Text27" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_three.list]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
@@ -895,11 +889,11 @@
|
||||
</TextObject>
|
||||
</DataBand>
|
||||
</DataBand>
|
||||
<DataBand Name="Data73" Top="1100.9" Width="774.9" Height="28.35">
|
||||
<DataBand Name="Data73" Top="807.95" Width="774.9" Height="28.35">
|
||||
<TextObject Name="Text28" Width="774.9" Height="28.35" Text="24. ผู้รับผิดชอบโครงการ" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data74" Top="1134.44" Width="774.9" Height="28.35" DataSource="twenty_four">
|
||||
<DataBand Name="Data74" Top="841.49" Width="774.9" Height="28.35" DataSource="twenty_four">
|
||||
<TextObject Name="Text210" Width="774.9" Height="28.35" Text="[project_principle_rationale.twenty_four.activity]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data61" Top="1167.99" Width="774.9" Height="141.75" DataSource="twenty_fours">
|
||||
<DataBand Name="Data61" Top="875.04" Width="774.9" Height="141.75" DataSource="twenty_fours">
|
||||
<TextObject Name="Text32" Left="37.8" Top="113.4" Width="737.1" Height="28.35" Text="อีเมล [project_principle_rationale.twenty_four.twenty_fours.email]" Font="TH SarabunPSK, 14pt">
|
||||
<Formats>
|
||||
<NumberFormat/>
|
||||
@@ -949,14 +943,12 @@
|
||||
<TableColumn Name="Column215" Width="132.3"/>
|
||||
<TableColumn Name="Column216" Width="189"/>
|
||||
<TableColumn Name="Column217" Width="434.7"/>
|
||||
<TableColumn Name="Column218" Width="179.55"/>
|
||||
<TableColumn Name="Column214" Width="122.85"/>
|
||||
<TableColumn Name="Column218" Width="302.4"/>
|
||||
<TableRow Name="Row37" Height="47.25">
|
||||
<TableCell Name="Cell265" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.dates]" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell266" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.times]" AutoShrink="FontSize" AutoShrinkMinSize="10" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell267" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.detail]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell268" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.lecturer]" AutoShrink="FontSize" AutoShrinkMinSize="10" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell264" Border.Lines="All" Text="[project_principle_rationale.twenty_fifth.twenty_fifth_data_detail.in_out]" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader2" Top="204.58" Width="1247.4" Height="37.8">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/16/2023 14:56:43" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Report ScriptLanguage="CSharp" ReportInfo.Created="09/14/2021 15:20:39" ReportInfo.Modified="11/16/2023 17:55:41" ReportInfo.CreatorVersion="2021.1.0.0">
|
||||
<Dictionary>
|
||||
<BusinessObjectDataSource Name="project_principle_rationale" ReferenceName="project_principle_rationale" DataType="null" Enabled="true">
|
||||
<Column Name="budget_year_name_th" DataType="System.String"/>
|
||||
@@ -535,13 +535,13 @@
|
||||
</ReportPage>
|
||||
<ReportPage Name="Page3" PaperWidth="350" PaperHeight="450" Watermark.Font="Arial, 60pt">
|
||||
<DataBand Name="Data48" Width="1247.4" Height="75.6">
|
||||
<TextObject Name="Text122" Top="47.25" Width="774.9" Height="28.35" Text="18. งบประมาณ [project_principle_rationale.nineteenth.budget_total_amount] บาท" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text122" Top="47.25" Width="774.9" Height="28.35" Text="18. งบประมาณทั้งหมด [FormatNumber([project_principle_rationale.nineteenth.budget_total_amount],2)] บาท" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text255" Top="18.9" Width="1247.4" Height="28.35" Text="แบบฟอร์มการเขียนโครงการภายใต้ยุทธศาสตร์สำคัญของประเทศ" HorzAlign="Center" Font="TH SarabunPSK, 16pt, style=Bold"/>
|
||||
<TextObject Name="Text256" Left="1124.55" Width="122.85" Height="18.9" Text="แบบ ง.5 - (2)" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</DataBand>
|
||||
<DataBand Name="Data34" Top="80.79" Width="1247.4">
|
||||
<DataBand Name="Data67" Top="85.99" Width="1247.4" Height="56.7" DataSource="nineteenth_data_header">
|
||||
<TextObject Name="Text124" Top="28.35" Width="330.75" Height="28.35" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.text4]" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text124" Top="28.35" Width="330.75" Height="28.35" Text="งบประมาณทั้งหมดของกิจกรรม" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text145" Width="774.9" Height="28.35" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.activity]" AutoShrink="FontSize" AutoShrinkMinSize="10" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text125" Left="387.45" Top="28.35" Width="340.2" Height="28.35" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.budget_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<DataBand Name="Data36" Top="257.03" Width="1247.4" Height="28.35" DataSource="nineteenths_compensation">
|
||||
@@ -560,7 +560,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader1" Top="147.88" Width="1247.4" Height="103.95">
|
||||
<TextObject Name="Text146" Left="47.25" Width="708.75" Height="28.35" Text="ค่าตอบแทน [project_principle_rationale.nineteenth.total_compensation] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text146" Left="47.25" Width="708.75" Height="28.35" Text="ค่าตอบแทน [FormatNumber([project_principle_rationale.nineteenth.total_compensation],2)] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text147" Left="396.9" Width="330.75" Height="28.35" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table3" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column11" Width="226.8"/>
|
||||
@@ -630,7 +630,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader3" Top="323" Width="1247.4" Height="103.95">
|
||||
<TextObject Name="Text128" Left="47.25" Width="708.75" Height="28.35" Text="ค่าใช้สอย [project_principle_rationale.nineteenth.total_expenses] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text128" Left="47.25" Width="708.75" Height="28.35" Text="ค่าใช้สอย [FormatNumber([project_principle_rationale.nineteenth.total_expenses],2)] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table6" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column22" Width="226.8"/>
|
||||
<TableColumn Name="Column23" Width="311.85"/>
|
||||
@@ -691,7 +691,7 @@
|
||||
<TableColumn Name="Column136" Width="103.95"/>
|
||||
<TableColumn Name="Column137" Width="141.75"/>
|
||||
<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_name3]" AutoShrink="FontSize" AutoShrinkMinSize="9" VertAlign="Center" Font="TH SarabunPSK, 12pt, 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="Cell185" 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 SarabunPSK, 14pt"/>
|
||||
@@ -720,19 +720,19 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data40" Top="585.22" Width="1247.4" Height="28.35" DataSource="nineteenths_expenses2">
|
||||
<TableObject Name="Table11" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column39" Width="226.8"/>
|
||||
<TableColumn Name="Column40" Width="103.95"/>
|
||||
<TableColumn Name="Column41" Width="103.95"/>
|
||||
<TableColumn Name="Column42" Width="103.95"/>
|
||||
<TableColumn Name="Column43" Width="141.75"/>
|
||||
<TableRow Name="Row21" Height="28.35">
|
||||
<TableCell Name="Cell89" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell90" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell91" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell92" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_compensation.nineteenths2_compensation.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell93" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data40" Top="585.22" Width="1247.4" Height="28.35" DataSource="nineteenths_expenses3">
|
||||
<TableObject Name="Table47" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column215" Width="226.8"/>
|
||||
<TableColumn Name="Column216" Width="103.95"/>
|
||||
<TableColumn Name="Column217" Width="103.95"/>
|
||||
<TableColumn Name="Column218" Width="103.95"/>
|
||||
<TableColumn Name="Column219" Width="141.75"/>
|
||||
<TableRow Name="Row57" Height="28.35">
|
||||
<TableCell Name="Cell265" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell266" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell267" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell268" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell269" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
@@ -745,7 +745,7 @@
|
||||
<TableColumn Name="Column141" Width="103.95"/>
|
||||
<TableColumn Name="Column142" Width="141.75"/>
|
||||
<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_name4]" VertAlign="Center" Font="TH SarabunPSK, 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="Cell190" 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 SarabunPSK, 14pt"/>
|
||||
@@ -774,7 +774,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data46" Top="704.76" Width="1247.4" Height="28.35" DataSource="nineteenths_expenses3">
|
||||
<DataBand Name="Data46" Top="704.76" Width="1247.4" Height="28.35" DataSource="nineteenths_expenses4">
|
||||
<TableObject Name="Table14" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column50" Width="226.8"/>
|
||||
<TableColumn Name="Column51" Width="103.95"/>
|
||||
@@ -782,11 +782,11 @@
|
||||
<TableColumn Name="Column53" Width="103.95"/>
|
||||
<TableColumn Name="Column54" Width="141.75"/>
|
||||
<TableRow Name="Row24" Height="28.35">
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses3.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell100" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell101" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell102" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell103" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell104" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
@@ -799,7 +799,7 @@
|
||||
<TableColumn Name="Column211" Width="103.95"/>
|
||||
<TableColumn Name="Column212" Width="141.75"/>
|
||||
<TableRow Name="Row56" Height="28.35">
|
||||
<TableCell Name="Cell258" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.header_name4]" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Underline" ColSpan="4"/>
|
||||
<TableCell Name="Cell258" 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="Cell259" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell260" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell261" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
@@ -828,19 +828,19 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataHeaderBand>
|
||||
<DataBand Name="Data43" Top="824.29" Width="1247.4" Height="29.29" DataSource="nineteenths_expenses4">
|
||||
<TableObject Name="Table45" Left="47.25" Top="0.94" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column203" Width="226.8"/>
|
||||
<TableColumn Name="Column204" Width="103.95"/>
|
||||
<TableColumn Name="Column205" Width="103.95"/>
|
||||
<TableColumn Name="Column206" Width="103.95"/>
|
||||
<TableColumn Name="Column207" Width="141.75"/>
|
||||
<TableRow Name="Row55" Height="28.35">
|
||||
<TableCell Name="Cell253" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell254" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.day]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell255" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell256" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.count_person]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="0" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell257" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses4.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<DataBand Name="Data43" Top="824.29" Width="1247.4" Height="29.29" DataSource="nineteenths_expenses2">
|
||||
<TableObject Name="Table48" Left="47.25" Width="680.4" Height="28.35">
|
||||
<TableColumn Name="Column220" Width="226.8"/>
|
||||
<TableColumn Name="Column221" Width="103.95"/>
|
||||
<TableColumn Name="Column222" Width="103.95"/>
|
||||
<TableColumn Name="Column223" Width="103.95"/>
|
||||
<TableColumn Name="Column224" Width="141.75"/>
|
||||
<TableRow Name="Row58" Height="28.35">
|
||||
<TableCell Name="Cell270" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.name]" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell271" 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="Cell272" 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="Cell273" 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="Cell274" Border.Lines="All" Text="[project_principle_rationale.nineteenth.nineteenth_data_header.nineteenths_expenses.nineteenths_expenses2.total_amount]" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
@@ -861,7 +861,7 @@
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
<DataHeaderBand Name="DataHeader6" Top="858.78" Width="1247.4" Height="75.6">
|
||||
<TextObject Name="Text133" Left="47.25" Width="708.75" Height="28.35" Text="ค่าวัสดุ [project_principle_rationale.nineteenth.total_material] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text133" Left="47.25" Width="708.75" Height="28.35" Text="ค่าวัสดุ / อุปกรณ์ [FormatNumber([project_principle_rationale.nineteenth.total_material],2)] บาท (แสดงรายละเอียดให้ละเอียดชัดเจน)" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableObject Name="Table15" Left="47.25" Top="28.35" Width="680.4" Height="47.25">
|
||||
<TableColumn Name="Column55" Width="198.45"/>
|
||||
<TableColumn Name="Column56" Width="236.25"/>
|
||||
@@ -940,8 +940,8 @@
|
||||
<TableColumn Name="Column77" Width="37.8"/>
|
||||
<TableRow Name="Row3" Height="47.25">
|
||||
<TableCell Name="Cell11" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold">
|
||||
<TextObject Name="Text35" Width="302.4" Height="28.35" Text="รายการกิจกรรม" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text36" Top="18.9" Width="198.45" Height="28.35" Text="แผนการดำเนินงาน" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text35" Width="378" Height="47.25" Text="รายการกิจกรรม" HorzAlign="Right" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TextObject Name="Text36" Width="198.45" Height="47.25" Text="แผนการดำเนินงาน" VertAlign="Bottom" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
</TableCell>
|
||||
<TableCell Name="Cell12" Border.Lines="All" Text="ต.ค." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
<TableCell Name="Cell13" Border.Lines="All" Text="พ.ย." HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt, style=Bold"/>
|
||||
@@ -975,19 +975,19 @@
|
||||
<TableColumn Name="Column89" Width="37.8"/>
|
||||
<TableColumn Name="Column90" Width="37.8"/>
|
||||
<TableRow Name="Row4" Height="37.8">
|
||||
<TableCell Name="Cell24" Border.Lines="All" Text="[project_principle_rationale.twentieth.action_plan]" AutoShrink="FontSize" AutoShrinkMinSize="9" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_1]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_2]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_3]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_4]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_5]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_6]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell31" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_7]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_8]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_9]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_10]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_11]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell36" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_12]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 14pt"/>
|
||||
<TableCell Name="Cell24" Border.Lines="All" Text="[project_principle_rationale.twentieth.action_plan]" AutoShrink="FontSize" AutoShrinkMinSize="9" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell25" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_1]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell26" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_2]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell27" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_3]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell28" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_4]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell29" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_5]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell30" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_6]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell31" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_7]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell32" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_8]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell33" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_9]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell34" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_10]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell35" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_11]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
<TableCell Name="Cell36" Border.Lines="All" Text="[project_principle_rationale.twentieth.month_12]" AutoShrink="FontSize" AutoShrinkMinSize="9" HorzAlign="Center" VertAlign="Center" Font="TH SarabunPSK, 12pt"/>
|
||||
</TableRow>
|
||||
</TableObject>
|
||||
</DataBand>
|
||||
|
||||
Reference in New Issue
Block a user