|

楼主 |
发表于 2014-11-12 14:05:43
|
显示全部楼层
<?xml version="1.0" encoding="UTF-8"?>
<xui:window xmlns:xui="http://www.justep.com/xui" xmlns="http://www.justep.com/xui" xmlns:xforms="http://www.justep.com/xforms" component="/UI/system/components/window.xbl.xml#window" id="window" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<xforms:model id="model1" style="left:33px;width:610px;top:450px;height:57px;"><data component="/UI/system/components/data.xbl.xml#bizData" update-mode="whereVersion" data-type="json" auto-load="true" id="Father" concept="ApplyMain" store-type="simple"><creator id="default1" action="/studentManagement_RCUpdate4/student/logic/action/createApplyMainAction"></creator>
<reader id="default2" action="/studentManagement_RCUpdate4/student/logic/action/queryApplyMainAction"></reader>
<writer id="default3" action="/studentManagement_RCUpdate4/student/logic/action/saveApplyMainAction"></writer></data>
<data component="/UI/system/components/data.xbl.xml#bizData" update-mode="whereVersion" data-type="json" auto-load="true" id="Son" concept="ApplyDetail"><creator id="default4" action="/studentManagement_RCUpdate4/student/logic/action/createApplyDetailAction"></creator>
<reader id="default5" action="/studentManagement_RCUpdate4/student/logic/action/queryApplyDetailAction"></reader>
<writer id="default6" action="/studentManagement_RCUpdate4/student/logic/action/saveApplyDetailAction"></writer></data>
<data component="/UI/system/components/data.xbl.xml#bizData" update-mode="whereVersion" data-type="json" auto-load="true" id="bizData4" concept="StudentInformatin" store-type="simple"><creator id="default13" action="/studentManagement_RCUpdate4/student/logic/action/createStudentInformatinAction"></creator>
<reader id="default14" action="/studentManagement_RCUpdate4/student/logic/action/queryStudentInformatinAction"></reader>
<writer id="default15" action="/studentManagement_RCUpdate4/student/logic/action/saveStudentInformatinAction"></writer></data></xforms:model>
<xui:view id="rootView" auto-load="true">
<xui:layout style="height:100%;width:100%" id="rootLayout"><xui:place control="view1" id="controlPlace1" style="height:100%;width:100%;background-color:#C0C0C0;"></xui:place></xui:layout>
<xui:view auto-load="true" id="view1" class="xui-container">
<layout type="absolute" style="position:relative;" id="layout1"><xui:place control="Master" id="controlPlace12" style="position:absolute;top:6px;left:2px;width:767px;display:block;border-style:solid solid solid solid;height:132px;"></xui:place></layout>
<xui:view auto-load="true" id="Master" class="xui-container">
<layout type="absolute" style="position:relative;" id="layout4"><xui:place control-label="fApplyDate" style="font-size:10pt;position: absolute;left:10px;top:18px" id="controlLabel7">申请日期</xui:place>
<xui:place control="fApplyDate" style="position: absolute;width: 153px;left:95px;top:10px" id="controlPlace13"></xui:place>
<xui:place control-label="fStatus" style="font-size:10pt;position: absolute;left:275px;top:18px" id="controlLabel8">状态</xui:place>
<xui:place control="fStatus" style="position: absolute;width: 153px;left:360px;top:10px" id="controlPlace14"></xui:place>
<xui:place control-label="fClass" style="font-size:10pt;position: absolute;left:540px;top:18px" id="controlLabel9">班级</xui:place>
<xui:place control="fClass" style="position: absolute;width: 153px;left:625px;top:10px" id="controlPlace15"></xui:place>
<xui:place control-label="fXueHao" style="font-size:10pt;position: absolute;left:10px;top:48px" id="controlLabel10">学号</xui:place>
<xui:place control="fXueHao" style="position: absolute;width: 153px;left:95px;top:40px" id="controlPlace16"></xui:place>
<xui:place control-label="fName" style="font-size:10pt;position: absolute;left:275px;top:48px" id="controlLabel11">姓名</xui:place>
<xui:place control="fName" style="position: absolute;width: 153px;left:360px;top:40px" id="controlPlace17"></xui:place>
<xui:place control-label="fSex" style="font-size:10pt;position: absolute;left:540px;top:48px" id="controlLabel12">性别</xui:place>
<xui:place control="fSex" style="position: absolute;width: 153px;left:625px;top:40px" id="controlPlace18"></xui:place>
<xui:place control-label="gridSelect1" id="controlLabel13" style="position:absolute;top:82px;left:10px;"></xui:place><xui:place control="gridSelect1" id="controlPlace19" style="position:absolute;top:78px;left:103px;"></xui:place></layout>
<xforms:input ref="data('Father')/fApplyDate" id="fApplyDate"></xforms:input>
<xforms:input ref="data('Father')/fStatus" id="fStatus"></xforms:input>
<xforms:input ref="data('Father')/fClass" id="fClass"></xforms:input>
<xforms:input ref="data('Father')/fXueHao" id="fXueHao"></xforms:input>
<xforms:input ref="data('Father')/fName" id="fName"></xforms:input>
<xforms:input ref="data('Father')/fSex" id="fSex"></xforms:input>
<xhtml:div component="/UI/system/components/select.xbl.xml#gridSelect" row-height="36" dropdown-class="xui-grid-hide-VLine" label-separator="," value-separator="," ext-separator="," id="gridSelect1" ref="data('bizData4')/fXueHao" label-ref="data('bizData4')/fXueHao">
<xforms:label ref="" id="default10"></xforms:label>
<xforms:value ref="" id="default11"></xforms:value>
<xforms:itemset id="default12" auto-load-data="true" data="Father"></xforms:itemset></xhtml:div></xui:view></xui:view></xui:view>
<xui:resource id="resource1"/>
</xui:window> |
|