123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <DocInfo>
- <c:Created>Fri May 12 11:01:22 CST 2006</c:Created>
- <c:Company>kingdee.com</c:Company>
- <c:LastModified>Thu Apr 08 15:28:25 CST 2010</c:LastModified>
- <c:Author>null</c:Author>
- </DocInfo>
- <DataSources version="2.0">
- <c:DataSource id="paperQuestion">
- <c:Reference />
- <c:Params>
- <c:Param dataType="String" source="associate">
- <c:ColName>mulitEvalID</c:ColName>
- <c:Associate dataSourceID="multiEval">id</c:Associate>
- </c:Param>
- </c:Params>
- </c:DataSource>
- <c:DataSource id="testPaper">
- <c:Reference />
- <c:Params />
- </c:DataSource>
- <c:DataSource id="multiEval">
- <c:Reference />
- <c:Params>
- <c:Param dataType="String" source="associate">
- <c:ColName>testPaperID</c:ColName>
- <c:Associate dataSourceID="testPaper">id</c:Associate>
- </c:Param>
- </c:Params>
- </c:DataSource>
- <c:DataSource id="multiComment">
- <c:Reference />
- <c:Params>
- <c:Param dataType="String" source="associate">
- <c:ColName>testPaperID</c:ColName>
- <c:Associate dataSourceID="testPaper">id</c:Associate>
- </c:Param>
- </c:Params>
- </c:DataSource>
- </DataSources>
- <DataObjects version="1.0">
- <DataObject name="paperQuestion" alias="题目" desc="">
- <CommonQuery name="paperQuestion" alias="题目" desc="">
- <Parameters>
- <Parameter name="mulitEvalID" alias="所关联的评估项ID" dataType="string" allowNull="false" defaultValue="[multiEval].[id]" />
- </Parameters>
- <Imports>
- <Import expr="/EASPrintDataSource" />
- </Imports>
- <Outputs>
- <Columns>
- <Column name="id" alias="题目项ID" dataType="string" order="0" />
- <Column name="testPaper.id" alias="问卷ID" dataType="string" order="0" />
- <Column name="evaluation.id" alias="评估项ID" dataType="string" order="0" />
- <Column name="serial" alias="序号" dataType="string" order="0" />
- <Column name="testQuestion.content" alias="题目内容" dataType="string" order="0" />
- <Column name="testQuestion.standard" alias="答题标准" dataType="string" order="0" />
- <Column name="weightPercent" alias="权重" dataType="string" order="0" />
- </Columns>
- </Outputs>
- <Query name="paperQuestion.bos-query" alias="题目" desc="" version="1.0" type="bos.query">
- <Columns>
- <Column name="id" alias="题目项ID" dataType="string" expr="[paperQuestion].[id]" />
- <Column name="testPaper.id" alias="问卷ID" dataType="string" expr="[paperQuestion].[testPaper.id]" />
- <Column name="evaluation.id" alias="评估项ID" dataType="string" expr="[paperQuestion].[evaluation.id]" />
- <Column name="serial" alias="序号" dataType="string" expr="[paperQuestion].[serial]" />
- <Column name="testQuestion.content" alias="题目内容" dataType="string" expr="[paperQuestion].[testQuestion.content]" />
- <Column name="testQuestion.standard" alias="答题标准" dataType="string" expr="[paperQuestion].[testQuestion.standard]" />
- <Column name="weightPercent" alias="权重" dataType="string" expr="[paperQuestion].[weightPercent]" />
- </Columns>
- <Tables />
- <Joins />
- <Orders />
- <Filter />
- <Content><![CDATA[paperQuestion.bos-query]]></Content>
- </Query>
- <EXT />
- </CommonQuery>
- </DataObject>
- <DataObject name="testPaper" alias="360度问卷" desc="">
- <CommonQuery name="testPaper" alias="360度问卷" desc="">
- <Imports>
- <Import expr="/EASPrintDataSource" />
- </Imports>
- <Outputs>
- <Columns>
- <Column name="id" alias="问卷ID" dataType="string" order="0" />
- <Column name="name" alias="名称" dataType="string" order="0" />
- <Column name="gradeMode.name" alias="评分分制" dataType="string" order="0" />
- </Columns>
- </Outputs>
- <Query name="testPaper.bos-query" alias="360度问卷" desc="" version="1.0" type="bos.query">
- <Columns>
- <Column name="id" alias="问卷ID" dataType="string" expr="[testPaper].[id]" />
- <Column name="name" alias="名称" dataType="string" expr="[testPaper].[name]" />
- <Column name="gradeMode.name" alias="评分分制" dataType="string" expr="[testPaper].[gradeMode.name]" />
- </Columns>
- <Tables />
- <Joins />
- <Orders />
- <Filter />
- <Content><![CDATA[testPaper.bos-query]]></Content>
- </Query>
- <EXT />
- </CommonQuery>
- </DataObject>
- <DataObject name="multiEval" alias="评估项" desc="">
- <CommonQuery name="multiEval" alias="评估项" desc="">
- <Parameters>
- <Parameter name="testPaperID" alias="所属问卷ID" dataType="string" allowNull="false" defaultValue="[testPaper].[id]" />
- </Parameters>
- <Imports>
- <Import expr="/EASPrintDataSource" />
- </Imports>
- <Outputs>
- <Columns>
- <Column name="id" alias="评估项ID" dataType="string" order="0" />
- <Column name="id" alias="评估项ID" dataType="string" order="0" />
- <Column name="serial" alias="序号" dataType="null" order="0" />
- <Column name="evaluation" alias="评估项" dataType="string" order="0" />
- <Column name="weight" alias="权重" dataType="null" order="0" />
- </Columns>
- </Outputs>
- <Query name="multiEval.bos-query" alias="评估项" desc="" version="1.0" type="bos.query">
- <Columns>
- <Column name="id" alias="评估项ID" dataType="string" expr="[multiEval].[id]" />
- <Column name="testPaper.id" alias="问卷ID" dataType="string" expr="[multiEval].[testPaper.id]" />
- <Column name="serial" alias="序号" dataType="null" expr="[multiEval].[serial]" />
- <Column name="evaluation" alias="评估项" dataType="string" expr="[multiEval].[evaluation]" />
- <Column name="weight" alias="权重" dataType="null" expr="[multiEval].[weight]" />
- </Columns>
- <Tables />
- <Joins />
- <Orders />
- <Filter />
- <Content><![CDATA[multiEval.bos-query]]></Content>
- </Query>
- <EXT />
- </CommonQuery>
- </DataObject>
- <DataObject name="multiComment" alias="评语项" desc="">
- <CommonQuery name="multiComment" alias="评语项" desc="">
- <Parameters>
- <Parameter name="testPaperID" alias="所属问卷ID" desc="所属问卷ID" dataType="string" allowNull="false" defaultValue="[testPaper].[id]" />
- </Parameters>
- <Imports>
- <Import expr="/EASPrintDataSource" />
- </Imports>
- <Outputs>
- <Columns>
- <Column name="testPaper.id" alias="问卷ID" dataType="string" order="0" />
- <Column name="serial" alias="评语项序号" dataType="string" order="0" />
- <Column name="comment" alias="评语项" dataType="string" order="0" />
- </Columns>
- </Outputs>
- <Query name="multiComment.bos-query" alias="评语项" desc="" version="1.0" type="bos.query">
- <Columns>
- <Column name="testPaper.id" alias="问卷ID" dataType="string" expr="[multiComment].[testPaper.id]" />
- <Column name="serial" alias="评语项序号" dataType="string" expr="[multiComment].[serial]" />
- <Column name="comment" alias="评语项" dataType="string" expr="[multiComment].[comment]" />
- </Columns>
- <Tables />
- <Joins />
- <Orders />
- <Filter />
- <Content><![CDATA[multiComment.bos-query]]></Content>
- </Query>
- <EXT />
- </CommonQuery>
- </DataObject>
- </DataObjects>
- <Styles version="1.0">
- <c:Style id="3">
- <c:Borders>
- <c:Border position="left" lineStyle="NullLine" />
- <c:Border position="top" lineStyle="NullLine" />
- <c:Border position="right" lineStyle="NullLine" />
- <c:Border position="bottom" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- </c:Style>
- <c:Style id="2">
- <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
- <c:Borders>
- <c:Border position="left" lineStyle="NullLine" />
- <c:Border position="top" lineStyle="NullLine" />
- <c:Border position="right" lineStyle="NullLine" />
- <c:Border position="bottom" lineStyle="NullLine" />
- <c:Border position="diagonalleft" lineStyle="NullLine" />
- <c:Border position="diagonalright" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
- <c:Protection hidden="false" locked="false" />
- </c:Style>
- <c:Style id="10">
- <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
- <c:Borders>
- <c:Border position="left" lineStyle="NullLine" />
- <c:Border position="top" lineStyle="NullLine" />
- <c:Border position="right" lineStyle="NullLine" />
- <c:Border position="bottom" lineStyle="NullLine" />
- <c:Border position="diagonalleft" lineStyle="NullLine" />
- <c:Border position="diagonalright" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- <c:Alignment horizontal="left" vertical="middle" wrapText="true" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
- <c:Protection hidden="false" locked="false" />
- </c:Style>
- <c:Style id="1">
- <c:Borders>
- <c:Border position="left" lineStyle="Single" penStyle="Dot" />
- <c:Border position="top" lineStyle="Single" penStyle="Dot" />
- <c:Border position="right" lineStyle="Single" penStyle="Dot" />
- <c:Border position="bottom" lineStyle="Single" penStyle="Dot" />
- </c:Borders>
- </c:Style>
- <c:Style id="0">
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- </c:Style>
- <c:Style id="7">
- <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
- <c:Borders>
- <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="diagonalleft" lineStyle="NullLine" />
- <c:Border position="diagonalright" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff00" pattern="None" patternColor="#000000" />
- <c:Alignment horizontal="center" vertical="middle" wrapText="true" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
- <c:Protection hidden="false" locked="false" />
- </c:Style>
- <c:Style id="6">
- <c:Font color="#000000" />
- <c:Borders>
- <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- </c:Style>
- <c:Style id="5">
- <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
- <c:Borders>
- <c:Border position="left" lineStyle="NullLine" />
- <c:Border position="top" lineStyle="NullLine" />
- <c:Border position="right" lineStyle="NullLine" />
- <c:Border position="bottom" lineStyle="NullLine" />
- <c:Border position="diagonalleft" lineStyle="NullLine" />
- <c:Border position="diagonalright" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- <c:Alignment horizontal="left" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
- <c:Protection hidden="false" locked="false" />
- </c:Style>
- <c:Style id="4">
- <c:Font fontName="宋体" size="12" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
- <c:Borders>
- <c:Border position="left" lineStyle="NullLine" />
- <c:Border position="top" lineStyle="NullLine" />
- <c:Border position="right" lineStyle="NullLine" />
- <c:Border position="bottom" lineStyle="NullLine" />
- <c:Border position="diagonalleft" lineStyle="NullLine" />
- <c:Border position="diagonalright" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- <c:Alignment horizontal="center" vertical="middle" wrapText="false" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
- <c:Protection hidden="false" locked="false" />
- </c:Style>
- <c:Style id="9">
- <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
- <c:Borders>
- <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="diagonalleft" lineStyle="NullLine" />
- <c:Border position="diagonalright" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- <c:Alignment horizontal="center" vertical="middle" wrapText="true" rotate="0" shrink="false" lineSpace="0.0" padding="1,1,1,1" clip="true" />
- <c:Protection hidden="false" locked="false" />
- </c:Style>
- <c:Style id="8">
- <c:Font fontName="宋体" size="9" color="#000000" bold="false" underline="false" italic="false" strikethrough="false" weight="400.0" />
- <c:Borders>
- <c:Border position="left" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="top" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="right" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="bottom" lineStyle="Single" penStyle="Solid" color="#000000" />
- <c:Border position="diagonalleft" lineStyle="NullLine" />
- <c:Border position="diagonalright" lineStyle="NullLine" />
- </c:Borders>
- <c:Interior color="#ffffff" pattern="Solid" patternColor="#000000" />
- <c:Alignment horizontal="center" vertical="middle" wrapText="true" rotate="0" shrink="false" lineSpace="0.0" clip="true" />
- <c:Protection hidden="false" locked="false" />
- </c:Style>
- </Styles>
- <Headers />
- <Footers />
- <Form id="form1" alias="360度问卷" version="3.1">
- <f:Page id="page1" alias="页1" styleID="0" repeat="-1">
- <f:DesignedPage paperSize="Custom" objWidth="1720" objHeight="2470" widthLimitless="false" heightLimitless="true" />
- <f:Area id="loop2" alias="循环区" styleID="1" left="[page1.left]+3.0" right="[loop2.left]+1714.0" top="[page1.top]+2.0" nextAreaID="loop2">
- <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" />
- <f:Panel id="group1" alias="分组容器" styleID="2" left="[loop2.left]" right="[group1.left]+1712.0" top="[loop2.top]" dataSourceID="testPaper">
- <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" />
- <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">
- <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" />
- <f:Rows>
- <f:Row />
- <f:Row />
- </f:Rows>
- <f:Columns>
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- <f:Column />
- </f:Columns>
- <f:Body>
- <f:Cell id="field1" alias="问卷名称" styleID="4" left="2" right="5" top="1" bottom="1" type="field">
- <f:DesignedCell text="名称" locked="false" />
- <f:Data type="string">name</f:Data>
- </f:Cell>
- <f:Cell id="text1" alias="问卷分制:" styleID="2" left="1" right="1" top="2" bottom="2" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">问卷分制:</f:Data>
- </f:Cell>
- <f:Cell id="field2" alias="评分分制" styleID="5" left="2" right="3" top="2" bottom="2" type="field">
- <f:DesignedCell text="评分分制" locked="false" />
- <f:Data type="string">gradeMode.name</f:Data>
- </f:Cell>
- </f:Body>
- </f:Table>
- <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">
- <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" />
- <f:Rows>
- <f:Row height="98" />
- </f:Rows>
- <f:Columns>
- <f:Column width="310" />
- <f:Column width="360" />
- <f:Column width="360" />
- <f:Column width="215" />
- <f:Column width="215" />
- <f:Column width="252" />
- </f:Columns>
- <f:Body>
- <f:Cell id="text3" alias="评估项目" styleID="6" left="1" right="1" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">评估项目</f:Data>
- </f:Cell>
- <f:Cell id="text4" alias="题目内容" styleID="6" left="2" right="2" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">评价内容</f:Data>
- </f:Cell>
- <f:Cell id="text5" alias="答题标准" styleID="6" left="3" right="3" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">评价标准</f:Data>
- </f:Cell>
- <f:Cell id="text6" alias="权重" styleID="6" left="4" right="4" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">权重</f:Data>
- </f:Cell>
- <f:Cell id="text7" alias="评分" styleID="6" left="5" right="5" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">评分</f:Data>
- </f:Cell>
- <f:Cell id="text8" alias="评估项小计" styleID="6" left="6" right="6" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">评估项小计</f:Data>
- </f:Cell>
- </f:Body>
- </f:Table>
- <f:Area id="loop1" alias="评估项-题目循环区" styleID="1" left="[group1.left]" right="[loop1.left]+1712.0" top="[table3.bottom]" nextAreaID="loop1">
- <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" />
- <f:Panel id="group2" alias="分组容器1" styleID="6" left="[loop1.left]" right="[group2.left]+1712.0" top="[loop1.top]" dataSourceID="multiEval">
- <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" />
- <f:Cell id="field3" alias="评估项" styleID="7" left="[group2.left]" right="[field3.left]+310.0" top="[group2.top]" bottom="[loop3.bottom]" type="field">
- <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" />
- <f:Data type="string">evaluation</f:Data>
- </f:Cell>
- <f:Area id="loop3" alias="题目循环区" styleID="1" left="[group2.left]+310.0" right="[loop3.left]+1150.0" top="[group2.top]" priority="1" nextAreaID="loop3">
- <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" />
- <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">
- <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" />
- <f:Rows>
- <f:Row height="125" />
- </f:Rows>
- <f:Columns>
- <f:Column width="360" />
- <f:Column width="360" />
- <f:Column width="215" />
- <f:Column width="215" />
- </f:Columns>
- <f:Body>
- <f:Cell id="field5" alias="题目内容字段" styleID="8" left="1" right="1" top="1" bottom="1" type="field">
- <f:DesignedCell text="题目内容" locked="false" />
- <f:Data type="string">testQuestion.content</f:Data>
- </f:Cell>
- <f:Cell id="field6" alias="答题标准字段" styleID="8" left="2" right="2" top="1" bottom="1" type="field">
- <f:DesignedCell text="答题标准" locked="false" />
- <f:Data type="string">testQuestion.standard</f:Data>
- </f:Cell>
- <f:Cell id="field7" alias="权重字段" styleID="9" left="3" right="3" top="1" bottom="1" type="field">
- <f:DesignedCell text="权重" locked="false" />
- <f:Data type="string">weightPercent</f:Data>
- </f:Cell>
- <f:Cell id="text9" alias="评分(空)" styleID="6" left="4" right="4" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string" />
- </f:Cell>
- </f:Body>
- </f:Table>
- </f:Area>
- <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">
- <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" />
- <f:Data type="string" />
- </f:Cell>
- </f:Panel>
- </f:Area>
- <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">
- <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" />
- <f:Rows>
- <f:Row height="99" />
- <f:Row height="100" />
- </f:Rows>
- <f:Columns>
- <f:Column width="310" />
- <f:Column width="1150" />
- <f:Column width="252" />
- </f:Columns>
- <f:Body>
- <f:Cell id="text11" alias="文本1" styleID="6" left="1" right="1" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string">得分合计</f:Data>
- </f:Cell>
- <f:Cell id="text13" alias="文本3" styleID="6" left="2" right="2" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string" />
- </f:Cell>
- <f:Cell id="text15" alias="文本5" styleID="6" left="3" right="3" top="1" bottom="1" type="constant">
- <f:DesignedCell locked="false" />
- <f:Data type="string" />
- </f:Cell>
- </f:Body>
- </f:Table>
- <f:Area id="loop4" alias="循环区2" styleID="1" left="[group1.left]" right="[loop4.left]+1712.0" top="[loop1.bottom]+315.0" nextAreaID="loop4">
- <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" />
- <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">
- <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" />
- <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">
- <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" />
- <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">
- <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" />
- <f:Data type="string">comment</f:Data>
- </f:Cell>
- </f:Panel>
- <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">
- <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" />
- <f:Data type="string" />
- </f:Cell>
- </f:Panel>
- </f:Area>
- </f:Panel>
- </f:Area>
- </f:Page>
- </Form>
- <PrintInfo>
- <c:PageSetup>
- <c:PageMargin left="190" right="190" top="250" bottom="250" header="80" footer="80" />
- <c:Orientation>PORTRAIT</c:Orientation>
- <c:CustomizePaperSize width="2100" height="2970" bottom="-1" />
- <c:Header height="80" margin="80" />
- <c:Footer height="80" margin="80" />
- </c:PageSetup>
- <c:PrinterSetup />
- </PrintInfo>
- </DocRoot>
|