mdTestPaperHaveEval.kdrs-form 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <DocRoot xmlns:c="http://www.kingdee.com/Common" xmlns:f="http://www.kingdee.com/Form" xmlns:t="http://www.kingdee.com/Table" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.0">
  3. <DocInfo>
  4. <c:Created>Fri May 12 11:01:22 CST 2006</c:Created>
  5. <c:Company>kingdee.com</c:Company>
  6. <c:LastModified>Thu Apr 08 15:28:25 CST 2010</c:LastModified>
  7. <c:Author>null</c:Author>
  8. </DocInfo>
  9. <DataSources version="2.0">
  10. <c:DataSource id="paperQuestion">
  11. <c:Reference />
  12. <c:Params>
  13. <c:Param dataType="String" source="associate">
  14. <c:ColName>mulitEvalID</c:ColName>
  15. <c:Associate dataSourceID="multiEval">id</c:Associate>
  16. </c:Param>
  17. </c:Params>
  18. </c:DataSource>
  19. <c:DataSource id="testPaper">
  20. <c:Reference />
  21. <c:Params />
  22. </c:DataSource>
  23. <c:DataSource id="multiEval">
  24. <c:Reference />
  25. <c:Params>
  26. <c:Param dataType="String" source="associate">
  27. <c:ColName>testPaperID</c:ColName>
  28. <c:Associate dataSourceID="testPaper">id</c:Associate>
  29. </c:Param>
  30. </c:Params>
  31. </c:DataSource>
  32. <c:DataSource id="multiComment">
  33. <c:Reference />
  34. <c:Params>
  35. <c:Param dataType="String" source="associate">
  36. <c:ColName>testPaperID</c:ColName>
  37. <c:Associate dataSourceID="testPaper">id</c:Associate>
  38. </c:Param>
  39. </c:Params>
  40. </c:DataSource>
  41. </DataSources>
  42. <DataObjects version="1.0">
  43. <DataObject name="paperQuestion" alias="题目" desc="">
  44. <CommonQuery name="paperQuestion" alias="题目" desc="">
  45. <Parameters>
  46. <Parameter name="mulitEvalID" alias="所关联的评估项ID" dataType="string" allowNull="false" defaultValue="[multiEval].[id]" />
  47. </Parameters>
  48. <Imports>
  49. <Import expr="/EASPrintDataSource" />
  50. </Imports>
  51. <Outputs>
  52. <Columns>
  53. <Column name="id" alias="题目项ID" dataType="string" order="0" />
  54. <Column name="testPaper.id" alias="问卷ID" dataType="string" order="0" />
  55. <Column name="evaluation.id" alias="评估项ID" dataType="string" order="0" />
  56. <Column name="serial" alias="序号" dataType="string" order="0" />
  57. <Column name="testQuestion.content" alias="题目内容" dataType="string" order="0" />
  58. <Column name="testQuestion.standard" alias="答题标准" dataType="string" order="0" />
  59. <Column name="weightPercent" alias="权重" dataType="string" order="0" />
  60. </Columns>
  61. </Outputs>
  62. <Query name="paperQuestion.bos-query" alias="题目" desc="" version="1.0" type="bos.query">
  63. <Columns>
  64. <Column name="id" alias="题目项ID" dataType="string" expr="[paperQuestion].[id]" />
  65. <Column name="testPaper.id" alias="问卷ID" dataType="string" expr="[paperQuestion].[testPaper.id]" />
  66. <Column name="evaluation.id" alias="评估项ID" dataType="string" expr="[paperQuestion].[evaluation.id]" />
  67. <Column name="serial" alias="序号" dataType="string" expr="[paperQuestion].[serial]" />
  68. <Column name="testQuestion.content" alias="题目内容" dataType="string" expr="[paperQuestion].[testQuestion.content]" />
  69. <Column name="testQuestion.standard" alias="答题标准" dataType="string" expr="[paperQuestion].[testQuestion.standard]" />
  70. <Column name="weightPercent" alias="权重" dataType="string" expr="[paperQuestion].[weightPercent]" />
  71. </Columns>
  72. <Tables />
  73. <Joins />
  74. <Orders />
  75. <Filter />
  76. <Content><![CDATA[paperQuestion.bos-query]]></Content>
  77. </Query>
  78. <EXT />
  79. </CommonQuery>
  80. </DataObject>
  81. <DataObject name="testPaper" alias="360度问卷" desc="">
  82. <CommonQuery name="testPaper" alias="360度问卷" desc="">
  83. <Imports>
  84. <Import expr="/EASPrintDataSource" />
  85. </Imports>
  86. <Outputs>
  87. <Columns>
  88. <Column name="id" alias="问卷ID" dataType="string" order="0" />
  89. <Column name="name" alias="名称" dataType="string" order="0" />
  90. <Column name="gradeMode.name" alias="评分分制" dataType="string" order="0" />
  91. </Columns>
  92. </Outputs>
  93. <Query name="testPaper.bos-query" alias="360度问卷" desc="" version="1.0" type="bos.query">
  94. <Columns>
  95. <Column name="id" alias="问卷ID" dataType="string" expr="[testPaper].[id]" />
  96. <Column name="name" alias="名称" dataType="string" expr="[testPaper].[name]" />
  97. <Column name="gradeMode.name" alias="评分分制" dataType="string" expr="[testPaper].[gradeMode.name]" />
  98. </Columns>
  99. <Tables />
  100. <Joins />
  101. <Orders />
  102. <Filter />
  103. <Content><![CDATA[testPaper.bos-query]]></Content>
  104. </Query>
  105. <EXT />
  106. </CommonQuery>
  107. </DataObject>
  108. <DataObject name="multiEval" alias="评估项" desc="">
  109. <CommonQuery name="multiEval" alias="评估项" desc="">
  110. <Parameters>
  111. <Parameter name="testPaperID" alias="所属问卷ID" dataType="string" allowNull="false" defaultValue="[testPaper].[id]" />
  112. </Parameters>
  113. <Imports>
  114. <Import expr="/EASPrintDataSource" />
  115. </Imports>
  116. <Outputs>
  117. <Columns>
  118. <Column name="id" alias="评估项ID" dataType="string" order="0" />
  119. <Column name="id" alias="评估项ID" dataType="string" order="0" />
  120. <Column name="serial" alias="序号" dataType="null" order="0" />
  121. <Column name="evaluation" alias="评估项" dataType="string" order="0" />
  122. <Column name="weight" alias="权重" dataType="null" order="0" />
  123. </Columns>
  124. </Outputs>
  125. <Query name="multiEval.bos-query" alias="评估项" desc="" version="1.0" type="bos.query">
  126. <Columns>
  127. <Column name="id" alias="评估项ID" dataType="string" expr="[multiEval].[id]" />
  128. <Column name="testPaper.id" alias="问卷ID" dataType="string" expr="[multiEval].[testPaper.id]" />
  129. <Column name="serial" alias="序号" dataType="null" expr="[multiEval].[serial]" />
  130. <Column name="evaluation" alias="评估项" dataType="string" expr="[multiEval].[evaluation]" />
  131. <Column name="weight" alias="权重" dataType="null" expr="[multiEval].[weight]" />
  132. </Columns>
  133. <Tables />
  134. <Joins />
  135. <Orders />
  136. <Filter />
  137. <Content><![CDATA[multiEval.bos-query]]></Content>
  138. </Query>
  139. <EXT />
  140. </CommonQuery>
  141. </DataObject>
  142. <DataObject name="multiComment" alias="评语项" desc="">
  143. <CommonQuery name="multiComment" alias="评语项" desc="">
  144. <Parameters>
  145. <Parameter name="testPaperID" alias="所属问卷ID" desc="所属问卷ID" dataType="string" allowNull="false" defaultValue="[testPaper].[id]" />
  146. </Parameters>
  147. <Imports>
  148. <Import expr="/EASPrintDataSource" />
  149. </Imports>
  150. <Outputs>
  151. <Columns>
  152. <Column name="testPaper.id" alias="问卷ID" dataType="string" order="0" />
  153. <Column name="serial" alias="评语项序号" dataType="string" order="0" />
  154. <Column name="comment" alias="评语项" dataType="string" order="0" />
  155. </Columns>
  156. </Outputs>
  157. <Query name="multiComment.bos-query" alias="评语项" desc="" version="1.0" type="bos.query">
  158. <Columns>
  159. <Column name="testPaper.id" alias="问卷ID" dataType="string" expr="[multiComment].[testPaper.id]" />
  160. <Column name="serial" alias="评语项序号" dataType="string" expr="[multiComment].[serial]" />
  161. <Column name="comment" alias="评语项" dataType="string" expr="[multiComment].[comment]" />
  162. </Columns>
  163. <Tables />
  164. <Joins />
  165. <Orders />
  166. <Filter />
  167. <Content><![CDATA[multiComment.bos-query]]></Content>
  168. </Query>
  169. <EXT />
  170. </CommonQuery>
  171. </DataObject>
  172. </DataObjects>
  173. <Styles version="1.0">
  174. <c:Style id="3">
  175. <c:Borders>
  176. <c:Border position="left" lineStyle="NullLine" />
  177. <c:Border position="top" lineStyle="NullLine" />
  178. <c:Border position="right" lineStyle="NullLine" />
  179. <c:Border position="bottom" lineStyle="NullLine" />
  180. </c:Borders>
  181. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  182. </c:Style>
  183. <c:Style id="2">
  184. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  185. <c:Borders>
  186. <c:Border position="left" lineStyle="NullLine" />
  187. <c:Border position="top" lineStyle="NullLine" />
  188. <c:Border position="right" lineStyle="NullLine" />
  189. <c:Border position="bottom" lineStyle="NullLine" />
  190. <c:Border position="diagonalleft" lineStyle="NullLine" />
  191. <c:Border position="diagonalright" lineStyle="NullLine" />
  192. </c:Borders>
  193. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  194. <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
  195. <c:Protection hidden="false" locked="false" />
  196. </c:Style>
  197. <c:Style id="10">
  198. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  199. <c:Borders>
  200. <c:Border position="left" lineStyle="NullLine" />
  201. <c:Border position="top" lineStyle="NullLine" />
  202. <c:Border position="right" lineStyle="NullLine" />
  203. <c:Border position="bottom" lineStyle="NullLine" />
  204. <c:Border position="diagonalleft" lineStyle="NullLine" />
  205. <c:Border position="diagonalright" lineStyle="NullLine" />
  206. </c:Borders>
  207. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  208. <c:Alignment horizontal="left" vertical="middle" wrapText="true" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  209. <c:Protection hidden="false" locked="false" />
  210. </c:Style>
  211. <c:Style id="1">
  212. <c:Borders>
  213. <c:Border position="left" lineStyle="Single" penStyle="Dot" />
  214. <c:Border position="top" lineStyle="Single" penStyle="Dot" />
  215. <c:Border position="right" lineStyle="Single" penStyle="Dot" />
  216. <c:Border position="bottom" lineStyle="Single" penStyle="Dot" />
  217. </c:Borders>
  218. </c:Style>
  219. <c:Style id="0">
  220. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  221. </c:Style>
  222. <c:Style id="7">
  223. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  224. <c:Borders>
  225. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  226. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  227. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  228. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  229. <c:Border position="diagonalleft" lineStyle="NullLine" />
  230. <c:Border position="diagonalright" lineStyle="NullLine" />
  231. </c:Borders>
  232. <c:Interior color="#ffffff00" pattern="None" patternColor="#000000" />
  233. <c:Alignment horizontal="center" vertical="middle" wrapText="true" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  234. <c:Protection hidden="false" locked="false" />
  235. </c:Style>
  236. <c:Style id="6">
  237. <c:Font color="#000000" />
  238. <c:Borders>
  239. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  240. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  241. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  242. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  243. </c:Borders>
  244. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  245. </c:Style>
  246. <c:Style id="5">
  247. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  248. <c:Borders>
  249. <c:Border position="left" lineStyle="NullLine" />
  250. <c:Border position="top" lineStyle="NullLine" />
  251. <c:Border position="right" lineStyle="NullLine" />
  252. <c:Border position="bottom" lineStyle="NullLine" />
  253. <c:Border position="diagonalleft" lineStyle="NullLine" />
  254. <c:Border position="diagonalright" lineStyle="NullLine" />
  255. </c:Borders>
  256. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  257. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
  258. <c:Protection hidden="false" locked="false" />
  259. </c:Style>
  260. <c:Style id="4">
  261. <c:Font fontName="宋体" size="12" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  262. <c:Borders>
  263. <c:Border position="left" lineStyle="NullLine" />
  264. <c:Border position="top" lineStyle="NullLine" />
  265. <c:Border position="right" lineStyle="NullLine" />
  266. <c:Border position="bottom" lineStyle="NullLine" />
  267. <c:Border position="diagonalleft" lineStyle="NullLine" />
  268. <c:Border position="diagonalright" lineStyle="NullLine" />
  269. </c:Borders>
  270. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  271. <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
  272. <c:Protection hidden="false" locked="false" />
  273. </c:Style>
  274. <c:Style id="9">
  275. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  276. <c:Borders>
  277. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  278. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  279. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  280. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  281. <c:Border position="diagonalleft" lineStyle="NullLine" />
  282. <c:Border position="diagonalright" lineStyle="NullLine" />
  283. </c:Borders>
  284. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  285. <c:Alignment horizontal="center" vertical="middle" wrapText="true" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
  286. <c:Protection hidden="false" locked="false" />
  287. </c:Style>
  288. <c:Style id="8">
  289. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  290. <c:Borders>
  291. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  292. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  293. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  294. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  295. <c:Border position="diagonalleft" lineStyle="NullLine" />
  296. <c:Border position="diagonalright" lineStyle="NullLine" />
  297. </c:Borders>
  298. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  299. <c:Alignment horizontal="center" vertical="middle" wrapText="true" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
  300. <c:Protection hidden="false" locked="false" />
  301. </c:Style>
  302. </Styles>
  303. <Headers />
  304. <Footers />
  305. <Form id="form1" alias="360度问卷" version="3.1">
  306. <f:Page id="page1" alias="页1" styleID="0" repeat="-1">
  307. <f:DesignedPage paperSize="Custom" objWidth="1720" objHeight="2470" widthLimitless="false" heightLimitless="true" />
  308. <f:Area id="loop2" alias="循环区" styleID="1" left="[page1.left]+3.0" right="[loop2.left]+1714.0" top="[page1.top]+2.0" nextAreaID="loop2">
  309. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="page1" leftRelativeBorder="left" leftRelativeOffset="3" rightLocationType="relative" rightRelativeObjID="loop2" rightRelativeBorder="left" rightRelativeOffset="1714" topLocationType="relative" topRelativeObjID="page1" topRelativeBorder="top" topRelativeOffset="2" bottomLocationType="selfAdapt" bottomRelativeObjID="loop2" bottomRelativeBorder="top" bottomRelativeOffset="2468" locked="false" />
  310. <f:Panel id="group1" alias="分组容器" styleID="2" left="[loop2.left]" right="[group1.left]+1712.0" top="[loop2.top]" dataSourceID="testPaper">
  311. <f:DesignedPanel leftLocationType="relative" leftRelativeObjID="loop2" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group1" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="loop2" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="group1" bottomRelativeBorder="top" bottomRelativeOffset="2468" locked="false" />
  312. <f:Table id="table2" alias="网格容器1" styleID="3" left="[group1.left]" right="[table2.left]+1712.0" top="[group1.top]" bottom="[table2.top]+273.0" dataSourceID="testPaper">
  313. <f:DesignedTable layout="auto" leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="table2" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="group1" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table2" bottomRelativeBorder="top" bottomRelativeOffset="273" locked="false" />
  314. <f:Rows>
  315. <f:Row />
  316. <f:Row />
  317. </f:Rows>
  318. <f:Columns>
  319. <f:Column />
  320. <f:Column />
  321. <f:Column />
  322. <f:Column />
  323. <f:Column />
  324. <f:Column />
  325. </f:Columns>
  326. <f:Body>
  327. <f:Cell id="field1" alias="问卷名称" styleID="4" left="2" right="5" top="1" bottom="1" type="field">
  328. <f:DesignedCell text="名称" locked="false" />
  329. <f:Data type="string">name</f:Data>
  330. </f:Cell>
  331. <f:Cell id="text1" alias="问卷分制:" styleID="2" left="1" right="1" top="2" bottom="2" type="constant">
  332. <f:DesignedCell locked="false" />
  333. <f:Data type="string">问卷分制:</f:Data>
  334. </f:Cell>
  335. <f:Cell id="field2" alias="评分分制" styleID="5" left="2" right="3" top="2" bottom="2" type="field">
  336. <f:DesignedCell text="评分分制" locked="false" />
  337. <f:Data type="string">gradeMode.name</f:Data>
  338. </f:Cell>
  339. </f:Body>
  340. </f:Table>
  341. <f:Table id="table3" alias="网格容器2" styleID="3" left="[group1.left]" right="[table3.left]+1712.0" top="[group1.top]+272.0" bottom="[table3.top]+98.0" layout="1">
  342. <f:DesignedTable layout="heightAuto" leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="table3" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="group1" topRelativeBorder="top" topRelativeOffset="272" bottomLocationType="relative" bottomRelativeObjID="table3" bottomRelativeBorder="top" bottomRelativeOffset="98" locked="false" />
  343. <f:Rows>
  344. <f:Row height="98" />
  345. </f:Rows>
  346. <f:Columns>
  347. <f:Column width="310" />
  348. <f:Column width="360" />
  349. <f:Column width="360" />
  350. <f:Column width="215" />
  351. <f:Column width="215" />
  352. <f:Column width="252" />
  353. </f:Columns>
  354. <f:Body>
  355. <f:Cell id="text3" alias="评估项目" styleID="6" left="1" right="1" top="1" bottom="1" type="constant">
  356. <f:DesignedCell locked="false" />
  357. <f:Data type="string">评估项目</f:Data>
  358. </f:Cell>
  359. <f:Cell id="text4" alias="题目内容" styleID="6" left="2" right="2" top="1" bottom="1" type="constant">
  360. <f:DesignedCell locked="false" />
  361. <f:Data type="string">评价内容</f:Data>
  362. </f:Cell>
  363. <f:Cell id="text5" alias="答题标准" styleID="6" left="3" right="3" top="1" bottom="1" type="constant">
  364. <f:DesignedCell locked="false" />
  365. <f:Data type="string">评价标准</f:Data>
  366. </f:Cell>
  367. <f:Cell id="text6" alias="权重" styleID="6" left="4" right="4" top="1" bottom="1" type="constant">
  368. <f:DesignedCell locked="false" />
  369. <f:Data type="string">权重</f:Data>
  370. </f:Cell>
  371. <f:Cell id="text7" alias="评分" styleID="6" left="5" right="5" top="1" bottom="1" type="constant">
  372. <f:DesignedCell locked="false" />
  373. <f:Data type="string">评分</f:Data>
  374. </f:Cell>
  375. <f:Cell id="text8" alias="评估项小计" styleID="6" left="6" right="6" top="1" bottom="1" type="constant">
  376. <f:DesignedCell locked="false" />
  377. <f:Data type="string">评估项小计</f:Data>
  378. </f:Cell>
  379. </f:Body>
  380. </f:Table>
  381. <f:Area id="loop1" alias="评估项-题目循环区" styleID="1" left="[group1.left]" right="[loop1.left]+1712.0" top="[table3.bottom]" nextAreaID="loop1">
  382. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop1" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="table3" topRelativeBorder="bottom" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop1" bottomRelativeBorder="top" bottomRelativeOffset="476" locked="false" />
  383. <f:Panel id="group2" alias="分组容器1" styleID="6" left="[loop1.left]" right="[group2.left]+1712.0" top="[loop1.top]" dataSourceID="multiEval">
  384. <f:DesignedPanel leftLocationType="relative" leftRelativeObjID="loop1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group2" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="loop1" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop1" bottomRelativeBorder="bottom" bottomRelativeOffset="-303" locked="false" />
  385. <f:Cell id="field3" alias="评估项" styleID="7" left="[group2.left]" right="[field3.left]+310.0" top="[group2.top]" bottom="[loop3.bottom]" type="field">
  386. <f:DesignedCell text="评估项" leftLocationType="relative" leftRelativeObjID="group2" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="field3" rightRelativeBorder="left" rightRelativeOffset="310" topLocationType="relative" topRelativeObjID="group2" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="loop3" bottomRelativeBorder="bottom" bottomRelativeOffset="0" locked="false" />
  387. <f:Data type="string">evaluation</f:Data>
  388. </f:Cell>
  389. <f:Area id="loop3" alias="题目循环区" styleID="1" left="[group2.left]+310.0" right="[loop3.left]+1150.0" top="[group2.top]" priority="1" nextAreaID="loop3">
  390. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group2" leftRelativeBorder="left" leftRelativeOffset="310" rightLocationType="relative" rightRelativeObjID="loop3" rightRelativeBorder="left" rightRelativeOffset="1150" topLocationType="relative" topRelativeObjID="group2" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="selfAdapt" bottomRelativeObjID="loop3" bottomRelativeBorder="top" bottomRelativeOffset="173" locked="false" />
  391. <f:Table id="table1" alias="网格容器3" styleID="3" left="[loop3.left]" right="[table1.left]+1150.0" top="[loop3.top]" bottom="[table1.top]+125.0" dataSourceID="paperQuestion" layout="1">
  392. <f:DesignedTable layout="heightAuto" leftLocationType="relative" leftRelativeObjID="loop3" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="table1" rightRelativeBorder="left" rightRelativeOffset="1150" topLocationType="relative" topRelativeObjID="loop3" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table1" bottomRelativeBorder="top" bottomRelativeOffset="125" locked="false" />
  393. <f:Rows>
  394. <f:Row height="125" />
  395. </f:Rows>
  396. <f:Columns>
  397. <f:Column width="360" />
  398. <f:Column width="360" />
  399. <f:Column width="215" />
  400. <f:Column width="215" />
  401. </f:Columns>
  402. <f:Body>
  403. <f:Cell id="field5" alias="题目内容字段" styleID="8" left="1" right="1" top="1" bottom="1" type="field">
  404. <f:DesignedCell text="题目内容" locked="false" />
  405. <f:Data type="string">testQuestion.content</f:Data>
  406. </f:Cell>
  407. <f:Cell id="field6" alias="答题标准字段" styleID="8" left="2" right="2" top="1" bottom="1" type="field">
  408. <f:DesignedCell text="答题标准" locked="false" />
  409. <f:Data type="string">testQuestion.standard</f:Data>
  410. </f:Cell>
  411. <f:Cell id="field7" alias="权重字段" styleID="9" left="3" right="3" top="1" bottom="1" type="field">
  412. <f:DesignedCell text="权重" locked="false" />
  413. <f:Data type="string">weightPercent</f:Data>
  414. </f:Cell>
  415. <f:Cell id="text9" alias="评分(空)" styleID="6" left="4" right="4" top="1" bottom="1" type="constant">
  416. <f:DesignedCell locked="false" />
  417. <f:Data type="string" />
  418. </f:Cell>
  419. </f:Body>
  420. </f:Table>
  421. </f:Area>
  422. <f:Cell id="text2" alias="评估项小计(空)" styleID="6" left="[group2.left]+1460.0" right="[text2.left]+252.0" top="[group2.top]" bottom="[loop3.bottom]" type="constant">
  423. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group2" leftRelativeBorder="left" leftRelativeOffset="1460" rightLocationType="relative" rightRelativeObjID="text2" rightRelativeBorder="left" rightRelativeOffset="252" topLocationType="relative" topRelativeObjID="group2" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="loop3" bottomRelativeBorder="bottom" bottomRelativeOffset="0" locked="false" />
  424. <f:Data type="string" />
  425. </f:Cell>
  426. </f:Panel>
  427. </f:Area>
  428. <f:Table id="table4" alias="网格容器4" styleID="3" left="[group1.left]" right="[table4.left]+1712.0" top="[loop1.bottom]+3.0" bottom="[table4.top]+199.0" layout="1">
  429. <f:DesignedTable layout="heightAuto" leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="table4" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="loop1" topRelativeBorder="bottom" topRelativeOffset="3" bottomLocationType="relative" bottomRelativeObjID="table4" bottomRelativeBorder="top" bottomRelativeOffset="199" locked="false" />
  430. <f:Rows>
  431. <f:Row height="99" />
  432. <f:Row height="100" />
  433. </f:Rows>
  434. <f:Columns>
  435. <f:Column width="310" />
  436. <f:Column width="1150" />
  437. <f:Column width="252" />
  438. </f:Columns>
  439. <f:Body>
  440. <f:Cell id="text11" alias="文本1" styleID="6" left="1" right="1" top="1" bottom="1" type="constant">
  441. <f:DesignedCell locked="false" />
  442. <f:Data type="string">得分合计</f:Data>
  443. </f:Cell>
  444. <f:Cell id="text13" alias="文本3" styleID="6" left="2" right="2" top="1" bottom="1" type="constant">
  445. <f:DesignedCell locked="false" />
  446. <f:Data type="string" />
  447. </f:Cell>
  448. <f:Cell id="text15" alias="文本5" styleID="6" left="3" right="3" top="1" bottom="1" type="constant">
  449. <f:DesignedCell locked="false" />
  450. <f:Data type="string" />
  451. </f:Cell>
  452. </f:Body>
  453. </f:Table>
  454. <f:Area id="loop4" alias="循环区2" styleID="1" left="[group1.left]" right="[loop4.left]+1712.0" top="[loop1.bottom]+315.0" nextAreaID="loop4">
  455. <f:DesignedArea leftLocationType="relative" leftRelativeObjID="group1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="loop4" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="loop1" topRelativeBorder="bottom" topRelativeOffset="315" bottomLocationType="selfAdapt" bottomRelativeObjID="loop4" bottomRelativeBorder="top" bottomRelativeOffset="321" locked="false" />
  456. <f:Panel id="group3" alias="分组容器2" styleID="2" left="[loop4.left]" right="[group3.left]+1712.0" top="[loop4.top]" bottom="[group3.top]+305.0" dataSourceID="multiComment">
  457. <f:DesignedPanel leftLocationType="relative" leftRelativeObjID="loop4" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group3" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="loop4" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="group3" bottomRelativeBorder="top" bottomRelativeOffset="305" locked="false" />
  458. <f:Panel id="group4" alias="分组容器3" styleID="2" left="[group3.left]" right="[group4.left]+1709.0" top="[group3.top]+3.0" bottom="[group4.top]+93.0">
  459. <f:DesignedPanel leftLocationType="relative" leftRelativeObjID="group3" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group4" rightRelativeBorder="left" rightRelativeOffset="1709" topLocationType="relative" topRelativeObjID="group3" topRelativeBorder="top" topRelativeOffset="3" bottomLocationType="relative" bottomRelativeObjID="group4" bottomRelativeBorder="top" bottomRelativeOffset="93" locked="false" />
  460. <f:Cell id="field4" alias="字段1" styleID="10" left="[group4.left]" right="[field4.left]+1709.0" top="[group4.top]" bottom="[field4.top]+93.0" type="field">
  461. <f:DesignedCell text="评语项" leftLocationType="relative" leftRelativeObjID="group4" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="field4" rightRelativeBorder="left" rightRelativeOffset="1709" topLocationType="relative" topRelativeObjID="group4" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="field4" bottomRelativeBorder="top" bottomRelativeOffset="93" locked="false" />
  462. <f:Data type="string">comment</f:Data>
  463. </f:Cell>
  464. </f:Panel>
  465. <f:Cell id="text17" alias="文本7" styleID="6" left="[group3.left]" right="[text17.left]+1712.0" top="[group4.bottom]+2.0" bottom="[text17.top]+180.0" type="constant">
  466. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group3" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="text17" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="group4" topRelativeBorder="bottom" topRelativeOffset="2" bottomLocationType="relative" bottomRelativeObjID="text17" bottomRelativeBorder="top" bottomRelativeOffset="180" locked="false" />
  467. <f:Data type="string" />
  468. </f:Cell>
  469. </f:Panel>
  470. </f:Area>
  471. </f:Panel>
  472. </f:Area>
  473. </f:Page>
  474. </Form>
  475. <PrintInfo>
  476. <c:PageSetup>
  477. <c:PageMargin left="190" right="190" top="250" bottom="250" header="80" footer="80" />
  478. <c:Orientation>PORTRAIT</c:Orientation>
  479. <c:CustomizePaperSize width="2100" height="2970" bottom="-1" />
  480. <c:Header height="80" margin="80" />
  481. <c:Footer height="80" margin="80" />
  482. </c:PageSetup>
  483. <c:PrinterSetup />
  484. </PrintInfo>
  485. </DocRoot>