mdTestPaperNoEval.kdrs-form 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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:32:35 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="multiComment">
  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. </DataSources>
  33. <DataObjects version="1.0">
  34. <DataObject name="paperQuestion" alias="题目" desc="">
  35. <CommonQuery name="paperQuestion" alias="题目" desc="">
  36. <Parameters>
  37. <Parameter name="mulitEvalID" alias="所关联的评估项ID" dataType="string" allowNull="false" defaultValue="[multiEval].[id]" />
  38. </Parameters>
  39. <Imports>
  40. <Import expr="/EASPrintDataSource" />
  41. </Imports>
  42. <Outputs>
  43. <Columns>
  44. <Column name="id" alias="题目项ID" dataType="string" order="0" />
  45. <Column name="testPaper.id" alias="问卷ID" dataType="string" order="0" />
  46. <Column name="evaluation.id" alias="评估项ID" dataType="string" order="0" />
  47. <Column name="serial" alias="序号" dataType="string" order="0" />
  48. <Column name="testQuestion.content" alias="题目内容" dataType="string" order="0" />
  49. <Column name="testQuestion.standard" alias="答题标准" dataType="string" order="0" />
  50. <Column name="weightPercent" alias="权重" dataType="string" order="0" />
  51. </Columns>
  52. </Outputs>
  53. <Query name="paperQuestion.bos-query" alias="题目" desc="" version="1.0" type="bos.query">
  54. <Columns>
  55. <Column name="id" alias="题目项ID" dataType="string" expr="[paperQuestion].[id]" />
  56. <Column name="testPaper.id" alias="问卷ID" dataType="string" expr="[paperQuestion].[testPaper.id]" />
  57. <Column name="evaluation.id" alias="评估项ID" dataType="string" expr="[paperQuestion].[evaluation.id]" />
  58. <Column name="serial" alias="序号" dataType="string" expr="[paperQuestion].[serial]" />
  59. <Column name="testQuestion.content" alias="题目内容" dataType="string" expr="[paperQuestion].[testQuestion.content]" />
  60. <Column name="testQuestion.standard" alias="答题标准" dataType="string" expr="[paperQuestion].[testQuestion.standard]" />
  61. <Column name="weightPercent" alias="权重" dataType="string" expr="[paperQuestion].[weightPercent]" />
  62. </Columns>
  63. <Tables />
  64. <Joins />
  65. <Orders />
  66. <Filter />
  67. <Content><![CDATA[paperQuestion.bos-query]]></Content>
  68. </Query>
  69. <EXT />
  70. </CommonQuery>
  71. </DataObject>
  72. <DataObject name="testPaper" alias="360度问卷" desc="">
  73. <CommonQuery name="testPaper" alias="360度问卷" desc="">
  74. <Imports>
  75. <Import expr="/EASPrintDataSource" />
  76. </Imports>
  77. <Outputs>
  78. <Columns>
  79. <Column name="id" alias="问卷ID" dataType="string" order="0" />
  80. <Column name="name" alias="名称" dataType="string" order="0" />
  81. <Column name="gradeMode.name" alias="评分分制" dataType="string" order="0" />
  82. </Columns>
  83. </Outputs>
  84. <Query name="testPaper.bos-query" alias="360度问卷" desc="" version="1.0" type="bos.query">
  85. <Columns>
  86. <Column name="id" alias="问卷ID" dataType="string" expr="[testPaper].[id]" />
  87. <Column name="name" alias="名称" dataType="string" expr="[testPaper].[name]" />
  88. <Column name="gradeMode.name" alias="评分分制" dataType="string" expr="[testPaper].[gradeMode.name]" />
  89. </Columns>
  90. <Tables />
  91. <Joins />
  92. <Orders />
  93. <Filter />
  94. <Content><![CDATA[testPaper.bos-query]]></Content>
  95. </Query>
  96. <EXT />
  97. </CommonQuery>
  98. </DataObject>
  99. <DataObject name="multiComment" alias="评语项" desc="">
  100. <CommonQuery name="multiComment" alias="评语项" desc="">
  101. <Parameters>
  102. <Parameter name="testPaperID" alias="所属问卷ID" desc="所属问卷ID" dataType="string" allowNull="false" defaultValue="[testPaper].[id]" />
  103. </Parameters>
  104. <Imports>
  105. <Import expr="/EASPrintDataSource" />
  106. </Imports>
  107. <Outputs>
  108. <Columns>
  109. <Column name="testPaper.id" alias="问卷ID" dataType="string" order="0" />
  110. <Column name="serial" alias="评语项序号" dataType="string" order="0" />
  111. <Column name="comment" alias="评语项" dataType="string" order="0" />
  112. </Columns>
  113. </Outputs>
  114. <Query name="multiComment.bos-query" alias="评语项" desc="" version="1.0" type="bos.query">
  115. <Columns>
  116. <Column name="testPaper.id" alias="问卷ID" dataType="string" expr="[multiComment].[testPaper.id]" />
  117. <Column name="serial" alias="评语项序号" dataType="string" expr="[multiComment].[serial]" />
  118. <Column name="comment" alias="评语项" dataType="string" expr="[multiComment].[comment]" />
  119. </Columns>
  120. <Tables />
  121. <Joins />
  122. <Orders />
  123. <Filter />
  124. <Content><![CDATA[multiComment.bos-query]]></Content>
  125. </Query>
  126. <EXT />
  127. </CommonQuery>
  128. </DataObject>
  129. </DataObjects>
  130. <Styles version="1.0">
  131. <c:Style id="3">
  132. <c:Borders>
  133. <c:Border position="left" lineStyle="NullLine" />
  134. <c:Border position="top" lineStyle="NullLine" />
  135. <c:Border position="right" lineStyle="NullLine" />
  136. <c:Border position="bottom" lineStyle="NullLine" />
  137. </c:Borders>
  138. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  139. </c:Style>
  140. <c:Style id="2">
  141. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  142. <c:Borders>
  143. <c:Border position="left" lineStyle="NullLine" />
  144. <c:Border position="top" lineStyle="NullLine" />
  145. <c:Border position="right" lineStyle="NullLine" />
  146. <c:Border position="bottom" lineStyle="NullLine" />
  147. <c:Border position="diagonalleft" lineStyle="NullLine" />
  148. <c:Border position="diagonalright" lineStyle="NullLine" />
  149. </c:Borders>
  150. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  151. <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
  152. <c:Protection hidden="false" locked="false" />
  153. </c:Style>
  154. <c:Style id="1">
  155. <c:Borders>
  156. <c:Border position="left" lineStyle="Single" penStyle="Dot" />
  157. <c:Border position="top" lineStyle="Single" penStyle="Dot" />
  158. <c:Border position="right" lineStyle="Single" penStyle="Dot" />
  159. <c:Border position="bottom" lineStyle="Single" penStyle="Dot" />
  160. </c:Borders>
  161. </c:Style>
  162. <c:Style id="0">
  163. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  164. </c:Style>
  165. <c:Style id="6">
  166. <c:Font color="#000000" />
  167. <c:Borders>
  168. <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
  169. <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
  170. <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
  171. <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
  172. </c:Borders>
  173. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  174. </c:Style>
  175. <c:Style id="5">
  176. <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  177. <c:Borders>
  178. <c:Border position="left" lineStyle="NullLine" />
  179. <c:Border position="top" lineStyle="NullLine" />
  180. <c:Border position="right" lineStyle="NullLine" />
  181. <c:Border position="bottom" lineStyle="NullLine" />
  182. <c:Border position="diagonalleft" lineStyle="NullLine" />
  183. <c:Border position="diagonalright" lineStyle="NullLine" />
  184. </c:Borders>
  185. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  186. <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
  187. <c:Protection hidden="false" locked="false" />
  188. </c:Style>
  189. <c:Style id="4">
  190. <c:Font fontName="宋体" size="12" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
  191. <c:Borders>
  192. <c:Border position="left" lineStyle="NullLine" />
  193. <c:Border position="top" lineStyle="NullLine" />
  194. <c:Border position="right" lineStyle="NullLine" />
  195. <c:Border position="bottom" lineStyle="NullLine" />
  196. <c:Border position="diagonalleft" lineStyle="NullLine" />
  197. <c:Border position="diagonalright" lineStyle="NullLine" />
  198. </c:Borders>
  199. <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
  200. <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
  201. <c:Protection hidden="false" locked="false" />
  202. </c:Style>
  203. </Styles>
  204. <Headers />
  205. <Footers />
  206. <Form id="form1" alias="360度问卷" version="3.1">
  207. <f:Page id="page1" alias="页1" styleID="0" repeat="-1">
  208. <f:DesignedPage paperSize="Custom" objWidth="1720" objHeight="2470" widthLimitless="false" heightLimitless="true" />
  209. <f:Area id="loop2" alias="循环区" styleID="1" left="[page1.left]+3.0" right="[loop2.left]+1714.0" top="[page1.top]+2.0" nextAreaID="loop2">
  210. <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" />
  211. <f:Panel id="group1" alias="分组容器" styleID="2" left="[loop2.left]" right="[group1.left]+1712.0" top="[loop2.top]" dataSourceID="testPaper">
  212. <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" />
  213. <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">
  214. <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" />
  215. <f:Rows>
  216. <f:Row />
  217. <f:Row />
  218. </f:Rows>
  219. <f:Columns>
  220. <f:Column />
  221. <f:Column />
  222. <f:Column />
  223. <f:Column />
  224. <f:Column />
  225. <f:Column />
  226. </f:Columns>
  227. <f:Body>
  228. <f:Cell id="field1" alias="问卷名称" styleID="4" left="2" right="5" top="1" bottom="1" type="field">
  229. <f:DesignedCell text="名称" locked="false" />
  230. <f:Data type="string">name</f:Data>
  231. </f:Cell>
  232. <f:Cell id="text1" alias="问卷分制:" styleID="2" left="1" right="1" top="2" bottom="2" type="constant">
  233. <f:DesignedCell locked="false" />
  234. <f:Data type="string">问卷分制:</f:Data>
  235. </f:Cell>
  236. <f:Cell id="field2" alias="评分分制" styleID="5" left="2" right="3" top="2" bottom="2" type="field">
  237. <f:DesignedCell text="评分分制" locked="false" />
  238. <f:Data type="string">gradeMode.name</f:Data>
  239. </f:Cell>
  240. </f:Body>
  241. </f:Table>
  242. <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">
  243. <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" />
  244. <f:Rows>
  245. <f:Row height="98" />
  246. </f:Rows>
  247. <f:Columns>
  248. <f:Column width="280" />
  249. <f:Column width="500" />
  250. <f:Column width="500" />
  251. <f:Column width="215" />
  252. <f:Column width="217" />
  253. </f:Columns>
  254. <f:Body>
  255. <f:Cell id="text3" alias="评估项目" styleID="6" left="1" right="1" top="1" bottom="1" type="constant">
  256. <f:DesignedCell locked="false" />
  257. <f:Data type="string">序号</f:Data>
  258. </f:Cell>
  259. <f:Cell id="text4" alias="题目内容" styleID="6" left="2" right="2" top="1" bottom="1" type="constant">
  260. <f:DesignedCell locked="false" />
  261. <f:Data type="string">评价内容</f:Data>
  262. </f:Cell>
  263. <f:Cell id="text5" alias="答题标准" styleID="6" left="3" right="3" top="1" bottom="1" type="constant">
  264. <f:DesignedCell locked="false" />
  265. <f:Data type="string">评价标准</f:Data>
  266. </f:Cell>
  267. <f:Cell id="text6" alias="权重" styleID="6" left="4" right="4" top="1" bottom="1" type="constant">
  268. <f:DesignedCell locked="false" />
  269. <f:Data type="string">权重</f:Data>
  270. </f:Cell>
  271. <f:Cell id="text7" alias="评分" styleID="6" left="5" right="5" top="1" bottom="1" type="constant">
  272. <f:DesignedCell locked="false" />
  273. <f:Data type="string">评分</f:Data>
  274. </f:Cell>
  275. </f:Body>
  276. </f:Table>
  277. <f:Area id="loop1" alias="评估项-题目循环区" styleID="1" left="[group1.left]" right="[loop1.left]+1712.0" top="[table3.bottom]" nextAreaID="loop1">
  278. <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" />
  279. <f:Table id="table5" alias="网格容器5" styleID="3" left="[loop1.left]" right="[table5.left]+1712.0" top="[loop1.top]" bottom="[table5.top]+148.0" dataSourceID="paperQuestion" layout="1">
  280. <f:DesignedTable layout="heightAuto" leftLocationType="relative" leftRelativeObjID="loop1" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="table5" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="loop1" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="table5" bottomRelativeBorder="top" bottomRelativeOffset="148" locked="false" />
  281. <f:Rows>
  282. <f:Row height="148" />
  283. </f:Rows>
  284. <f:Columns>
  285. <f:Column width="280" />
  286. <f:Column width="500" />
  287. <f:Column width="500" />
  288. <f:Column width="215" />
  289. <f:Column width="217" />
  290. </f:Columns>
  291. <f:Body>
  292. <f:Cell id="field4" alias="字段1" styleID="6" left="1" right="1" top="1" bottom="1" type="field">
  293. <f:DesignedCell text="序号" locked="false" />
  294. <f:Data type="string">serial</f:Data>
  295. </f:Cell>
  296. <f:Cell id="field8" alias="字段2" styleID="6" left="2" right="2" top="1" bottom="1" type="field">
  297. <f:DesignedCell text="题目内容" locked="false" />
  298. <f:Data type="string">testQuestion.content</f:Data>
  299. </f:Cell>
  300. <f:Cell id="field10" alias="字段3" styleID="6" left="3" right="3" top="1" bottom="1" type="field">
  301. <f:DesignedCell text="答题标准" locked="false" />
  302. <f:Data type="string">testQuestion.standard</f:Data>
  303. </f:Cell>
  304. <f:Cell id="field11" alias="字段4" styleID="6" left="4" right="4" top="1" bottom="1" type="field">
  305. <f:DesignedCell text="权重" locked="false" />
  306. <f:Data type="string">weightPercent</f:Data>
  307. </f:Cell>
  308. <f:Cell id="text17" alias="文本7" styleID="6" left="5" right="5" top="1" bottom="1" type="constant">
  309. <f:DesignedCell locked="false" />
  310. <f:Data type="string" />
  311. </f:Cell>
  312. </f:Body>
  313. </f:Table>
  314. </f:Area>
  315. <f:Table id="table4" alias="网格容器4" styleID="3" left="[group1.left]" right="[table4.left]+1712.0" top="[loop1.bottom]" bottom="[table4.top]+199.0" layout="1">
  316. <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="0" bottomLocationType="relative" bottomRelativeObjID="table4" bottomRelativeBorder="top" bottomRelativeOffset="199" locked="false" />
  317. <f:Rows>
  318. <f:Row height="99" />
  319. <f:Row height="100" />
  320. </f:Rows>
  321. <f:Columns>
  322. <f:Column width="280" />
  323. <f:Column width="1215" />
  324. <f:Column width="217" />
  325. </f:Columns>
  326. <f:Body>
  327. <f:Cell id="text11" alias="文本1" styleID="6" left="1" right="1" top="1" bottom="1" type="constant">
  328. <f:DesignedCell locked="false" />
  329. <f:Data type="string">得分合计</f:Data>
  330. </f:Cell>
  331. <f:Cell id="text13" alias="文本3" styleID="6" left="2" right="2" top="1" bottom="1" type="constant">
  332. <f:DesignedCell locked="false" />
  333. <f:Data type="string" />
  334. </f:Cell>
  335. <f:Cell id="text15" alias="文本5" styleID="6" left="3" right="3" top="1" bottom="1" type="constant">
  336. <f:DesignedCell locked="false" />
  337. <f:Data type="string" />
  338. </f:Cell>
  339. </f:Body>
  340. </f:Table>
  341. <f:Area id="loop4" alias="循环区2" styleID="1" left="[group1.left]" right="[loop4.left]+1712.0" top="[loop1.bottom]+315.0" nextAreaID="loop4">
  342. <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" />
  343. <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">
  344. <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" />
  345. <f:Panel id="group2" alias="分组容器1" styleID="2" left="[group3.left]" right="[group2.left]+1712.0" top="[group3.top]" bottom="[group2.top]+117.0">
  346. <f:DesignedPanel leftLocationType="relative" leftRelativeObjID="group3" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="group2" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="group3" topRelativeBorder="top" topRelativeOffset="0" bottomLocationType="relative" bottomRelativeObjID="group2" bottomRelativeBorder="top" bottomRelativeOffset="117" locked="false" />
  347. <f:Cell id="field3" alias="字段5" styleID="5" left="[group2.left]" right="[field3.left]+1712.0" top="[group2.top]+3.0" bottom="[field3.top]+114.0" type="field">
  348. <f:DesignedCell text="评语项" leftLocationType="relative" leftRelativeObjID="group2" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="field3" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="group2" topRelativeBorder="top" topRelativeOffset="3" bottomLocationType="relative" bottomRelativeObjID="field3" bottomRelativeBorder="top" bottomRelativeOffset="114" locked="false" />
  349. <f:Data type="string">comment</f:Data>
  350. </f:Cell>
  351. </f:Panel>
  352. <f:Cell id="text2" alias="文本8" styleID="6" left="[group3.left]" right="[text2.left]+1712.0" top="[group2.bottom]+2.0" bottom="[text2.top]+180.0" type="constant">
  353. <f:DesignedCell leftLocationType="relative" leftRelativeObjID="group3" leftRelativeBorder="left" leftRelativeOffset="0" rightLocationType="relative" rightRelativeObjID="text2" rightRelativeBorder="left" rightRelativeOffset="1712" topLocationType="relative" topRelativeObjID="group2" topRelativeBorder="bottom" topRelativeOffset="2" bottomLocationType="relative" bottomRelativeObjID="text2" bottomRelativeBorder="top" bottomRelativeOffset="180" locked="false" />
  354. <f:Data type="string" />
  355. </f:Cell>
  356. </f:Panel>
  357. </f:Area>
  358. </f:Panel>
  359. </f:Area>
  360. </f:Page>
  361. </Form>
  362. <PrintInfo>
  363. <c:PageSetup>
  364. <c:PageMargin left="190" right="190" top="250" bottom="250" header="80" footer="80" />
  365. <c:Orientation>PORTRAIT</c:Orientation>
  366. <c:CustomizePaperSize width="2100" height="2970" bottom="-1" />
  367. <c:Header height="80" margin="80" />
  368. <c:Footer height="80" margin="80" />
  369. </c:PageSetup>
  370. <c:PrinterSetup />
  371. </PrintInfo>
  372. </DocRoot>