| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../css/body.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>垛位选择</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <gridData>
- <grid1>
- </grid1>
- </gridData>
- <formData>
- <YARD_AREA/>
- </formData>
- <tempData/>
- <searchData>
- <slabCount_VO>
- <slabCount_Row/>
- </slabCount_VO>
- </searchData>
- <tempData/>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- var SELECTED_TYPE = "";
- var temptag = 0;
- var outValue = new Array();
-
- function yardAddrDbClick(){
- if(SELECTED_TYPE == "LG"){
- onclickFunc();
- return;
- }
- for(var i = 1 ; i <= 36 ; i++){
- var gridId = document.all("datagrid" + i);
- if(gridId.isCell(event.target)&&gridId.row <= gridId.fixedRows)
- {
- var gridCaptions = gridId.caption.split("^");
- SELECTED_CAPTION = gridCaptions[gridId.col];
- var ope = window.opener;
- ope.model.setValue("/root/tempData",SELECTED_CAPTION);
-
- window.close();
- }
- }
- }
-
- function onclickFunc(){
- var target = event.target;
- var control = document.controls(target);
-
-
- if (control.elementName != "xforms:output") return;
- var ref = control.attribute("ref");
- var loc = ref.substring(44,49);
-
- var SELECTED_CAPTION = loc;
- var ope = window.opener;
- ope.model.setValue("/root/tempData",SELECTED_CAPTION);
- window.close();
- }
- function refresh(){
- for(var i = 0 ; i < temptag ; i++){
- body.removeChild(outValue[i]);
- }
- model.refresh();
- }
-
- function init(){
- temptag = 0;
- commSubmit("UIG040021-service","init","glueAction.do");
-
- var nodeList = instance1.selectSingleNode("/root/resData/yardSelect_VO").childNodes;
- var buttonList = new Array();
- var tmp;
- var outData = "";
- var count = 0;
- while( (tmp = nodeList.nextNode() ) != null )
- {
-
-
- outData = tmp.firstChild.value ;
-
- count = outData.substr(4,1);
- var leftValue = 0;
- var topValue = 0;
-
- var xvalue = outData.substr(1,2);
- var yvalue = outData.substr(3,1);
- if(xvalue == "01"){leftValue = 0;}
- else if(xvalue == "02"){ leftValue = 105;}
- else if(xvalue == "03"){ leftValue = 210;}
- else if(xvalue == "04"){ leftValue = 315;}
- else if(xvalue == "05"){ leftValue = 420;}
- else if(xvalue == "06"){ leftValue = 525;}
- else if(xvalue == "07"){ leftValue = 630;}
- else if(xvalue == "08"){ leftValue = 735;}
- else if(xvalue == "09"){ leftValue = 845;}
-
- if(yvalue == "A") {topValue = 50;}
- else if(yvalue == "B") {topValue = 170;}
- else if(yvalue == "C") {topValue = 290;}
- else if(yvalue == "D") {topValue = 410;}
-
-
- var node = instance1.createNode("element",outData,"");
- var selnode = instance1.selectSingleNode("/root/searchData/slabCount_VO/slabCount_Row");
- selnode.appendChild(node);
-
- buttonList[1] = body.createChild("xforms:output", "id:"+ outData + ";ref:/root/searchData/slabCount_VO/slabCount_Row/" + outData + ";left:"+ (leftValue + (count-1)*17 + 5) + "px;top:" + topValue + "px;width:15px; height:95px; text:" + "" + ";background-color:#99ccff");
-
- outValue[temptag] = outData;
- temptag++;
- }
-
- model.removenode("/root/reqData");
- model.makeNode("/root/reqData");
- commSubmit("UIG040021-service","find","glueAction.do");
-
- commAppendData("/root/searchData/slabCount_VO", "/root/resData/slabCount_VO");
-
- commAppendData("/root/formData/TotSlabCnt_VO", "/root/resData/TotSlabCnt_VO");
-
- model.refresh();
- }
-
- function find(caseid){
- commSendReq("/root/formData");
- commSubmit("UIG040020-service","select","glueAction.do");
-
- // 获取板坯库地址,以及每个地址所存放的板坯块数,并跟界面中的datagrid绑定
- var slabYardAreaNodeset = instance1.selectSingleNode("/root/resData/SlabYardResult_VO/SlabYardResult_Row");
- for(var i = 1;i<=slabYardAreaNodeset.length;i++)
- {
- // 获取板库地址
- var resCaptionNode = instance1.selectSingleNode("/root/resData/SlabYardResult_VO/SlabYardResult_Row[" + i + "]/YARD_ADDR");
- // 板坯库地存放板坯数
- var resValueNode = instance1.selectSingleNode("/root/resData/SlabYardResult_VO/SlabYardResult_Row[" + i + "]/ROW_COUNT");
- // 创建一个gird1的子节点
- var captionNode = model.makeNode("/root/gridData/grid1/" + resCaptionNode.value);
- // 子节点赋值
- model.setValue("/root/gridData/grid1/" + resCaptionNode.value,resValueNode.value);
- }
- model.refresh();
- for(var i = 1;i<=slabYardAreaNodeset.length;i++)
- {
- var SlabCnt = model.getValue("/root/resData/SlabYardResult_VO/SlabYardResult_Row["+i+"]/RHF_SCH");
-
-
- if ( SlabCnt != null && SlabCnt == "Y" ) {
- var YardAddr = model.getValue("/root/resData/SlabYardResult_VO/SlabYardResult_Row["+i+"]/YARD_ADDR");
-
- if(YardAddr.substr(0,4) == "Z11X")gridID = "datagrid1";
- else if(YardAddr.substr(0,4) == "Z11Y")gridID = "datagrid2";
- else if(YardAddr.substr(0,4) == "Z11C")gridID = "datagrid3";
- else if(YardAddr.substr(0,4) == "Z11D")gridID = "datagrid4";
- else if(YardAddr.substr(0,4) == "Z12X")gridID = "datagrid5";
- else if(YardAddr.substr(0,4) == "Z12Y")gridID = "datagrid6";
- else if(YardAddr.substr(0,4) == "Z12C")gridID = "datagrid7";
- else if(YardAddr.substr(0,4) == "Z12D")gridID = "datagrid8";
- else if(YardAddr.substr(0,4) == "Z13X")gridID = "datagrid9";
- else if(YardAddr.substr(0,4) == "Z13Y")gridID = "datagrid10";
- else if(YardAddr.substr(0,4) == "Z13C")gridID = "datagrid11";
- else if(YardAddr.substr(0,4) == "Z13D")gridID = "datagrid12";
- else if(YardAddr.substr(0,4) == "Z21X")gridID = "datagrid13";
- else if(YardAddr.substr(0,4) == "Z21Y")gridID = "datagrid14";
- else if(YardAddr.substr(0,4) == "Z21C")gridID = "datagrid15";
- else if(YardAddr.substr(0,4) == "Z21D")gridID = "datagrid16";
- else if(YardAddr.substr(0,4) == "Z22X")gridID = "datagrid17";
- else if(YardAddr.substr(0,4) == "Z22Y")gridID = "datagrid18";
- else if(YardAddr.substr(0,4) == "Z22C")gridID = "datagrid19";
- else if(YardAddr.substr(0,4) == "Z22D")gridID = "datagrid20";
- else if(YardAddr.substr(0,4) == "Z23X")gridID = "datagrid21";
- else if(YardAddr.substr(0,4) == "Z23Y")gridID = "datagrid22";
- else if(YardAddr.substr(0,4) == "Z23C")gridID = "datagrid23";
- else if(YardAddr.substr(0,4) == "Z23D")gridID = "datagrid24";
- else if(YardAddr.substr(0,4) == "Z31X")gridID = "datagrid25";
- else if(YardAddr.substr(0,4) == "Z31Y")gridID = "datagrid26";
- else if(YardAddr.substr(0,4) == "Z31C")gridID = "datagrid27";
- else if(YardAddr.substr(0,4) == "Z31D")gridID = "datagrid28";
- else if(YardAddr.substr(0,4) == "Z32X")gridID = "datagrid29";
- else if(YardAddr.substr(0,4) == "Z32Y")gridID = "datagrid30";
- else if(YardAddr.substr(0,4) == "Z32C")gridID = "datagrid31";
- else if(YardAddr.substr(0,4) == "Z32D")gridID = "datagrid32";
- else if(YardAddr.substr(0,4) == "Z33X")gridID = "datagrid33";
- else if(YardAddr.substr(0,4) == "Z33Y")gridID = "datagrid34";
- else if(YardAddr.substr(0,4) == "Z33C")gridID = "datagrid35";
- else if(YardAddr.substr(0,4) == "Z33D")gridID = "datagrid36";
-
-
- var gridCaptions = document.all(gridID).caption.split("^");
-
- for ( var j = 0;j < 17 ; j++ ) {
-
- var titAddr = gridCaptions[j];
-
-
- if (YardAddr == titAddr ) {
- document.all(gridID).cellstyle("background-color",1, j, 1,j) = "#ff00ff";
-
- }
- }
- }
- }
- for(var i = ((caseid -1)*12 + 1) ; i <= 12*caseid ; i++){
- document.all("datagrid" + i).rebuild();
- }
- }
- ]]>
- </script>
- <script type="javascript" src="../../js/boaCommon.js"/>
- </xhtml:head>
- <xhtml:body>
- <switch id="switch1" style="left:0px; top:40px; width:980px; height:570px; ">
- <case id="case1" selected="true">
- <datagrid id="datagrid2" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z11Y11^Z11Y12^Z11Y13^Z11Y14^Z11Y15^Z11Y16^^Z11Y21^Z11Y22^Z11Y23^Z11Y24^Z11Y25^^Z11Y31^Z11Y32^Z11Y33^Z11Y34^Z11Y35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:47px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z11Y11"/>
- <col ref="Z11Y12"/>
- <col ref="Z11Y13"/>
- <col ref="Z11Y14"/>
- <col ref="Z11Y15"/>
- <col ref="Z11Y16"/>
- <col/>
- <col ref="Z11Y21"/>
- <col ref="Z11Y22"/>
- <col ref="Z11Y23"/>
- <col ref="Z11Y24"/>
- <col ref="Z11Y25"/>
- <col/>
- <col ref="Z11Y31"/>
- <col ref="Z11Y32"/>
- <col ref="Z11Y33"/>
- <col ref="Z11Y34"/>
- <col ref="Z11Y35"/>
- </datagrid>
- <datagrid id="datagrid3" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z11C11^Z11C12^Z11C13^Z11C14^Z11C15^Z11C16^^Z11C21^Z11C22^Z11C23^Z11C24^Z11C25^^Z11C31^Z11C32^Z11C33^Z11C34^Z11C35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 54, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" disable.background-color="#3366ff" style="left:0px; top:92px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z11C11"/>
- <col ref="Z11C12"/>
- <col ref="Z11C13"/>
- <col ref="Z11C14"/>
- <col ref="Z11C15"/>
- <col ref="Z11C16"/>
- <col/>
- <col ref="Z11C21"/>
- <col ref="Z11C22"/>
- <col ref="Z11C23"/>
- <col ref="Z11C24"/>
- <col ref="Z11C25"/>
- <col/>
- <col ref="Z11C31"/>
- <col ref="Z11C32"/>
- <col ref="Z11C33"/>
- <col ref="Z11C34"/>
- <col ref="Z11C35"/>
- </datagrid>
- <datagrid id="datagrid4" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z11D11^Z11D12^Z11D13^Z11D14^Z11D15^Z11D16^^Z11D21^Z11D22^Z11D23^Z11D24^Z11D25^^Z11D31^Z11D32^Z11D33^Z11D34^Z11D35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" disable.background-color="#3366ff" style="left:0px; top:136px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z11D11"/>
- <col ref="Z11D12"/>
- <col ref="Z11D13"/>
- <col ref="Z11D14"/>
- <col ref="Z11D15"/>
- <col ref="Z11D16"/>
- <col/>
- <col ref="Z11D21"/>
- <col ref="Z11D22"/>
- <col ref="Z11D23"/>
- <col ref="Z11D24"/>
- <col ref="Z11D25"/>
- <col/>
- <col ref="Z11D31"/>
- <col ref="Z11D32"/>
- <col ref="Z11D33"/>
- <col ref="Z11D34"/>
- <col ref="Z11D35"/>
- </datagrid>
- <datagrid id="datagrid5" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z12X11^Z12X12^Z12X13^Z12X14^Z12X15^Z12X21^Z12X22^Z12X23^Z12X24^Z12X25^Z12X31^Z12X32^Z12X33^Z12X34^Z12X35^Z12X41^Z12X42^Z12X43^Z12X44^Z12X45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:194px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z12X11"/>
- <col ref="Z12X12"/>
- <col ref="Z12X13"/>
- <col ref="Z12X14"/>
- <col ref="Z12X15"/>
- <col ref="Z12X21"/>
- <col ref="Z12X22"/>
- <col ref="Z12X23"/>
- <col ref="Z12X24"/>
- <col ref="Z12X25"/>
- <col ref="Z12X31"/>
- <col ref="Z12X32"/>
- <col ref="Z12X33"/>
- <col ref="Z12X34"/>
- <col ref="Z12X35"/>
- <col ref="Z12X41"/>
- <col ref="Z12X42"/>
- <col ref="Z12X43"/>
- <col ref="Z12X44"/>
- <col ref="Z12X45"/>
- </datagrid>
- <datagrid id="datagrid6" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z12Y11^Z12Y12^Z12Y13^Z12Y14^Z12Y15^Z12Y21^Z12Y22^Z12Y23^Z12Y24^Z12Y25^Z12Y31^Z12Y32^Z12Y33^Z12Y34^Z12Y35^Z12Y41^Z12Y42^Z12Y43^Z12Y44^Z12Y45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:238px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z12Y11"/>
- <col ref="Z12Y12"/>
- <col ref="Z12Y13"/>
- <col ref="Z12Y14"/>
- <col ref="Z12Y15"/>
- <col ref="Z12Y21"/>
- <col ref="Z12Y22"/>
- <col ref="Z12Y23"/>
- <col ref="Z12Y24"/>
- <col ref="Z12Y25"/>
- <col ref="Z12Y31"/>
- <col ref="Z12Y32"/>
- <col ref="Z12Y33"/>
- <col ref="Z12Y34"/>
- <col ref="Z12Y35"/>
- <col ref="Z12Y41"/>
- <col ref="Z12Y42"/>
- <col ref="Z12Y43"/>
- <col ref="Z12Y44"/>
- <col ref="Z12Y45"/>
- </datagrid>
- <datagrid id="datagrid7" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z12C11^Z12C12^Z12C13^Z12C14^Z12C15^Z12C21^Z12C22^Z12C23^Z12C24^Z12C25^Z12C31^Z12C32^Z12C33^Z12C34^Z12C35^Z12C41^Z12C42^Z12C43^Z12C44^Z12C45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:283px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z12C11"/>
- <col ref="Z12C12"/>
- <col ref="Z12C13"/>
- <col ref="Z12C14"/>
- <col ref="Z12C15"/>
- <col ref="Z12C21"/>
- <col ref="Z12C22"/>
- <col ref="Z12C23"/>
- <col ref="Z12C24"/>
- <col ref="Z12C25"/>
- <col ref="Z12C31"/>
- <col ref="Z12C32"/>
- <col ref="Z12C33"/>
- <col ref="Z12C34"/>
- <col ref="Z12C35"/>
- <col ref="Z12C41"/>
- <col ref="Z12C42"/>
- <col ref="Z12C43"/>
- <col ref="Z12C44"/>
- <col ref="Z12C45"/>
- </datagrid>
- <datagrid id="datagrid10" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z13Y11^Z13Y12^Z13Y13^Z13Y14^Z13Y15^Z13Y16^^Z13Y21^Z13Y22^Z13Y23^Z13Y24^Z13Y25^^Z13Y31^Z13Y32^Z13Y33^Z13Y34^Z13Y35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:429px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z13Y11"/>
- <col ref="Z13Y12"/>
- <col ref="Z13Y13"/>
- <col ref="Z13Y14"/>
- <col ref="Z13Y15"/>
- <col ref="Z13Y16"/>
- <col/>
- <col ref="Z13Y21"/>
- <col ref="Z13Y22"/>
- <col ref="Z13Y23"/>
- <col ref="Z13Y24"/>
- <col ref="Z13Y25"/>
- <col/>
- <col ref="Z13Y31"/>
- <col ref="Z13Y32"/>
- <col ref="Z13Y33"/>
- <col ref="Z13Y34"/>
- <col ref="Z13Y35"/>
- </datagrid>
- <datagrid id="datagrid8" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z12D11^Z12D12^Z12D13^Z12D14^Z12D15^Z12D21^Z12D22^Z12D23^Z12D24^Z12D25^Z12D31^Z12D32^Z12D33^Z12D34^Z12D35^Z12D41^Z12D42^Z12D43^Z12D44^Z12D45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:327px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z12D11"/>
- <col ref="Z12D12"/>
- <col ref="Z12D13"/>
- <col ref="Z12D14"/>
- <col ref="Z12D15"/>
- <col ref="Z12D21"/>
- <col ref="Z12D22"/>
- <col ref="Z12D23"/>
- <col ref="Z12D24"/>
- <col ref="Z12D25"/>
- <col ref="Z12D31"/>
- <col ref="Z12D32"/>
- <col ref="Z12D33"/>
- <col ref="Z12D34"/>
- <col ref="Z12D35"/>
- <col ref="Z12D41"/>
- <col ref="Z12D42"/>
- <col ref="Z12D43"/>
- <col ref="Z12D44"/>
- <col ref="Z12D45"/>
- </datagrid>
- <datagrid id="datagrid11" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z13C11^Z13C12^Z13C13^Z13C14^Z13C15^Z13C16^^Z13C21^Z13C22^Z13C23^Z13C24^Z13C25^^Z13C31^Z13C32^Z13C33^Z13C34^Z13C35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:474px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z13C11"/>
- <col ref="Z13C12"/>
- <col ref="Z13C13"/>
- <col ref="Z13C14"/>
- <col ref="Z13C15"/>
- <col ref="Z13C16"/>
- <col/>
- <col ref="Z13C21"/>
- <col ref="Z13C22"/>
- <col ref="Z13C23"/>
- <col ref="Z13C24"/>
- <col ref="Z13C25"/>
- <col/>
- <col ref="Z13C31"/>
- <col ref="Z13C32"/>
- <col ref="Z13C33"/>
- <col ref="Z13C34"/>
- <col ref="Z13C35"/>
- </datagrid>
- <datagrid id="datagrid9" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z13X11^Z13X12^Z13X13^Z13X14^Z13X15^Z13X16^^Z13X21^Z13X22^Z13X23^Z13X24^Z13X25^^Z13X31^Z13X32^Z13X33^Z13X34^Z13X35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:385px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z13X11"/>
- <col ref="Z13X12"/>
- <col ref="Z13X13"/>
- <col ref="Z13X14"/>
- <col ref="Z13X15"/>
- <col ref="Z13X16"/>
- <col/>
- <col ref="Z13X21"/>
- <col ref="Z13X22"/>
- <col ref="Z13X23"/>
- <col ref="Z13X24"/>
- <col ref="Z13X25"/>
- <col/>
- <col ref="Z13X31"/>
- <col ref="Z13X32"/>
- <col ref="Z13X33"/>
- <col ref="Z13X34"/>
- <col ref="Z13X35"/>
- </datagrid>
- <datagrid id="datagrid12" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z13D11^Z13D12^Z13D13^Z13D14^Z13D15^Z13D16^^Z13D21^Z13D22^Z13D23^Z13D24^Z13D25^^Z13D31^Z13D32^Z13D33^Z13D34^Z13D35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:518px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z13D11"/>
- <col ref="Z13D12"/>
- <col ref="Z13D13"/>
- <col ref="Z13D14"/>
- <col ref="Z13D15"/>
- <col ref="Z13D16"/>
- <col/>
- <col ref="Z13D21"/>
- <col ref="Z13D22"/>
- <col ref="Z13D23"/>
- <col ref="Z13D24"/>
- <col ref="Z13D25"/>
- <col/>
- <col ref="Z13D31"/>
- <col ref="Z13D32"/>
- <col ref="Z13D33"/>
- <col ref="Z13D34"/>
- <col ref="Z13D35"/>
- </datagrid>
- <line id="line2" style="x1:245px; y1:197px; x2:245px; y2:372px; "/>
- <line id="line3" style="x1:0px; y1:1px; x2:955px; y2:1px; "/>
- <line id="line4" style="x1:0px; y1:187px; x2:955px; y2:187px; "/>
- <line id="line5" style="x1:0px; y1:379px; x2:955px; y2:379px; "/>
- <line id="line6" style="x1:490px; y1:197px; x2:490px; y2:372px; "/>
- <line id="line7" style="x1:727px; y1:197px; x2:727px; y2:372px; "/>
- <datagrid id="datagrid1" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z11X11^Z11X12^Z11X13^Z11X14^Z11X15^Z11X16^^Z11X21^Z11X22^Z11X23^Z11X24^Z11X25^^Z11X31^Z11X32^Z11X33^Z11X34^Z11X35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:3px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z11X11"/>
- <col ref="Z11X12"/>
- <col ref="Z11X13"/>
- <col ref="Z11X14"/>
- <col ref="Z11X15"/>
- <col ref="Z11X16"/>
- <col/>
- <col ref="Z11X21"/>
- <col ref="Z11X22"/>
- <col ref="Z11X23"/>
- <col ref="Z11X24"/>
- <col ref="Z11X25"/>
- <col/>
- <col ref="Z11X31"/>
- <col ref="Z11X32"/>
- <col ref="Z11X33"/>
- <col ref="Z11X34"/>
- <col ref="Z11X35"/>
- </datagrid>
- </case>
- <case id="case2">
- <datagrid id="datagrid14" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z21Y11^Z21Y12^Z21Y13^Z21Y14^Z21Y15^Z21Y16^^Z21Y21^Z21Y22^Z21Y23^Z21Y24^Z21Y25^^Z21Y31^Z21Y32^Z21Y33^Z21Y34^Z21Y35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:47px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z21Y11"/>
- <col ref="Z21Y12"/>
- <col ref="Z21Y13"/>
- <col ref="Z21Y14"/>
- <col ref="Z21Y15"/>
- <col ref="Z21Y16"/>
- <col/>
- <col ref="Z21Y21"/>
- <col ref="Z21Y22"/>
- <col ref="Z21Y23"/>
- <col ref="Z21Y24"/>
- <col ref="Z21Y25"/>
- <col/>
- <col ref="Z21Y31"/>
- <col ref="Z21Y32"/>
- <col ref="Z21Y33"/>
- <col ref="Z21Y34"/>
- <col ref="Z21Y35"/>
- </datagrid>
- <datagrid id="datagrid15" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z21C11^Z21C12^Z21C13^Z21C14^Z21C15^Z21C16^^Z21C21^Z21C22^Z21C23^Z21C24^Z21C25^^Z21C31^Z21C32^Z21C33^Z21C34^Z21C35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 54, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" disable.background-color="#3366ff" style="left:0px; top:92px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z21C11"/>
- <col ref="Z21C12"/>
- <col ref="Z21C13"/>
- <col ref="Z21C14"/>
- <col ref="Z21C15"/>
- <col ref="Z21C16"/>
- <col/>
- <col ref="Z21C21"/>
- <col ref="Z21C22"/>
- <col ref="Z21C23"/>
- <col ref="Z21C24"/>
- <col ref="Z21C25"/>
- <col/>
- <col ref="Z21C31"/>
- <col ref="Z21C32"/>
- <col ref="Z21C33"/>
- <col ref="Z21C34"/>
- <col ref="Z21C35"/>
- </datagrid>
- <datagrid id="datagrid16" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z21D11^Z21D12^Z21D13^Z21D14^Z21D15^Z21D16^^Z21D21^Z21D22^Z21D23^Z21D24^Z21D25^^Z21D31^Z21D32^Z21D33^Z21D34^Z21D35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" disable.background-color="#3366ff" style="left:0px; top:136px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z21D11"/>
- <col ref="Z21D12"/>
- <col ref="Z21D13"/>
- <col ref="Z21D14"/>
- <col ref="Z21D15"/>
- <col ref="Z21D16"/>
- <col/>
- <col ref="Z21D21"/>
- <col ref="Z21D22"/>
- <col ref="Z21D23"/>
- <col ref="Z21D24"/>
- <col ref="Z21D25"/>
- <col/>
- <col ref="Z21D31"/>
- <col ref="Z21D32"/>
- <col ref="Z21D33"/>
- <col ref="Z21D34"/>
- <col ref="Z21D35"/>
- </datagrid>
- <datagrid id="datagrid17" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z22X11^Z22X12^Z22X13^Z22X14^Z22X15^Z22X21^Z22X22^Z22X23^Z22X24^Z22X25^Z22X31^Z22X32^Z22X33^Z22X34^Z22X35^Z22X41^Z22X42^Z22X43^Z22X44^Z22X45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:194px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z22X11"/>
- <col ref="Z22X12"/>
- <col ref="Z22X13"/>
- <col ref="Z22X14"/>
- <col ref="Z22X15"/>
- <col ref="Z22X21"/>
- <col ref="Z22X22"/>
- <col ref="Z22X23"/>
- <col ref="Z22X24"/>
- <col ref="Z22X25"/>
- <col ref="Z22X31"/>
- <col ref="Z22X32"/>
- <col ref="Z22X33"/>
- <col ref="Z22X34"/>
- <col ref="Z22X35"/>
- <col ref="Z22X41"/>
- <col ref="Z22X42"/>
- <col ref="Z22X43"/>
- <col ref="Z22X44"/>
- <col ref="Z22X45"/>
- </datagrid>
- <datagrid id="datagrid18" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z22Y11^Z22Y12^Z22Y13^Z22Y14^Z22Y15^Z22Y21^Z22Y22^Z22Y23^Z22Y24^Z22Y25^Z22Y31^Z22Y32^Z22Y33^Z22Y34^Z22Y35^Z22Y41^Z22Y42^Z22Y43^Z22Y44^Z22Y45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:238px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z22Y11"/>
- <col ref="Z22Y12"/>
- <col ref="Z22Y13"/>
- <col ref="Z22Y14"/>
- <col ref="Z22Y15"/>
- <col ref="Z22Y21"/>
- <col ref="Z22Y22"/>
- <col ref="Z22Y23"/>
- <col ref="Z22Y24"/>
- <col ref="Z22Y25"/>
- <col ref="Z22Y31"/>
- <col ref="Z22Y32"/>
- <col ref="Z22Y33"/>
- <col ref="Z22Y34"/>
- <col ref="Z22Y35"/>
- <col ref="Z22Y41"/>
- <col ref="Z22Y42"/>
- <col ref="Z22Y43"/>
- <col ref="Z22Y44"/>
- <col ref="Z22Y45"/>
- </datagrid>
- <datagrid id="datagrid19" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z22C11^Z22C12^Z22C13^Z22C14^Z22C15^Z22C21^Z22C22^Z22C23^Z22C24^Z22C25^Z22C31^Z22C32^Z22C33^Z22C34^Z22C35^Z22C41^Z22C42^Z22C43^Z22C44^Z22C45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:283px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z22C11"/>
- <col ref="Z22C12"/>
- <col ref="Z22C13"/>
- <col ref="Z22C14"/>
- <col ref="Z22C15"/>
- <col ref="Z22C21"/>
- <col ref="Z22C22"/>
- <col ref="Z22C23"/>
- <col ref="Z22C24"/>
- <col ref="Z22C25"/>
- <col ref="Z22C31"/>
- <col ref="Z22C32"/>
- <col ref="Z22C33"/>
- <col ref="Z22C34"/>
- <col ref="Z22C35"/>
- <col ref="Z22C41"/>
- <col ref="Z22C42"/>
- <col ref="Z22C43"/>
- <col ref="Z22C44"/>
- <col ref="Z22C45"/>
- </datagrid>
- <datagrid id="datagrid22" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z23Y11^Z23Y12^Z23Y13^Z23Y14^Z23Y15^Z23Y16^^Z23Y21^Z23Y22^Z23Y23^Z23Y24^Z23Y25^^Z23Y31^Z23Y32^Z23Y33^Z23Y34^Z23Y35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:429px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z23Y11"/>
- <col ref="Z23Y12"/>
- <col ref="Z23Y13"/>
- <col ref="Z23Y14"/>
- <col ref="Z23Y15"/>
- <col ref="Z23Y16"/>
- <col/>
- <col ref="Z23Y21"/>
- <col ref="Z23Y22"/>
- <col ref="Z23Y23"/>
- <col ref="Z23Y24"/>
- <col ref="Z23Y25"/>
- <col/>
- <col ref="Z23Y31"/>
- <col ref="Z23Y32"/>
- <col ref="Z23Y33"/>
- <col ref="Z23Y34"/>
- <col ref="Z23Y35"/>
- </datagrid>
- <datagrid id="datagrid20" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z22D11^Z22D12^Z22D13^Z22D14^Z22D15^Z22D21^Z22D22^Z22D23^Z22D24^Z22D25^Z22D31^Z22D32^Z22D33^Z22D34^Z22D35^Z22D41^Z22D42^Z22D43^Z22D44^Z22D45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:327px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z22D11"/>
- <col ref="Z22D12"/>
- <col ref="Z22D13"/>
- <col ref="Z22D14"/>
- <col ref="Z22D15"/>
- <col ref="Z22D21"/>
- <col ref="Z22D22"/>
- <col ref="Z22D23"/>
- <col ref="Z22D24"/>
- <col ref="Z22D25"/>
- <col ref="Z22D31"/>
- <col ref="Z22D32"/>
- <col ref="Z22D33"/>
- <col ref="Z22D34"/>
- <col ref="Z22D35"/>
- <col ref="Z22D41"/>
- <col ref="Z22D42"/>
- <col ref="Z22D43"/>
- <col ref="Z22D44"/>
- <col ref="Z22D45"/>
- </datagrid>
- <datagrid id="datagrid23" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z23C11^Z23C12^Z23C13^Z23C14^Z23C15^Z23C16^^Z23C21^Z23C22^Z23C23^Z23C24^Z23C25^^Z23C31^Z23C32^Z23C33^Z23C34^Z23C35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:474px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z23C11"/>
- <col ref="Z23C12"/>
- <col ref="Z23C13"/>
- <col ref="Z23C14"/>
- <col ref="Z23C15"/>
- <col ref="Z23C16"/>
- <col/>
- <col ref="Z23C21"/>
- <col ref="Z23C22"/>
- <col ref="Z23C23"/>
- <col ref="Z23C24"/>
- <col ref="Z23C25"/>
- <col/>
- <col ref="Z23C31"/>
- <col ref="Z23C32"/>
- <col ref="Z23C33"/>
- <col ref="Z23C34"/>
- <col ref="Z23C35"/>
- </datagrid>
- <datagrid id="datagrid21" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z23X11^Z23X12^Z23X13^Z23X14^Z23X15^Z23X16^^Z23X21^Z23X22^Z23X23^Z23X24^Z23X25^^Z23X31^Z23X32^Z23X33^Z23X34^Z23X35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:385px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z23X11"/>
- <col ref="Z23X12"/>
- <col ref="Z23X13"/>
- <col ref="Z23X14"/>
- <col ref="Z23X15"/>
- <col ref="Z23X16"/>
- <col/>
- <col ref="Z23X21"/>
- <col ref="Z23X22"/>
- <col ref="Z23X23"/>
- <col ref="Z23X24"/>
- <col ref="Z23X25"/>
- <col/>
- <col ref="Z23X31"/>
- <col ref="Z23X32"/>
- <col ref="Z23X33"/>
- <col ref="Z23X34"/>
- <col ref="Z23X35"/>
- </datagrid>
- <datagrid id="datagrid24" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z23D11^Z23D12^Z23D13^Z23D14^Z23D15^Z23D16^^Z23D21^Z23D22^Z23D23^Z23D24^Z23D25^^Z23D31^Z23D32^Z23D33^Z23D34^Z23D35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:518px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z23D11"/>
- <col ref="Z23D12"/>
- <col ref="Z23D13"/>
- <col ref="Z23D14"/>
- <col ref="Z23D15"/>
- <col ref="Z23D16"/>
- <col/>
- <col ref="Z23D21"/>
- <col ref="Z23D22"/>
- <col ref="Z23D23"/>
- <col ref="Z23D24"/>
- <col ref="Z23D25"/>
- <col/>
- <col ref="Z23D31"/>
- <col ref="Z23D32"/>
- <col ref="Z23D33"/>
- <col ref="Z23D34"/>
- <col ref="Z23D35"/>
- </datagrid>
- <line id="line1" style="x1:245px; y1:197px; x2:245px; y2:372px; "/>
- <line id="line8" style="x1:0px; y1:1px; x2:955px; y2:1px; "/>
- <line id="line9" style="x1:0px; y1:187px; x2:955px; y2:187px; "/>
- <line id="line10" style="x1:0px; y1:379px; x2:955px; y2:379px; "/>
- <line id="line11" style="x1:490px; y1:197px; x2:490px; y2:372px; "/>
- <line id="line12" style="x1:727px; y1:197px; x2:727px; y2:372px; "/>
- <datagrid id="datagrid13" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z21X11^Z21X12^Z21X13^Z21X14^Z21X15^Z21X16^^Z21X21^Z21X22^Z21X23^Z21X24^Z21X25^^Z21X31^Z21X32^Z21X33^Z21X34^Z21X35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:3px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z21X11"/>
- <col ref="Z21X12"/>
- <col ref="Z21X13"/>
- <col ref="Z21X14"/>
- <col ref="Z21X15"/>
- <col ref="Z21X16"/>
- <col/>
- <col ref="Z21X21"/>
- <col ref="Z21X22"/>
- <col ref="Z21X23"/>
- <col ref="Z21X24"/>
- <col ref="Z21X25"/>
- <col/>
- <col ref="Z21X31"/>
- <col ref="Z21X32"/>
- <col ref="Z21X33"/>
- <col ref="Z21X34"/>
- <col ref="Z21X35"/>
- </datagrid>
- </case>
- <case id="case3">
- <datagrid id="datagrid26" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z31Y11^Z31Y12^Z31Y13^Z31Y14^Z31Y15^Z31Y16^^Z31Y21^Z31Y22^Z31Y23^Z31Y24^Z31Y25^^Z31Y31^Z31Y32^Z31Y33^Z31Y34^Z31Y35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:47px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z31Y11"/>
- <col ref="Z31Y12"/>
- <col ref="Z31Y13"/>
- <col ref="Z31Y14"/>
- <col ref="Z31Y15"/>
- <col ref="Z31Y16"/>
- <col/>
- <col ref="Z31Y21"/>
- <col ref="Z31Y22"/>
- <col ref="Z31Y23"/>
- <col ref="Z31Y24"/>
- <col ref="Z31Y25"/>
- <col/>
- <col ref="Z31Y31"/>
- <col ref="Z31Y32"/>
- <col ref="Z31Y33"/>
- <col ref="Z31Y34"/>
- <col ref="Z31Y35"/>
- </datagrid>
- <datagrid id="datagrid27" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z31C11^Z31C12^Z31C13^Z31C14^Z31C15^Z31C16^^Z31C21^Z31C22^Z31C23^Z31C24^Z31C25^^Z31C31^Z31C32^Z31C33^Z31C34^Z31C35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 54, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" disable.background-color="#3366ff" style="left:0px; top:92px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z31C11"/>
- <col ref="Z31C12"/>
- <col ref="Z31C13"/>
- <col ref="Z31C14"/>
- <col ref="Z31C15"/>
- <col ref="Z31C16"/>
- <col/>
- <col ref="Z31C21"/>
- <col ref="Z31C22"/>
- <col ref="Z31C23"/>
- <col ref="Z31C24"/>
- <col ref="Z31C25"/>
- <col/>
- <col ref="Z31C31"/>
- <col ref="Z31C32"/>
- <col ref="Z31C33"/>
- <col ref="Z31C34"/>
- <col ref="Z31C35"/>
- </datagrid>
- <datagrid id="datagrid28" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z31D11^Z31D12^Z31D13^Z31D14^Z31D15^Z31D16^^Z31D21^Z31D22^Z31D23^Z31D24^Z31D25^^Z31D31^Z31D32^Z31D33^Z31D34^Z31D35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" disable.background-color="#3366ff" style="left:0px; top:136px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z31D11"/>
- <col ref="Z31D12"/>
- <col ref="Z31D13"/>
- <col ref="Z31D14"/>
- <col ref="Z31D15"/>
- <col ref="Z31D16"/>
- <col/>
- <col ref="Z31D21"/>
- <col ref="Z31D22"/>
- <col ref="Z31D23"/>
- <col ref="Z31D24"/>
- <col ref="Z31D25"/>
- <col/>
- <col ref="Z31D31"/>
- <col ref="Z31D32"/>
- <col ref="Z31D33"/>
- <col ref="Z31D34"/>
- <col ref="Z31D35"/>
- </datagrid>
- <datagrid id="datagrid29" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z32X11^Z32X12^Z32X13^Z32X14^Z32X15^Z32X21^Z32X22^Z32X23^Z32X24^Z32X25^Z32X31^Z32X32^Z32X33^Z32X34^Z32X35^Z32X41^Z32X42^Z32X43^Z32X44^Z32X45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:194px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z32X11"/>
- <col ref="Z32X12"/>
- <col ref="Z32X13"/>
- <col ref="Z32X14"/>
- <col ref="Z32X15"/>
- <col ref="Z32X21"/>
- <col ref="Z32X22"/>
- <col ref="Z32X23"/>
- <col ref="Z32X24"/>
- <col ref="Z32X25"/>
- <col ref="Z32X31"/>
- <col ref="Z32X32"/>
- <col ref="Z32X33"/>
- <col ref="Z32X34"/>
- <col ref="Z32X35"/>
- <col ref="Z32X41"/>
- <col ref="Z32X42"/>
- <col ref="Z32X43"/>
- <col ref="Z32X44"/>
- <col ref="Z32X45"/>
- </datagrid>
- <datagrid id="datagrid30" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z32Y11^Z32Y12^Z32Y13^Z32Y14^Z32Y15^Z32Y21^Z32Y22^Z32Y23^Z32Y24^Z32Y25^Z32Y31^Z32Y32^Z32Y33^Z32Y34^Z32Y35^Z32Y41^Z32Y42^Z32Y43^Z32Y44^Z32Y45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:238px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z32Y11"/>
- <col ref="Z32Y12"/>
- <col ref="Z32Y13"/>
- <col ref="Z32Y14"/>
- <col ref="Z32Y15"/>
- <col ref="Z32Y21"/>
- <col ref="Z32Y22"/>
- <col ref="Z32Y23"/>
- <col ref="Z32Y24"/>
- <col ref="Z32Y25"/>
- <col ref="Z32Y31"/>
- <col ref="Z32Y32"/>
- <col ref="Z32Y33"/>
- <col ref="Z32Y34"/>
- <col ref="Z32Y35"/>
- <col ref="Z32Y41"/>
- <col ref="Z32Y42"/>
- <col ref="Z32Y43"/>
- <col ref="Z32Y44"/>
- <col ref="Z32Y45"/>
- </datagrid>
- <datagrid id="datagrid31" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z32C11^Z32C12^Z32C13^Z32C14^Z32C15^Z32C21^Z32C22^Z32C23^Z32C24^Z32C25^Z32C31^Z32C32^Z32C33^Z32C34^Z32C35^Z32C41^Z32C42^Z32C43^Z32C44^Z32C45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:283px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z32C11"/>
- <col ref="Z32C12"/>
- <col ref="Z32C13"/>
- <col ref="Z32C14"/>
- <col ref="Z32C15"/>
- <col ref="Z32C21"/>
- <col ref="Z32C22"/>
- <col ref="Z32C23"/>
- <col ref="Z32C24"/>
- <col ref="Z32C25"/>
- <col ref="Z32C31"/>
- <col ref="Z32C32"/>
- <col ref="Z32C33"/>
- <col ref="Z32C34"/>
- <col ref="Z32C35"/>
- <col ref="Z32C41"/>
- <col ref="Z32C42"/>
- <col ref="Z32C43"/>
- <col ref="Z32C44"/>
- <col ref="Z32C45"/>
- </datagrid>
- <datagrid id="datagrid34" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z33Y11^Z33Y12^Z33Y13^Z33Y14^Z33Y15^Z33Y16^^Z33Y21^Z33Y22^Z33Y23^Z33Y24^Z33Y25^^Z33Y31^Z33Y32^Z33Y33^Z33Y34^Z33Y35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:429px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z33Y11"/>
- <col ref="Z33Y12"/>
- <col ref="Z33Y13"/>
- <col ref="Z33Y14"/>
- <col ref="Z33Y15"/>
- <col ref="Z33Y16"/>
- <col/>
- <col ref="Z33Y21"/>
- <col ref="Z33Y22"/>
- <col ref="Z33Y23"/>
- <col ref="Z33Y24"/>
- <col ref="Z33Y25"/>
- <col/>
- <col ref="Z33Y31"/>
- <col ref="Z33Y32"/>
- <col ref="Z33Y33"/>
- <col ref="Z33Y34"/>
- <col ref="Z33Y35"/>
- </datagrid>
- <datagrid id="datagrid32" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z32D11^Z32D12^Z32D13^Z32D14^Z32D15^Z32D21^Z32D22^Z32D23^Z32D24^Z32D25^Z32D31^Z32D32^Z32D33^Z32D34^Z32D35^Z32D41^Z32D42^Z32D43^Z32D44^Z32D45" colsep="^" colwidth="49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 49, 45, 45, 45, 45, 45, 45, 45" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:327px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z32D11"/>
- <col ref="Z32D12"/>
- <col ref="Z32D13"/>
- <col ref="Z32D14"/>
- <col ref="Z32D15"/>
- <col ref="Z32D21"/>
- <col ref="Z32D22"/>
- <col ref="Z32D23"/>
- <col ref="Z32D24"/>
- <col ref="Z32D25"/>
- <col ref="Z32D31"/>
- <col ref="Z32D32"/>
- <col ref="Z32D33"/>
- <col ref="Z32D34"/>
- <col ref="Z32D35"/>
- <col ref="Z32D41"/>
- <col ref="Z32D42"/>
- <col ref="Z32D43"/>
- <col ref="Z32D44"/>
- <col ref="Z32D45"/>
- </datagrid>
- <datagrid id="datagrid35" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z33C11^Z33C12^Z33C13^Z33C14^Z33C15^Z33C16^^Z33C21^Z33C22^Z33C23^Z33C24^Z33C25^^Z33C31^Z33C32^Z33C33^Z33C34^Z33C35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:474px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z33C11"/>
- <col ref="Z33C12"/>
- <col ref="Z33C13"/>
- <col ref="Z33C14"/>
- <col ref="Z33C15"/>
- <col ref="Z33C16"/>
- <col/>
- <col ref="Z33C21"/>
- <col ref="Z33C22"/>
- <col ref="Z33C23"/>
- <col ref="Z33C24"/>
- <col ref="Z33C25"/>
- <col/>
- <col ref="Z33C31"/>
- <col ref="Z33C32"/>
- <col ref="Z33C33"/>
- <col ref="Z33C34"/>
- <col ref="Z33C35"/>
- </datagrid>
- <datagrid id="datagrid33" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z33X11^Z33X12^Z33X13^Z33X14^Z33X15^Z33X16^^Z33X21^Z33X22^Z33X23^Z33X24^Z33X25^^Z33X31^Z33X32^Z33X33^Z33X34^Z33X35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:385px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z33X11"/>
- <col ref="Z33X12"/>
- <col ref="Z33X13"/>
- <col ref="Z33X14"/>
- <col ref="Z33X15"/>
- <col ref="Z33X16"/>
- <col/>
- <col ref="Z33X21"/>
- <col ref="Z33X22"/>
- <col ref="Z33X23"/>
- <col ref="Z33X24"/>
- <col ref="Z33X25"/>
- <col/>
- <col ref="Z33X31"/>
- <col ref="Z33X32"/>
- <col ref="Z33X33"/>
- <col ref="Z33X34"/>
- <col ref="Z33X35"/>
- </datagrid>
- <datagrid id="datagrid36" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z33D11^Z33D12^Z33D13^Z33D14^Z33D15^Z33D16^^Z33D21^Z33D22^Z33D23^Z33D24^Z33D25^^Z33D31^Z33D32^Z33D33^Z33D34^Z33D35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:518px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z33D11"/>
- <col ref="Z33D12"/>
- <col ref="Z33D13"/>
- <col ref="Z33D14"/>
- <col ref="Z33D15"/>
- <col ref="Z33D16"/>
- <col/>
- <col ref="Z33D21"/>
- <col ref="Z33D22"/>
- <col ref="Z33D23"/>
- <col ref="Z33D24"/>
- <col ref="Z33D25"/>
- <col/>
- <col ref="Z33D31"/>
- <col ref="Z33D32"/>
- <col ref="Z33D33"/>
- <col ref="Z33D34"/>
- <col ref="Z33D35"/>
- </datagrid>
- <line id="line13" style="x1:245px; y1:197px; x2:245px; y2:372px; "/>
- <line id="line14" style="x1:0px; y1:1px; x2:955px; y2:1px; "/>
- <line id="line15" style="x1:0px; y1:187px; x2:955px; y2:187px; "/>
- <line id="line16" style="x1:0px; y1:379px; x2:955px; y2:379px; "/>
- <line id="line17" style="x1:490px; y1:197px; x2:490px; y2:372px; "/>
- <line id="line18" style="x1:727px; y1:197px; x2:727px; y2:372px; "/>
- <datagrid id="datagrid25" nodeset="/root/gridData/grid1" allowuserresize="false" caption="Z31X11^Z31X12^Z31X13^Z31X14^Z31X15^Z31X16^^Z31X21^Z31X22^Z31X23^Z31X24^Z31X25^^Z31X31^Z31X32^Z31X33^Z31X34^Z31X35" colsep="^" colwidth="55, 55, 56, 55, 55, 55, 40, 56, 55, 55, 56, 55, 40, 55, 55, 55, 50, 50" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" style="left:0px; top:3px; width:955px; height:45px; border-color:#000000; ">
- <col ref="Z31X11"/>
- <col ref="Z31X12"/>
- <col ref="Z31X13"/>
- <col ref="Z31X14"/>
- <col ref="Z31X15"/>
- <col ref="Z31X16"/>
- <col/>
- <col ref="Z31X21"/>
- <col ref="Z31X22"/>
- <col ref="Z31X23"/>
- <col ref="Z31X24"/>
- <col ref="Z31X25"/>
- <col/>
- <col ref="Z31X31"/>
- <col ref="Z31X32"/>
- <col ref="Z31X33"/>
- <col ref="Z31X34"/>
- <col ref="Z31X35"/>
- </datagrid>
- </case>
- <case id="case4">
- <caption id="caption157" style="left:39px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption146" style="left:266px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption135" style="left:161px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption124" style="left:671px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption113" style="left:110px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption102" style="left:476px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption92" style="left:195px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption81" style="left:144px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption70" style="left:759px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
- <line id="line19" style="x1:737px; y1:5px; x2:737px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption158" style="left:583px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption147" style="left:405px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption136" style="left:688px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption125" style="left:56px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption114" style="left:127px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption103" style="left:283px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption93" style="left:5px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption82" style="left:810px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption71" style="left:671px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption60" style="left:722px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
- <line id="line20" style="x1:737px; y1:125px; x2:737px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
- <shape id="rectangle1" appearance="rectangle" style="left:0px; top:5px; width:845px; height:105px; "/>
- <caption id="caption159" style="left:232px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption148" style="left:793px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption137" style="left:300px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption126" style="left:600px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption115" style="left:110px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption104" style="left:56px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption94" style="left:600px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption83" style="left:549px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption72" style="left:425px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption61" style="left:827px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption50" style="left:654px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
- <line id="line21" style="x1:422px; y1:245px; x2:422px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
- <shape id="rectangle2" appearance="rectangle" style="left:0px; top:125px; width:845px; height:105px; "/>
- <caption id="caption149" style="left:178px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption138" style="left:22px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption127" style="left:549px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption116" style="left:476px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption105" style="left:637px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption95" style="left:337px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption84" style="left:388px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption73" style="left:776px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption62" style="left:759px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption51" style="left:671px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption40" style="left:425px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
- <line id="line22" style="x1:527px; y1:245px; x2:527px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line23" style="x1:107px; y1:125px; x2:107px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
- <shape id="rectangle3" appearance="rectangle" style="left:0px; top:245px; width:845px; height:105px; "/>
- <caption id="caption139" style="left:742px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption128" style="left:425px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption117" style="left:195px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption106" style="left:493px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption96" style="left:249px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption85" style="left:161px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption74" style="left:688px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption63" style="left:776px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption52" style="left:688px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption41" style="left:442px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption30" style="left:354px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
- <line id="line24" style="x1:632px; y1:245px; x2:632px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line25" style="x1:212px; y1:125px; x2:212px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
- <shape id="rectangle4" appearance="rectangle" style="left:0px; top:365px; width:845px; height:105px; "/>
- <caption id="caption129" style="left:637px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption118" style="left:144px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption107" style="left:300px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption97" style="left:22px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption86" style="left:742px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption75" style="left:442px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption64" style="left:793px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption53" style="left:705px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption42" style="left:532px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption31" style="left:371px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption20" style="left:144px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
- <shape id="rectangle5" appearance="rectangle" style="left:846px; top:5px; width:125px; height:105px; "/>
- <line id="line26" style="x1:422px; y1:366px; x2:422px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line27" style="x1:317px; y1:125px; x2:317px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
- <shape id="rectangle6" appearance="rectangle" style="left:422px; top:245px; width:424px; height:225px; border-color:#339966; border-width:2px; "/>
- <caption id="caption119" style="left:759px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption108" style="left:73px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption98" style="left:459px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption87" style="left:566px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption76" style="left:354px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption65" style="left:810px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption43" style="left:549px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption32" style="left:388px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption21" style="left:161px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption1" style="left:845px; top:160px; width:10px; height:25px; text-align:center; vertical-align:middle; ">B</caption>
- <caption id="caption10" style="left:660px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L07</caption>
- <line id="line28" style="x1:527px; y1:366px; x2:527px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line29" style="x1:422px; y1:125px; x2:422px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption109" style="left:510px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption99" style="left:266px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption88" style="left:405px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption77" style="left:793px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption66" style="left:742px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption44" style="left:566px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption33" style="left:405px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption22" style="left:178px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption2" style="left:845px; top:285px; width:10px; height:25px; text-align:center; vertical-align:middle; ">C</caption>
- <caption id="caption11" style="left:765px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L08</caption>
- <line id="line30" style="x1:632px; y1:366px; x2:632px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line31" style="x1:527px; y1:125px; x2:527px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption89" style="left:178px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption78" style="left:705px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption67" style="left:722px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption45" style="left:583px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption34" style="left:320px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption23" style="left:195px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption12" style="left:5px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption3" style="left:845px; top:405px; width:10px; height:25px; text-align:center; vertical-align:middle; ">D</caption>
- <line id="line32" style="x1:737px; y1:366px; x2:737px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line33" style="x1:632px; y1:125px; x2:632px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption160" style="left:617px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption79" style="left:532px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption68" style="left:827px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption46" style="left:600px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption35" style="left:337px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption24" style="left:249px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption13" style="left:22px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption4" style="left:30px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L01</caption>
- <line id="line34" style="x1:107px; y1:366px; x2:107px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line35" style="x1:737px; y1:245px; x2:737px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption161" style="left:320px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption150" style="left:705px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption69" style="left:654px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption36" style="left:459px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption25" style="left:266px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption14" style="left:39px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption5" style="left:140px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L02</caption>
- <caption id="caption47" style="left:880px; top:115px; width:68px; height:15px; text-align:center; vertical-align:middle; ">L09 缓冷坑</caption>
- <line id="line36" style="x1:212px; y1:366px; x2:212px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line37" style="x1:107px; y1:245px; x2:107px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption162" style="left:371px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption151" style="left:722px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption140" style="left:442px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption48" style="left:617px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption37" style="left:476px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption26" style="left:283px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption15" style="left:56px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption6" style="left:235px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L03</caption>
- <line id="line38" style="x1:317px; y1:366px; x2:317px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line39" style="x1:212px; y1:245px; x2:212px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line40" style="x1:107px; y1:5px; x2:107px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption163" style="left:970px; top:40px; width:10px; height:25px; text-align:center; vertical-align:middle; ">A</caption>
- <caption id="caption152" style="left:532px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption141" style="left:73px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption130" style="left:337px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption49" style="left:637px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption38" style="left:493px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption27" style="left:300px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption16" style="left:73px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption7" style="left:340px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L04</caption>
- <line id="line41" style="x1:317px; y1:245px; x2:317px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line42" style="x1:212px; y1:5px; x2:212px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption153" style="left:827px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption142" style="left:459px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption131" style="left:388px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption120" style="left:127px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption39" style="left:510px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption28" style="left:215px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption17" style="left:90px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption8" style="left:448px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L05</caption>
- <line id="line43" style="x1:317px; y1:5px; x2:317px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption154" style="left:654px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption143" style="left:566px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption132" style="left:776px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption121" style="left:283px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption110" style="left:215px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption29" style="left:232px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption18" style="left:110px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption9" style="left:556px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L06</caption>
- <line id="line44" style="x1:422px; y1:5px; x2:422px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption155" style="left:215px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption144" style="left:354px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption133" style="left:493px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption122" style="left:5px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption111" style="left:90px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption100" style="left:39px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption90" style="left:583px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption19" style="left:127px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
- <line id="line45" style="x1:527px; y1:5px; x2:527px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
- <caption id="caption156" style="left:90px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption145" style="left:510px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption134" style="left:249px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption123" style="left:810px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption112" style="left:232px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption101" style="left:617px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption91" style="left:320px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption80" style="left:371px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
- <line id="line46" style="x1:632px; y1:5px; x2:632px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
- </case>
- </switch>
- <button id="button1" style="left:10px; top:10px; width:75px; height:20px; ">
- <caption>Z1跨</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case1");
- model.setValue("/root/formData/YARD_AREA","Z1");
- SELECTED_TYPE = "Z1";
- refresh();
- find(1);
- ]]>
- </script>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <button id="button2" style="left:90px; top:10px; width:75px; height:20px; ">
- <caption>Z2跨</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- SELECTED_TYPE = "Z2";
- model.toggle("case2");
- model.setValue("/root/formData/YARD_AREA","Z2");
- refresh();
- find(2);
- ]]>
- </script>
- </button>
- <button id="button3" style="left:165px; top:10px; width:75px; height:20px; ">
- <caption>Z3跨</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- SELECTED_TYPE = "Z3";
- model.toggle("case3");
- model.setValue("/root/formData/YARD_AREA","Z3");
- refresh();
- find(3);
- ]]>
- </script>
- </button>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- yardAddrDbClick();
- ]]>
- </script>
- <button id="button4" style="left:240px; top:10px; width:100px; height:20px; ">
- <caption>炼钢板坯库</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- SELECTED_TYPE = "LG";
- model.toggle("case4");
- refresh();
- init();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|