- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
1439 lines
39 KiB
XML
1439 lines
39 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<WorkBook xmlVersion="20151125" releaseVersion="8.0.0">
|
|
<TableDataMap>
|
|
<TableData name="ds1" class="com.fr.data.impl.DBTableData">
|
|
<Parameters>
|
|
<Parameter>
|
|
<Attributes name="course_id"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="execution"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="note"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="plan_type"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="train_target"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="train_time"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="course_name"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="train_number"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="external_lecturer_department"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="external_lecturer_name"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="internal_lecturer_id"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="result"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="entry_years"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="internal_lecturer_name"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="exam_grade"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="course_content"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="train_scope"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="department"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="internal_lecturer_specialist_ornot"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
<Parameter>
|
|
<Attributes name="train_mode"/>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</Parameter>
|
|
</Parameters>
|
|
<Attributes maxMemRowCount="-1"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
<Query>
|
|
<![CDATA[select * from et_statistic_department_training where 1=1
|
|
${if(len(department) == 0,"","and department = '" + department + "'")}
|
|
${if(len(course_id) == 0,"","and course_id = '" + course_id + "'")}
|
|
${if(len(train_target) == 0,"","and train_target = '" + train_target + "'")}
|
|
${if(len(entry_years) == 0,"","and entry_years = '" + entry_years + "'")}
|
|
${if(len(course_name) == 0,"","and course_name = '" + course_name + "'")}
|
|
${if(len(course_content) == 0,"","and course_content = '" + course_content + "'")}
|
|
${if(len(internal_lecturer_name) == 0,"","and internal_lecturer_name = '" + internal_lecturer_name + "'")}
|
|
${if(len(internal_lecturer_id) == 0,"","and internal_lecturer_id = '" + internal_lecturer_id + "'")}
|
|
${if(len(internal_lecturer_specialist_ornot) == 0,"","and internal_lecturer_specialist_ornot = '" + internal_lecturer_specialist_ornot + "'")}
|
|
${if(len(external_lecturer_name) == 0,"","and external_lecturer_name = '" + external_lecturer_name + "'")}
|
|
${if(len(external_lecturer_department) == 0,"","and external_lecturer_department = '" + external_lecturer_department + "'")}
|
|
${if(len(train_time) == 0,"","and train_time = '" + train_time + "'")}
|
|
${if(len(train_mode) == 0,"","and train_mode = '" + train_mode + "'")}
|
|
${if(len(train_number) == 0,"","and train_number = '" + train_number + "'")}
|
|
${if(len(plan_type) == 0,"","and plan_type = '" + plan_type + "'")}
|
|
${if(len(train_scope) == 0,"","and train_scope = '" + train_scope + "'")}
|
|
${if(len(execution) == 0,"","and execution = '" + execution + "'")}
|
|
${if(len(result) == 0,"","and result = '" + result + "'")}
|
|
${if(len(exam_grade) == 0,"","and exam_grade = '" + exam_grade + "'")}
|
|
${if(len(note) == 0,"","and note = '" + note + "'")}]]></Query>
|
|
</TableData>
|
|
</TableDataMap>
|
|
<ReportWebAttr>
|
|
<ServerPrinter/>
|
|
<WebPageContent>
|
|
<ToolBars>
|
|
<ToolBarManager>
|
|
<Location>
|
|
<Embed position="1"/>
|
|
</Location>
|
|
<ToolBar>
|
|
<Widget class="com.fr.report.web.button.page.First">
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Text>
|
|
<![CDATA[${i18n('ReportServerP-First')}]]></Text>
|
|
<IconName>
|
|
<![CDATA[first]]></IconName>
|
|
</Widget>
|
|
<Widget class="com.fr.report.web.button.page.Previous">
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Text>
|
|
<![CDATA[${i18n('ReportServerP-Previous')}]]></Text>
|
|
<IconName>
|
|
<![CDATA[previous]]></IconName>
|
|
</Widget>
|
|
<Widget class="com.fr.report.web.button.page.PageNavi">
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
</Widget>
|
|
<Widget class="com.fr.report.web.button.page.Next">
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Text>
|
|
<![CDATA[${i18n('ReportServerP-Next')}]]></Text>
|
|
<IconName>
|
|
<![CDATA[next]]></IconName>
|
|
</Widget>
|
|
<Widget class="com.fr.report.web.button.page.Last">
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Text>
|
|
<![CDATA[${i18n('ReportServerP-Last')}]]></Text>
|
|
<IconName>
|
|
<![CDATA[last]]></IconName>
|
|
</Widget>
|
|
<Widget class="com.fr.report.web.button.Export">
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Text>
|
|
<![CDATA[${i18n('Export')}]]></Text>
|
|
<IconName>
|
|
<![CDATA[export]]></IconName>
|
|
<Buttons pdf="true" excelP="true" excelO="true" excelS="true" word="true" image="true" html="true"/>
|
|
</Widget>
|
|
</ToolBar>
|
|
</ToolBarManager>
|
|
</ToolBars>
|
|
<WebPage isPage="false" isShowAsImage="false" isAutoScale="false" isTDHeavy="false"/>
|
|
</WebPageContent>
|
|
</ReportWebAttr>
|
|
<Report class="com.fr.report.worksheet.WorkSheet" name="sheet1">
|
|
<ReportPageAttr>
|
|
<HR/>
|
|
<FR/>
|
|
<HC/>
|
|
<FC/>
|
|
</ReportPageAttr>
|
|
<ColumnPrivilegeControl/>
|
|
<RowPrivilegeControl/>
|
|
<RowHeight defaultValue="723900">
|
|
<![CDATA[1143000,1143000,723900,723900,1143000,723900,723900,723900,723900,723900,723900]]></RowHeight>
|
|
<ColumnWidth defaultValue="2743200">
|
|
<![CDATA[0,2743200,4419600,4381500,2743200,2743200,2743200,2552700,2743200,2743200,2743200,2857500,2286000,2667000,2743200]]></ColumnWidth>
|
|
<CellElementList>
|
|
<C c="0" r="0">
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="1" r="0" rs="2" s="0">
|
|
<O>
|
|
<![CDATA[序号]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="2" r="0" rs="2" s="0">
|
|
<O>
|
|
<![CDATA[编号]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="3" r="0" rs="2" s="0">
|
|
<O>
|
|
<![CDATA[部门]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="4" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[课程序列]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="5" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[培训对象]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="6" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[入职年限]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="7" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[课程名称]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="8" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[课程内容]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="9" r="0" cs="3" s="0">
|
|
<O>
|
|
<![CDATA[内部授课人]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="12" r="0" cs="2" s="0">
|
|
<O>
|
|
<![CDATA[外部授课人]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="14" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[培训时间]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="15" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[培训方式]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="16" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[培训人数]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="17" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[计划类型]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="18" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[培训范围]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="19" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[完成情况]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="20" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[效果评估]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="21" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[考核等级]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="22" r="0" rs="2" s="1">
|
|
<O>
|
|
<![CDATA[备注]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="0" r="1">
|
|
<O>
|
|
<![CDATA[id]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="9" r="1" s="1">
|
|
<O>
|
|
<![CDATA[姓名]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="10" r="1" s="1">
|
|
<O>
|
|
<![CDATA[工资号]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="11" r="1" s="1">
|
|
<O>
|
|
<![CDATA[是否所级专家]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="12" r="1" s="1">
|
|
<O>
|
|
<![CDATA[姓名]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="13" r="1" s="1">
|
|
<O>
|
|
<![CDATA[单位]]></O>
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="0" r="2">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="id"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper">
|
|
<Attr divideMode="1"/>
|
|
</RG>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="1" r="2" s="1">
|
|
<O t="Formula" class="Formula">
|
|
<Attributes>
|
|
<![CDATA[=seq()]]></Attributes>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<HighlightList>
|
|
<Highlight class="com.fr.report.cell.cellattr.highlight.DefaultHighlight">
|
|
<Name>
|
|
<![CDATA[条件属性1]]></Name>
|
|
<Condition class="com.fr.data.condition.FormulaCondition">
|
|
<Formula>
|
|
<![CDATA[row()%2!=0]]></Formula>
|
|
</Condition>
|
|
<HighlightAction class="com.fr.report.cell.cellattr.highlight.BackgroundHighlightAction">
|
|
<Scope val="1"/>
|
|
<Background name="ColorBackground" color="-2171170"/>
|
|
</HighlightAction>
|
|
</Highlight>
|
|
</HighlightList>
|
|
<Expand/>
|
|
</C>
|
|
<C c="2" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="id"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="3" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="department"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="4" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="course_id"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="5" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="train_target"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="6" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="entry_years"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="7" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="course_name"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="8" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="course_content"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="9" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="internal_lecturer_name"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="10" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="internal_lecturer_id"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="11" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="internal_lecturer_specialist_ornot"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="12" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="external_lecturer_name"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="13" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="external_lecturer_department"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="14" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="train_time"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="15" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="train_mode"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="16" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="train_number"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="17" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="plan_type"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="18" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="train_scope"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="19" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="execution"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="20" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="result"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="21" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="exam_grade"/>
|
|
<Complex/>
|
|
<RG class="com.fr.report.cell.cellattr.core.group.FunctionGrouper"/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="22" r="2" s="1">
|
|
<O t="DSColumn">
|
|
<Attributes dsName="ds1" columnName="note"/>
|
|
<Complex/>
|
|
<Parameters/>
|
|
</O>
|
|
<PrivilegeControl/>
|
|
<Expand dir="0"/>
|
|
</C>
|
|
<C c="1" r="4">
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="2" r="4">
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="1" r="5">
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
<C c="2" r="5">
|
|
<PrivilegeControl/>
|
|
<Expand/>
|
|
</C>
|
|
</CellElementList>
|
|
<ReportAttrSet>
|
|
<ReportSettings headerHeight="0" footerHeight="0">
|
|
<PaperSetting orientation="1">
|
|
<PaperSize width="30240000" height="72000000"/>
|
|
<Margin top="986400" left="2743200" bottom="986400" right="2743200"/>
|
|
</PaperSetting>
|
|
</ReportSettings>
|
|
<Header reportPageType="0">
|
|
<Background name="NullBackground"/>
|
|
<LeftList/>
|
|
<CenterList/>
|
|
<RightList/>
|
|
</Header>
|
|
<Footer reportPageType="0">
|
|
<Background name="NullBackground"/>
|
|
<LeftList/>
|
|
<CenterList/>
|
|
<RightList/>
|
|
</Footer>
|
|
</ReportAttrSet>
|
|
<PrivilegeControl/>
|
|
</Report>
|
|
<ReportParameterAttr>
|
|
<Attributes showWindow="true" delayPlaying="true" windowPosition="1" align="0"/>
|
|
<PWTitle>
|
|
<![CDATA[参数]]></PWTitle>
|
|
<ParameterUI class="com.fr.form.main.parameter.FormParameterUI">
|
|
<Parameters/>
|
|
<Layout class="com.fr.form.ui.container.WParameterLayout">
|
|
<WidgetName name="para"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Margin top="0" left="0" bottom="0" right="0"/>
|
|
<Border>
|
|
<border style="0" color="-723724" borderRadius="0" type="0" borderStyle="0"/>
|
|
<WidgetTitle>
|
|
<O>
|
|
<![CDATA[新建标题]]></O>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Position pos="0"/>
|
|
</WidgetTitle>
|
|
<Alpha alpha="1.0"/>
|
|
</Border>
|
|
<Background name="ColorBackground" color="-1118482"/>
|
|
<LCAttr vgap="0" hgap="0" compInterval="0"/>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.parameter.FormSubmitButton">
|
|
<WidgetName name="Search"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Text>
|
|
<![CDATA[查询]]></Text>
|
|
<Hotkeys>
|
|
<![CDATA[enter]]></Hotkeys>
|
|
</InnerWidget>
|
|
<BoundsAttr x="1179" y="141" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.TextEditor">
|
|
<WidgetName name="external_lecturer_name"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<TextAttr/>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="823" y="59" width="66" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelexternal_lecturer_name"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[外部授课人姓名:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="729" y="59" width="94" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="course_id"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="course_id" viName="course_id"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="course_id" viName="course_id"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="298" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelcourse_id"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[课程序列:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="218" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.TextEditor">
|
|
<WidgetName name="internal_lecturer_id"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<TextAttr/>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="166" y="59" width="212" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelinternal_lecturer_id"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[内部授课人工资号:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="2" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="53" y="59" width="113" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="train_mode"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="train_mode" viName="train_mode"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="train_mode" viName="train_mode"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="298" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labeltrain_mode"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[培训方式:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="218" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.TextEditor">
|
|
<WidgetName name="external_lecturer_department"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<TextAttr/>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="1024" y="59" width="235" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelexternal_lecturer_department"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[外部授课人单位:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="904" y="59" width="120" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.TextEditor">
|
|
<WidgetName name="train_number"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<TextAttr/>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="468" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labeltrain_number"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[培训人数:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="388" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="exam_grade"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="exam_grade" viName="exam_grade"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="exam_grade" viName="exam_grade"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="116" y="141" width="97" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelexam_grade"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[考核等级:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="2" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="53" y="141" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="department"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="department" viName="department"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="department" viName="department"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="116" y="20" width="97" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labeldepartment"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[部门:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="2" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="53" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="train_scope"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="train_scope" viName="train_scope"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="train_scope" viName="train_scope"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="809" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labeltrain_scope"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[培训范围:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="729" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.TextEditor">
|
|
<WidgetName name="train_target"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<TextAttr/>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="468" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labeltrain_target"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[培训对象:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="388" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="result"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="result" viName="result"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="result" viName="result"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="1158" y="99" width="101" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelresult"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[效果评估:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="1078" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.TextEditor">
|
|
<WidgetName name="note"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<TextAttr/>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="298" y="141" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelnote"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[备注:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="218" y="141" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="internal_lecturer_specialist_ornot"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="internal_lecturer_specialist_ornot" viName="internal_lecturer_specialist_ornot"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="internal_lecturer_specialist_ornot" viName="internal_lecturer_specialist_ornot"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="553" y="59" width="163" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelinternal_lecturer_specialist_ornot"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[内部授课人是否所级专家:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="388" y="59" width="165" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="entry_years"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="entry_years" viName="entry_years"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="entry_years" viName="entry_years"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="636" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelentry_years"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[入职年限:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="556" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.TextEditor">
|
|
<WidgetName name="course_name"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<TextAttr/>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="809" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelcourse_name"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[课程名称:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="729" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="plan_type"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="plan_type" viName="plan_type"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="plan_type" viName="plan_type"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="633" y="99" width="83" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelplan_type"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[计划类型:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="553" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.TextEditor">
|
|
<WidgetName name="internal_lecturer_name"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<TextAttr/>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="1179" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelinternal_lecturer_name"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[内部授课人姓名:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="1078" y="20" width="101" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.DateEditor">
|
|
<WidgetName name="train_time"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<DateAttr/>
|
|
<widgetValue>
|
|
<databinding>
|
|
<![CDATA[{}]]></databinding>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="116" y="99" width="97" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labeltrain_time"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[培训时间:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="2" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="53" y="99" width="63" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.ComboBox">
|
|
<WidgetName name="execution"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<Dictionary class="com.fr.data.impl.DatabaseDictionary">
|
|
<FormulaDictAttr kiName="execution" viName="execution"/>
|
|
<DBDictAttr tableName="et_statistic_department_training" schemaName="" ki="-1" vi="-1" kiName="execution" viName="execution"/>
|
|
<Connection class="com.fr.data.impl.NameDatabaseConnection">
|
|
<DatabaseName>
|
|
<![CDATA[trainms]]></DatabaseName>
|
|
</Connection>
|
|
</Dictionary>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="984" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelexecution"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[完成情况:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="904" y="99" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.TextEditor">
|
|
<WidgetName name="course_content"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<TextAttr/>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[]]></O>
|
|
</widgetValue>
|
|
</InnerWidget>
|
|
<BoundsAttr x="984" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Widget class="com.fr.form.ui.container.WAbsoluteLayout$BoundsWidget">
|
|
<InnerWidget class="com.fr.form.ui.Label">
|
|
<WidgetName name="Labelcourse_content"/>
|
|
<WidgetAttr description="">
|
|
<PrivilegeControl/>
|
|
</WidgetAttr>
|
|
<widgetValue>
|
|
<O>
|
|
<![CDATA[课程内容:]]></O>
|
|
</widgetValue>
|
|
<LabelAttr verticalcenter="true" textalign="0" autoline="true"/>
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<border style="0" color="-723724"/>
|
|
</InnerWidget>
|
|
<BoundsAttr x="904" y="20" width="80" height="21"/>
|
|
</Widget>
|
|
<Sorted sorted="false"/>
|
|
<MobileWidgetList>
|
|
<Widget widgetName="department"/>
|
|
<Widget widgetName="course_id"/>
|
|
<Widget widgetName="train_target"/>
|
|
<Widget widgetName="entry_years"/>
|
|
<Widget widgetName="course_name"/>
|
|
<Widget widgetName="course_content"/>
|
|
<Widget widgetName="internal_lecturer_name"/>
|
|
<Widget widgetName="internal_lecturer_id"/>
|
|
<Widget widgetName="internal_lecturer_specialist_ornot"/>
|
|
<Widget widgetName="external_lecturer_name"/>
|
|
<Widget widgetName="external_lecturer_department"/>
|
|
<Widget widgetName="train_time"/>
|
|
<Widget widgetName="train_mode"/>
|
|
<Widget widgetName="train_number"/>
|
|
<Widget widgetName="plan_type"/>
|
|
<Widget widgetName="train_scope"/>
|
|
<Widget widgetName="execution"/>
|
|
<Widget widgetName="result"/>
|
|
<Widget widgetName="exam_grade"/>
|
|
<Widget widgetName="note"/>
|
|
</MobileWidgetList>
|
|
<Display display="true"/>
|
|
<DelayDisplayContent delay="true"/>
|
|
<Position position="0"/>
|
|
<Design_Width design_width="1285"/>
|
|
<NameTagModified/>
|
|
<WidgetNameTagMap>
|
|
<NameTag name="execution" tag="完成情况:"/>
|
|
<NameTag name="note" tag="备注:"/>
|
|
<NameTag name="course_id" tag="课程序列:"/>
|
|
<NameTag name="plan_type" tag="计划类型:"/>
|
|
<NameTag name="train_target" tag="培训对象:"/>
|
|
<NameTag name="train_time" tag="培训时间:"/>
|
|
<NameTag name="course_name" tag="课程名称:"/>
|
|
<NameTag name="train_number" tag="培训人数:"/>
|
|
<NameTag name="external_lecturer_department" tag="外部授课人单位:"/>
|
|
<NameTag name="external_lecturer_name" tag="外部授课人姓名:"/>
|
|
<NameTag name="internal_lecturer_id" tag="内部授课人工资号:"/>
|
|
<NameTag name="result" tag="效果评估:"/>
|
|
<NameTag name="entry_years" tag="入职年限:"/>
|
|
<NameTag name="internal_lecturer_name" tag="内部授课人姓名:"/>
|
|
<NameTag name="exam_grade" tag="考核等级:"/>
|
|
<NameTag name="course_content" tag="课程内容:"/>
|
|
<NameTag name="train_scope" tag="培训范围:"/>
|
|
<NameTag name="department" tag="部门:"/>
|
|
<NameTag name="internal_lecturer_specialist_ornot" tag="内部授课人是否所级专家:"/>
|
|
<NameTag name="train_mode" tag="培训方式:"/>
|
|
</WidgetNameTagMap>
|
|
</Layout>
|
|
<DesignAttr width="1285" height="182"/>
|
|
</ParameterUI>
|
|
</ReportParameterAttr>
|
|
<StyleList>
|
|
<Style horizontal_alignment="0" imageLayout="1">
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Background name="NullBackground"/>
|
|
<Border>
|
|
<Top style="1"/>
|
|
<Bottom style="1"/>
|
|
<Left style="1"/>
|
|
<Right style="1"/>
|
|
</Border>
|
|
</Style>
|
|
<Style imageLayout="1">
|
|
<FRFont name="SimSun" style="0" size="72"/>
|
|
<Background name="NullBackground"/>
|
|
<Border>
|
|
<Top style="1"/>
|
|
<Bottom style="1"/>
|
|
<Left style="1"/>
|
|
<Right style="1"/>
|
|
</Border>
|
|
</Style>
|
|
</StyleList>
|
|
<DesignerVersion DesignerVersion="IAA"/>
|
|
<PreviewType PreviewType="0"/>
|
|
<TemplateID TemplateID="24ce0e70-2a49-4781-9069-a9365ba4e6b1"/>
|
|
</WorkBook>
|