0ded1670ce947d990e69e7175ef90e41cd223bc6.svn-base 67 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="../../css/body.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>垛位选择</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <gridData>
  10. <grid1>
  11. </grid1>
  12. </gridData>
  13. <formData>
  14. <YARD_AREA/>
  15. </formData>
  16. <tempData/>
  17. <searchData>
  18. <slabCount_VO>
  19. <slabCount_Row/>
  20. </slabCount_VO>
  21. </searchData>
  22. <tempData/>
  23. </root>
  24. </instance>
  25. </model>
  26. <script type="javascript">
  27. <![CDATA[
  28. var SELECTED_TYPE = "";
  29. var temptag = 0;
  30. var outValue = new Array();
  31. function yardAddrDbClick(){
  32. if(SELECTED_TYPE == "LG"){
  33. onclickFunc();
  34. return;
  35. }
  36. for(var i = 1 ; i <= 36 ; i++){
  37. var gridId = document.all("datagrid" + i);
  38. if(gridId.isCell(event.target)&&gridId.row <= gridId.fixedRows)
  39. {
  40. var gridCaptions = gridId.caption.split("^");
  41. SELECTED_CAPTION = gridCaptions[gridId.col];
  42. var ope = window.opener;
  43. ope.model.setValue("/root/tempData",SELECTED_CAPTION);
  44. window.close();
  45. }
  46. }
  47. }
  48. function onclickFunc(){
  49. var target = event.target;
  50. var control = document.controls(target);
  51. if (control.elementName != "xforms:output") return;
  52. var ref = control.attribute("ref");
  53. var loc = ref.substring(44,49);
  54. var SELECTED_CAPTION = loc;
  55. var ope = window.opener;
  56. ope.model.setValue("/root/tempData",SELECTED_CAPTION);
  57. window.close();
  58. }
  59. function refresh(){
  60. for(var i = 0 ; i < temptag ; i++){
  61. body.removeChild(outValue[i]);
  62. }
  63. model.refresh();
  64. }
  65. function init(){
  66. temptag = 0;
  67. commSubmit("UIG040021-service","init","glueAction.do");
  68. var nodeList = instance1.selectSingleNode("/root/resData/yardSelect_VO").childNodes;
  69. var buttonList = new Array();
  70. var tmp;
  71. var outData = "";
  72. var count = 0;
  73. while( (tmp = nodeList.nextNode() ) != null )
  74. {
  75. outData = tmp.firstChild.value ;
  76. count = outData.substr(4,1);
  77. var leftValue = 0;
  78. var topValue = 0;
  79. var xvalue = outData.substr(1,2);
  80. var yvalue = outData.substr(3,1);
  81. if(xvalue == "01"){leftValue = 0;}
  82. else if(xvalue == "02"){ leftValue = 105;}
  83. else if(xvalue == "03"){ leftValue = 210;}
  84. else if(xvalue == "04"){ leftValue = 315;}
  85. else if(xvalue == "05"){ leftValue = 420;}
  86. else if(xvalue == "06"){ leftValue = 525;}
  87. else if(xvalue == "07"){ leftValue = 630;}
  88. else if(xvalue == "08"){ leftValue = 735;}
  89. else if(xvalue == "09"){ leftValue = 845;}
  90. if(yvalue == "A") {topValue = 50;}
  91. else if(yvalue == "B") {topValue = 170;}
  92. else if(yvalue == "C") {topValue = 290;}
  93. else if(yvalue == "D") {topValue = 410;}
  94. var node = instance1.createNode("element",outData,"");
  95. var selnode = instance1.selectSingleNode("/root/searchData/slabCount_VO/slabCount_Row");
  96. selnode.appendChild(node);
  97. 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");
  98. outValue[temptag] = outData;
  99. temptag++;
  100. }
  101. model.removenode("/root/reqData");
  102. model.makeNode("/root/reqData");
  103. commSubmit("UIG040021-service","find","glueAction.do");
  104. commAppendData("/root/searchData/slabCount_VO", "/root/resData/slabCount_VO");
  105. commAppendData("/root/formData/TotSlabCnt_VO", "/root/resData/TotSlabCnt_VO");
  106. model.refresh();
  107. }
  108. function find(caseid){
  109. commSendReq("/root/formData");
  110. commSubmit("UIG040020-service","select","glueAction.do");
  111. // 获取板坯库地址,以及每个地址所存放的板坯块数,并跟界面中的datagrid绑定
  112. var slabYardAreaNodeset = instance1.selectSingleNode("/root/resData/SlabYardResult_VO/SlabYardResult_Row");
  113. for(var i = 1;i<=slabYardAreaNodeset.length;i++)
  114. {
  115. // 获取板库地址
  116. var resCaptionNode = instance1.selectSingleNode("/root/resData/SlabYardResult_VO/SlabYardResult_Row[" + i + "]/YARD_ADDR");
  117. // 板坯库地存放板坯数
  118. var resValueNode = instance1.selectSingleNode("/root/resData/SlabYardResult_VO/SlabYardResult_Row[" + i + "]/ROW_COUNT");
  119. // 创建一个gird1的子节点
  120. var captionNode = model.makeNode("/root/gridData/grid1/" + resCaptionNode.value);
  121. // 子节点赋值
  122. model.setValue("/root/gridData/grid1/" + resCaptionNode.value,resValueNode.value);
  123. }
  124. model.refresh();
  125. for(var i = 1;i<=slabYardAreaNodeset.length;i++)
  126. {
  127. var SlabCnt = model.getValue("/root/resData/SlabYardResult_VO/SlabYardResult_Row["+i+"]/RHF_SCH");
  128. if ( SlabCnt != null && SlabCnt == "Y" ) {
  129. var YardAddr = model.getValue("/root/resData/SlabYardResult_VO/SlabYardResult_Row["+i+"]/YARD_ADDR");
  130. if(YardAddr.substr(0,4) == "Z11X")gridID = "datagrid1";
  131. else if(YardAddr.substr(0,4) == "Z11Y")gridID = "datagrid2";
  132. else if(YardAddr.substr(0,4) == "Z11C")gridID = "datagrid3";
  133. else if(YardAddr.substr(0,4) == "Z11D")gridID = "datagrid4";
  134. else if(YardAddr.substr(0,4) == "Z12X")gridID = "datagrid5";
  135. else if(YardAddr.substr(0,4) == "Z12Y")gridID = "datagrid6";
  136. else if(YardAddr.substr(0,4) == "Z12C")gridID = "datagrid7";
  137. else if(YardAddr.substr(0,4) == "Z12D")gridID = "datagrid8";
  138. else if(YardAddr.substr(0,4) == "Z13X")gridID = "datagrid9";
  139. else if(YardAddr.substr(0,4) == "Z13Y")gridID = "datagrid10";
  140. else if(YardAddr.substr(0,4) == "Z13C")gridID = "datagrid11";
  141. else if(YardAddr.substr(0,4) == "Z13D")gridID = "datagrid12";
  142. else if(YardAddr.substr(0,4) == "Z21X")gridID = "datagrid13";
  143. else if(YardAddr.substr(0,4) == "Z21Y")gridID = "datagrid14";
  144. else if(YardAddr.substr(0,4) == "Z21C")gridID = "datagrid15";
  145. else if(YardAddr.substr(0,4) == "Z21D")gridID = "datagrid16";
  146. else if(YardAddr.substr(0,4) == "Z22X")gridID = "datagrid17";
  147. else if(YardAddr.substr(0,4) == "Z22Y")gridID = "datagrid18";
  148. else if(YardAddr.substr(0,4) == "Z22C")gridID = "datagrid19";
  149. else if(YardAddr.substr(0,4) == "Z22D")gridID = "datagrid20";
  150. else if(YardAddr.substr(0,4) == "Z23X")gridID = "datagrid21";
  151. else if(YardAddr.substr(0,4) == "Z23Y")gridID = "datagrid22";
  152. else if(YardAddr.substr(0,4) == "Z23C")gridID = "datagrid23";
  153. else if(YardAddr.substr(0,4) == "Z23D")gridID = "datagrid24";
  154. else if(YardAddr.substr(0,4) == "Z31X")gridID = "datagrid25";
  155. else if(YardAddr.substr(0,4) == "Z31Y")gridID = "datagrid26";
  156. else if(YardAddr.substr(0,4) == "Z31C")gridID = "datagrid27";
  157. else if(YardAddr.substr(0,4) == "Z31D")gridID = "datagrid28";
  158. else if(YardAddr.substr(0,4) == "Z32X")gridID = "datagrid29";
  159. else if(YardAddr.substr(0,4) == "Z32Y")gridID = "datagrid30";
  160. else if(YardAddr.substr(0,4) == "Z32C")gridID = "datagrid31";
  161. else if(YardAddr.substr(0,4) == "Z32D")gridID = "datagrid32";
  162. else if(YardAddr.substr(0,4) == "Z33X")gridID = "datagrid33";
  163. else if(YardAddr.substr(0,4) == "Z33Y")gridID = "datagrid34";
  164. else if(YardAddr.substr(0,4) == "Z33C")gridID = "datagrid35";
  165. else if(YardAddr.substr(0,4) == "Z33D")gridID = "datagrid36";
  166. var gridCaptions = document.all(gridID).caption.split("^");
  167. for ( var j = 0;j < 17 ; j++ ) {
  168. var titAddr = gridCaptions[j];
  169. if (YardAddr == titAddr ) {
  170. document.all(gridID).cellstyle("background-color",1, j, 1,j) = "#ff00ff";
  171. }
  172. }
  173. }
  174. }
  175. for(var i = ((caseid -1)*12 + 1) ; i <= 12*caseid ; i++){
  176. document.all("datagrid" + i).rebuild();
  177. }
  178. }
  179. ]]>
  180. </script>
  181. <script type="javascript" src="../../js/boaCommon.js"/>
  182. </xhtml:head>
  183. <xhtml:body>
  184. <switch id="switch1" style="left:0px; top:40px; width:980px; height:570px; ">
  185. <case id="case1" selected="true">
  186. <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; ">
  187. <col ref="Z11Y11"/>
  188. <col ref="Z11Y12"/>
  189. <col ref="Z11Y13"/>
  190. <col ref="Z11Y14"/>
  191. <col ref="Z11Y15"/>
  192. <col ref="Z11Y16"/>
  193. <col/>
  194. <col ref="Z11Y21"/>
  195. <col ref="Z11Y22"/>
  196. <col ref="Z11Y23"/>
  197. <col ref="Z11Y24"/>
  198. <col ref="Z11Y25"/>
  199. <col/>
  200. <col ref="Z11Y31"/>
  201. <col ref="Z11Y32"/>
  202. <col ref="Z11Y33"/>
  203. <col ref="Z11Y34"/>
  204. <col ref="Z11Y35"/>
  205. </datagrid>
  206. <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; ">
  207. <col ref="Z11C11"/>
  208. <col ref="Z11C12"/>
  209. <col ref="Z11C13"/>
  210. <col ref="Z11C14"/>
  211. <col ref="Z11C15"/>
  212. <col ref="Z11C16"/>
  213. <col/>
  214. <col ref="Z11C21"/>
  215. <col ref="Z11C22"/>
  216. <col ref="Z11C23"/>
  217. <col ref="Z11C24"/>
  218. <col ref="Z11C25"/>
  219. <col/>
  220. <col ref="Z11C31"/>
  221. <col ref="Z11C32"/>
  222. <col ref="Z11C33"/>
  223. <col ref="Z11C34"/>
  224. <col ref="Z11C35"/>
  225. </datagrid>
  226. <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; ">
  227. <col ref="Z11D11"/>
  228. <col ref="Z11D12"/>
  229. <col ref="Z11D13"/>
  230. <col ref="Z11D14"/>
  231. <col ref="Z11D15"/>
  232. <col ref="Z11D16"/>
  233. <col/>
  234. <col ref="Z11D21"/>
  235. <col ref="Z11D22"/>
  236. <col ref="Z11D23"/>
  237. <col ref="Z11D24"/>
  238. <col ref="Z11D25"/>
  239. <col/>
  240. <col ref="Z11D31"/>
  241. <col ref="Z11D32"/>
  242. <col ref="Z11D33"/>
  243. <col ref="Z11D34"/>
  244. <col ref="Z11D35"/>
  245. </datagrid>
  246. <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; ">
  247. <col ref="Z12X11"/>
  248. <col ref="Z12X12"/>
  249. <col ref="Z12X13"/>
  250. <col ref="Z12X14"/>
  251. <col ref="Z12X15"/>
  252. <col ref="Z12X21"/>
  253. <col ref="Z12X22"/>
  254. <col ref="Z12X23"/>
  255. <col ref="Z12X24"/>
  256. <col ref="Z12X25"/>
  257. <col ref="Z12X31"/>
  258. <col ref="Z12X32"/>
  259. <col ref="Z12X33"/>
  260. <col ref="Z12X34"/>
  261. <col ref="Z12X35"/>
  262. <col ref="Z12X41"/>
  263. <col ref="Z12X42"/>
  264. <col ref="Z12X43"/>
  265. <col ref="Z12X44"/>
  266. <col ref="Z12X45"/>
  267. </datagrid>
  268. <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; ">
  269. <col ref="Z12Y11"/>
  270. <col ref="Z12Y12"/>
  271. <col ref="Z12Y13"/>
  272. <col ref="Z12Y14"/>
  273. <col ref="Z12Y15"/>
  274. <col ref="Z12Y21"/>
  275. <col ref="Z12Y22"/>
  276. <col ref="Z12Y23"/>
  277. <col ref="Z12Y24"/>
  278. <col ref="Z12Y25"/>
  279. <col ref="Z12Y31"/>
  280. <col ref="Z12Y32"/>
  281. <col ref="Z12Y33"/>
  282. <col ref="Z12Y34"/>
  283. <col ref="Z12Y35"/>
  284. <col ref="Z12Y41"/>
  285. <col ref="Z12Y42"/>
  286. <col ref="Z12Y43"/>
  287. <col ref="Z12Y44"/>
  288. <col ref="Z12Y45"/>
  289. </datagrid>
  290. <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; ">
  291. <col ref="Z12C11"/>
  292. <col ref="Z12C12"/>
  293. <col ref="Z12C13"/>
  294. <col ref="Z12C14"/>
  295. <col ref="Z12C15"/>
  296. <col ref="Z12C21"/>
  297. <col ref="Z12C22"/>
  298. <col ref="Z12C23"/>
  299. <col ref="Z12C24"/>
  300. <col ref="Z12C25"/>
  301. <col ref="Z12C31"/>
  302. <col ref="Z12C32"/>
  303. <col ref="Z12C33"/>
  304. <col ref="Z12C34"/>
  305. <col ref="Z12C35"/>
  306. <col ref="Z12C41"/>
  307. <col ref="Z12C42"/>
  308. <col ref="Z12C43"/>
  309. <col ref="Z12C44"/>
  310. <col ref="Z12C45"/>
  311. </datagrid>
  312. <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; ">
  313. <col ref="Z13Y11"/>
  314. <col ref="Z13Y12"/>
  315. <col ref="Z13Y13"/>
  316. <col ref="Z13Y14"/>
  317. <col ref="Z13Y15"/>
  318. <col ref="Z13Y16"/>
  319. <col/>
  320. <col ref="Z13Y21"/>
  321. <col ref="Z13Y22"/>
  322. <col ref="Z13Y23"/>
  323. <col ref="Z13Y24"/>
  324. <col ref="Z13Y25"/>
  325. <col/>
  326. <col ref="Z13Y31"/>
  327. <col ref="Z13Y32"/>
  328. <col ref="Z13Y33"/>
  329. <col ref="Z13Y34"/>
  330. <col ref="Z13Y35"/>
  331. </datagrid>
  332. <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; ">
  333. <col ref="Z12D11"/>
  334. <col ref="Z12D12"/>
  335. <col ref="Z12D13"/>
  336. <col ref="Z12D14"/>
  337. <col ref="Z12D15"/>
  338. <col ref="Z12D21"/>
  339. <col ref="Z12D22"/>
  340. <col ref="Z12D23"/>
  341. <col ref="Z12D24"/>
  342. <col ref="Z12D25"/>
  343. <col ref="Z12D31"/>
  344. <col ref="Z12D32"/>
  345. <col ref="Z12D33"/>
  346. <col ref="Z12D34"/>
  347. <col ref="Z12D35"/>
  348. <col ref="Z12D41"/>
  349. <col ref="Z12D42"/>
  350. <col ref="Z12D43"/>
  351. <col ref="Z12D44"/>
  352. <col ref="Z12D45"/>
  353. </datagrid>
  354. <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; ">
  355. <col ref="Z13C11"/>
  356. <col ref="Z13C12"/>
  357. <col ref="Z13C13"/>
  358. <col ref="Z13C14"/>
  359. <col ref="Z13C15"/>
  360. <col ref="Z13C16"/>
  361. <col/>
  362. <col ref="Z13C21"/>
  363. <col ref="Z13C22"/>
  364. <col ref="Z13C23"/>
  365. <col ref="Z13C24"/>
  366. <col ref="Z13C25"/>
  367. <col/>
  368. <col ref="Z13C31"/>
  369. <col ref="Z13C32"/>
  370. <col ref="Z13C33"/>
  371. <col ref="Z13C34"/>
  372. <col ref="Z13C35"/>
  373. </datagrid>
  374. <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; ">
  375. <col ref="Z13X11"/>
  376. <col ref="Z13X12"/>
  377. <col ref="Z13X13"/>
  378. <col ref="Z13X14"/>
  379. <col ref="Z13X15"/>
  380. <col ref="Z13X16"/>
  381. <col/>
  382. <col ref="Z13X21"/>
  383. <col ref="Z13X22"/>
  384. <col ref="Z13X23"/>
  385. <col ref="Z13X24"/>
  386. <col ref="Z13X25"/>
  387. <col/>
  388. <col ref="Z13X31"/>
  389. <col ref="Z13X32"/>
  390. <col ref="Z13X33"/>
  391. <col ref="Z13X34"/>
  392. <col ref="Z13X35"/>
  393. </datagrid>
  394. <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; ">
  395. <col ref="Z13D11"/>
  396. <col ref="Z13D12"/>
  397. <col ref="Z13D13"/>
  398. <col ref="Z13D14"/>
  399. <col ref="Z13D15"/>
  400. <col ref="Z13D16"/>
  401. <col/>
  402. <col ref="Z13D21"/>
  403. <col ref="Z13D22"/>
  404. <col ref="Z13D23"/>
  405. <col ref="Z13D24"/>
  406. <col ref="Z13D25"/>
  407. <col/>
  408. <col ref="Z13D31"/>
  409. <col ref="Z13D32"/>
  410. <col ref="Z13D33"/>
  411. <col ref="Z13D34"/>
  412. <col ref="Z13D35"/>
  413. </datagrid>
  414. <line id="line2" style="x1:245px; y1:197px; x2:245px; y2:372px; "/>
  415. <line id="line3" style="x1:0px; y1:1px; x2:955px; y2:1px; "/>
  416. <line id="line4" style="x1:0px; y1:187px; x2:955px; y2:187px; "/>
  417. <line id="line5" style="x1:0px; y1:379px; x2:955px; y2:379px; "/>
  418. <line id="line6" style="x1:490px; y1:197px; x2:490px; y2:372px; "/>
  419. <line id="line7" style="x1:727px; y1:197px; x2:727px; y2:372px; "/>
  420. <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; ">
  421. <col ref="Z11X11"/>
  422. <col ref="Z11X12"/>
  423. <col ref="Z11X13"/>
  424. <col ref="Z11X14"/>
  425. <col ref="Z11X15"/>
  426. <col ref="Z11X16"/>
  427. <col/>
  428. <col ref="Z11X21"/>
  429. <col ref="Z11X22"/>
  430. <col ref="Z11X23"/>
  431. <col ref="Z11X24"/>
  432. <col ref="Z11X25"/>
  433. <col/>
  434. <col ref="Z11X31"/>
  435. <col ref="Z11X32"/>
  436. <col ref="Z11X33"/>
  437. <col ref="Z11X34"/>
  438. <col ref="Z11X35"/>
  439. </datagrid>
  440. </case>
  441. <case id="case2">
  442. <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; ">
  443. <col ref="Z21Y11"/>
  444. <col ref="Z21Y12"/>
  445. <col ref="Z21Y13"/>
  446. <col ref="Z21Y14"/>
  447. <col ref="Z21Y15"/>
  448. <col ref="Z21Y16"/>
  449. <col/>
  450. <col ref="Z21Y21"/>
  451. <col ref="Z21Y22"/>
  452. <col ref="Z21Y23"/>
  453. <col ref="Z21Y24"/>
  454. <col ref="Z21Y25"/>
  455. <col/>
  456. <col ref="Z21Y31"/>
  457. <col ref="Z21Y32"/>
  458. <col ref="Z21Y33"/>
  459. <col ref="Z21Y34"/>
  460. <col ref="Z21Y35"/>
  461. </datagrid>
  462. <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; ">
  463. <col ref="Z21C11"/>
  464. <col ref="Z21C12"/>
  465. <col ref="Z21C13"/>
  466. <col ref="Z21C14"/>
  467. <col ref="Z21C15"/>
  468. <col ref="Z21C16"/>
  469. <col/>
  470. <col ref="Z21C21"/>
  471. <col ref="Z21C22"/>
  472. <col ref="Z21C23"/>
  473. <col ref="Z21C24"/>
  474. <col ref="Z21C25"/>
  475. <col/>
  476. <col ref="Z21C31"/>
  477. <col ref="Z21C32"/>
  478. <col ref="Z21C33"/>
  479. <col ref="Z21C34"/>
  480. <col ref="Z21C35"/>
  481. </datagrid>
  482. <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; ">
  483. <col ref="Z21D11"/>
  484. <col ref="Z21D12"/>
  485. <col ref="Z21D13"/>
  486. <col ref="Z21D14"/>
  487. <col ref="Z21D15"/>
  488. <col ref="Z21D16"/>
  489. <col/>
  490. <col ref="Z21D21"/>
  491. <col ref="Z21D22"/>
  492. <col ref="Z21D23"/>
  493. <col ref="Z21D24"/>
  494. <col ref="Z21D25"/>
  495. <col/>
  496. <col ref="Z21D31"/>
  497. <col ref="Z21D32"/>
  498. <col ref="Z21D33"/>
  499. <col ref="Z21D34"/>
  500. <col ref="Z21D35"/>
  501. </datagrid>
  502. <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; ">
  503. <col ref="Z22X11"/>
  504. <col ref="Z22X12"/>
  505. <col ref="Z22X13"/>
  506. <col ref="Z22X14"/>
  507. <col ref="Z22X15"/>
  508. <col ref="Z22X21"/>
  509. <col ref="Z22X22"/>
  510. <col ref="Z22X23"/>
  511. <col ref="Z22X24"/>
  512. <col ref="Z22X25"/>
  513. <col ref="Z22X31"/>
  514. <col ref="Z22X32"/>
  515. <col ref="Z22X33"/>
  516. <col ref="Z22X34"/>
  517. <col ref="Z22X35"/>
  518. <col ref="Z22X41"/>
  519. <col ref="Z22X42"/>
  520. <col ref="Z22X43"/>
  521. <col ref="Z22X44"/>
  522. <col ref="Z22X45"/>
  523. </datagrid>
  524. <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; ">
  525. <col ref="Z22Y11"/>
  526. <col ref="Z22Y12"/>
  527. <col ref="Z22Y13"/>
  528. <col ref="Z22Y14"/>
  529. <col ref="Z22Y15"/>
  530. <col ref="Z22Y21"/>
  531. <col ref="Z22Y22"/>
  532. <col ref="Z22Y23"/>
  533. <col ref="Z22Y24"/>
  534. <col ref="Z22Y25"/>
  535. <col ref="Z22Y31"/>
  536. <col ref="Z22Y32"/>
  537. <col ref="Z22Y33"/>
  538. <col ref="Z22Y34"/>
  539. <col ref="Z22Y35"/>
  540. <col ref="Z22Y41"/>
  541. <col ref="Z22Y42"/>
  542. <col ref="Z22Y43"/>
  543. <col ref="Z22Y44"/>
  544. <col ref="Z22Y45"/>
  545. </datagrid>
  546. <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; ">
  547. <col ref="Z22C11"/>
  548. <col ref="Z22C12"/>
  549. <col ref="Z22C13"/>
  550. <col ref="Z22C14"/>
  551. <col ref="Z22C15"/>
  552. <col ref="Z22C21"/>
  553. <col ref="Z22C22"/>
  554. <col ref="Z22C23"/>
  555. <col ref="Z22C24"/>
  556. <col ref="Z22C25"/>
  557. <col ref="Z22C31"/>
  558. <col ref="Z22C32"/>
  559. <col ref="Z22C33"/>
  560. <col ref="Z22C34"/>
  561. <col ref="Z22C35"/>
  562. <col ref="Z22C41"/>
  563. <col ref="Z22C42"/>
  564. <col ref="Z22C43"/>
  565. <col ref="Z22C44"/>
  566. <col ref="Z22C45"/>
  567. </datagrid>
  568. <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; ">
  569. <col ref="Z23Y11"/>
  570. <col ref="Z23Y12"/>
  571. <col ref="Z23Y13"/>
  572. <col ref="Z23Y14"/>
  573. <col ref="Z23Y15"/>
  574. <col ref="Z23Y16"/>
  575. <col/>
  576. <col ref="Z23Y21"/>
  577. <col ref="Z23Y22"/>
  578. <col ref="Z23Y23"/>
  579. <col ref="Z23Y24"/>
  580. <col ref="Z23Y25"/>
  581. <col/>
  582. <col ref="Z23Y31"/>
  583. <col ref="Z23Y32"/>
  584. <col ref="Z23Y33"/>
  585. <col ref="Z23Y34"/>
  586. <col ref="Z23Y35"/>
  587. </datagrid>
  588. <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; ">
  589. <col ref="Z22D11"/>
  590. <col ref="Z22D12"/>
  591. <col ref="Z22D13"/>
  592. <col ref="Z22D14"/>
  593. <col ref="Z22D15"/>
  594. <col ref="Z22D21"/>
  595. <col ref="Z22D22"/>
  596. <col ref="Z22D23"/>
  597. <col ref="Z22D24"/>
  598. <col ref="Z22D25"/>
  599. <col ref="Z22D31"/>
  600. <col ref="Z22D32"/>
  601. <col ref="Z22D33"/>
  602. <col ref="Z22D34"/>
  603. <col ref="Z22D35"/>
  604. <col ref="Z22D41"/>
  605. <col ref="Z22D42"/>
  606. <col ref="Z22D43"/>
  607. <col ref="Z22D44"/>
  608. <col ref="Z22D45"/>
  609. </datagrid>
  610. <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; ">
  611. <col ref="Z23C11"/>
  612. <col ref="Z23C12"/>
  613. <col ref="Z23C13"/>
  614. <col ref="Z23C14"/>
  615. <col ref="Z23C15"/>
  616. <col ref="Z23C16"/>
  617. <col/>
  618. <col ref="Z23C21"/>
  619. <col ref="Z23C22"/>
  620. <col ref="Z23C23"/>
  621. <col ref="Z23C24"/>
  622. <col ref="Z23C25"/>
  623. <col/>
  624. <col ref="Z23C31"/>
  625. <col ref="Z23C32"/>
  626. <col ref="Z23C33"/>
  627. <col ref="Z23C34"/>
  628. <col ref="Z23C35"/>
  629. </datagrid>
  630. <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; ">
  631. <col ref="Z23X11"/>
  632. <col ref="Z23X12"/>
  633. <col ref="Z23X13"/>
  634. <col ref="Z23X14"/>
  635. <col ref="Z23X15"/>
  636. <col ref="Z23X16"/>
  637. <col/>
  638. <col ref="Z23X21"/>
  639. <col ref="Z23X22"/>
  640. <col ref="Z23X23"/>
  641. <col ref="Z23X24"/>
  642. <col ref="Z23X25"/>
  643. <col/>
  644. <col ref="Z23X31"/>
  645. <col ref="Z23X32"/>
  646. <col ref="Z23X33"/>
  647. <col ref="Z23X34"/>
  648. <col ref="Z23X35"/>
  649. </datagrid>
  650. <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; ">
  651. <col ref="Z23D11"/>
  652. <col ref="Z23D12"/>
  653. <col ref="Z23D13"/>
  654. <col ref="Z23D14"/>
  655. <col ref="Z23D15"/>
  656. <col ref="Z23D16"/>
  657. <col/>
  658. <col ref="Z23D21"/>
  659. <col ref="Z23D22"/>
  660. <col ref="Z23D23"/>
  661. <col ref="Z23D24"/>
  662. <col ref="Z23D25"/>
  663. <col/>
  664. <col ref="Z23D31"/>
  665. <col ref="Z23D32"/>
  666. <col ref="Z23D33"/>
  667. <col ref="Z23D34"/>
  668. <col ref="Z23D35"/>
  669. </datagrid>
  670. <line id="line1" style="x1:245px; y1:197px; x2:245px; y2:372px; "/>
  671. <line id="line8" style="x1:0px; y1:1px; x2:955px; y2:1px; "/>
  672. <line id="line9" style="x1:0px; y1:187px; x2:955px; y2:187px; "/>
  673. <line id="line10" style="x1:0px; y1:379px; x2:955px; y2:379px; "/>
  674. <line id="line11" style="x1:490px; y1:197px; x2:490px; y2:372px; "/>
  675. <line id="line12" style="x1:727px; y1:197px; x2:727px; y2:372px; "/>
  676. <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; ">
  677. <col ref="Z21X11"/>
  678. <col ref="Z21X12"/>
  679. <col ref="Z21X13"/>
  680. <col ref="Z21X14"/>
  681. <col ref="Z21X15"/>
  682. <col ref="Z21X16"/>
  683. <col/>
  684. <col ref="Z21X21"/>
  685. <col ref="Z21X22"/>
  686. <col ref="Z21X23"/>
  687. <col ref="Z21X24"/>
  688. <col ref="Z21X25"/>
  689. <col/>
  690. <col ref="Z21X31"/>
  691. <col ref="Z21X32"/>
  692. <col ref="Z21X33"/>
  693. <col ref="Z21X34"/>
  694. <col ref="Z21X35"/>
  695. </datagrid>
  696. </case>
  697. <case id="case3">
  698. <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; ">
  699. <col ref="Z31Y11"/>
  700. <col ref="Z31Y12"/>
  701. <col ref="Z31Y13"/>
  702. <col ref="Z31Y14"/>
  703. <col ref="Z31Y15"/>
  704. <col ref="Z31Y16"/>
  705. <col/>
  706. <col ref="Z31Y21"/>
  707. <col ref="Z31Y22"/>
  708. <col ref="Z31Y23"/>
  709. <col ref="Z31Y24"/>
  710. <col ref="Z31Y25"/>
  711. <col/>
  712. <col ref="Z31Y31"/>
  713. <col ref="Z31Y32"/>
  714. <col ref="Z31Y33"/>
  715. <col ref="Z31Y34"/>
  716. <col ref="Z31Y35"/>
  717. </datagrid>
  718. <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; ">
  719. <col ref="Z31C11"/>
  720. <col ref="Z31C12"/>
  721. <col ref="Z31C13"/>
  722. <col ref="Z31C14"/>
  723. <col ref="Z31C15"/>
  724. <col ref="Z31C16"/>
  725. <col/>
  726. <col ref="Z31C21"/>
  727. <col ref="Z31C22"/>
  728. <col ref="Z31C23"/>
  729. <col ref="Z31C24"/>
  730. <col ref="Z31C25"/>
  731. <col/>
  732. <col ref="Z31C31"/>
  733. <col ref="Z31C32"/>
  734. <col ref="Z31C33"/>
  735. <col ref="Z31C34"/>
  736. <col ref="Z31C35"/>
  737. </datagrid>
  738. <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; ">
  739. <col ref="Z31D11"/>
  740. <col ref="Z31D12"/>
  741. <col ref="Z31D13"/>
  742. <col ref="Z31D14"/>
  743. <col ref="Z31D15"/>
  744. <col ref="Z31D16"/>
  745. <col/>
  746. <col ref="Z31D21"/>
  747. <col ref="Z31D22"/>
  748. <col ref="Z31D23"/>
  749. <col ref="Z31D24"/>
  750. <col ref="Z31D25"/>
  751. <col/>
  752. <col ref="Z31D31"/>
  753. <col ref="Z31D32"/>
  754. <col ref="Z31D33"/>
  755. <col ref="Z31D34"/>
  756. <col ref="Z31D35"/>
  757. </datagrid>
  758. <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; ">
  759. <col ref="Z32X11"/>
  760. <col ref="Z32X12"/>
  761. <col ref="Z32X13"/>
  762. <col ref="Z32X14"/>
  763. <col ref="Z32X15"/>
  764. <col ref="Z32X21"/>
  765. <col ref="Z32X22"/>
  766. <col ref="Z32X23"/>
  767. <col ref="Z32X24"/>
  768. <col ref="Z32X25"/>
  769. <col ref="Z32X31"/>
  770. <col ref="Z32X32"/>
  771. <col ref="Z32X33"/>
  772. <col ref="Z32X34"/>
  773. <col ref="Z32X35"/>
  774. <col ref="Z32X41"/>
  775. <col ref="Z32X42"/>
  776. <col ref="Z32X43"/>
  777. <col ref="Z32X44"/>
  778. <col ref="Z32X45"/>
  779. </datagrid>
  780. <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; ">
  781. <col ref="Z32Y11"/>
  782. <col ref="Z32Y12"/>
  783. <col ref="Z32Y13"/>
  784. <col ref="Z32Y14"/>
  785. <col ref="Z32Y15"/>
  786. <col ref="Z32Y21"/>
  787. <col ref="Z32Y22"/>
  788. <col ref="Z32Y23"/>
  789. <col ref="Z32Y24"/>
  790. <col ref="Z32Y25"/>
  791. <col ref="Z32Y31"/>
  792. <col ref="Z32Y32"/>
  793. <col ref="Z32Y33"/>
  794. <col ref="Z32Y34"/>
  795. <col ref="Z32Y35"/>
  796. <col ref="Z32Y41"/>
  797. <col ref="Z32Y42"/>
  798. <col ref="Z32Y43"/>
  799. <col ref="Z32Y44"/>
  800. <col ref="Z32Y45"/>
  801. </datagrid>
  802. <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; ">
  803. <col ref="Z32C11"/>
  804. <col ref="Z32C12"/>
  805. <col ref="Z32C13"/>
  806. <col ref="Z32C14"/>
  807. <col ref="Z32C15"/>
  808. <col ref="Z32C21"/>
  809. <col ref="Z32C22"/>
  810. <col ref="Z32C23"/>
  811. <col ref="Z32C24"/>
  812. <col ref="Z32C25"/>
  813. <col ref="Z32C31"/>
  814. <col ref="Z32C32"/>
  815. <col ref="Z32C33"/>
  816. <col ref="Z32C34"/>
  817. <col ref="Z32C35"/>
  818. <col ref="Z32C41"/>
  819. <col ref="Z32C42"/>
  820. <col ref="Z32C43"/>
  821. <col ref="Z32C44"/>
  822. <col ref="Z32C45"/>
  823. </datagrid>
  824. <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; ">
  825. <col ref="Z33Y11"/>
  826. <col ref="Z33Y12"/>
  827. <col ref="Z33Y13"/>
  828. <col ref="Z33Y14"/>
  829. <col ref="Z33Y15"/>
  830. <col ref="Z33Y16"/>
  831. <col/>
  832. <col ref="Z33Y21"/>
  833. <col ref="Z33Y22"/>
  834. <col ref="Z33Y23"/>
  835. <col ref="Z33Y24"/>
  836. <col ref="Z33Y25"/>
  837. <col/>
  838. <col ref="Z33Y31"/>
  839. <col ref="Z33Y32"/>
  840. <col ref="Z33Y33"/>
  841. <col ref="Z33Y34"/>
  842. <col ref="Z33Y35"/>
  843. </datagrid>
  844. <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; ">
  845. <col ref="Z32D11"/>
  846. <col ref="Z32D12"/>
  847. <col ref="Z32D13"/>
  848. <col ref="Z32D14"/>
  849. <col ref="Z32D15"/>
  850. <col ref="Z32D21"/>
  851. <col ref="Z32D22"/>
  852. <col ref="Z32D23"/>
  853. <col ref="Z32D24"/>
  854. <col ref="Z32D25"/>
  855. <col ref="Z32D31"/>
  856. <col ref="Z32D32"/>
  857. <col ref="Z32D33"/>
  858. <col ref="Z32D34"/>
  859. <col ref="Z32D35"/>
  860. <col ref="Z32D41"/>
  861. <col ref="Z32D42"/>
  862. <col ref="Z32D43"/>
  863. <col ref="Z32D44"/>
  864. <col ref="Z32D45"/>
  865. </datagrid>
  866. <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; ">
  867. <col ref="Z33C11"/>
  868. <col ref="Z33C12"/>
  869. <col ref="Z33C13"/>
  870. <col ref="Z33C14"/>
  871. <col ref="Z33C15"/>
  872. <col ref="Z33C16"/>
  873. <col/>
  874. <col ref="Z33C21"/>
  875. <col ref="Z33C22"/>
  876. <col ref="Z33C23"/>
  877. <col ref="Z33C24"/>
  878. <col ref="Z33C25"/>
  879. <col/>
  880. <col ref="Z33C31"/>
  881. <col ref="Z33C32"/>
  882. <col ref="Z33C33"/>
  883. <col ref="Z33C34"/>
  884. <col ref="Z33C35"/>
  885. </datagrid>
  886. <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; ">
  887. <col ref="Z33X11"/>
  888. <col ref="Z33X12"/>
  889. <col ref="Z33X13"/>
  890. <col ref="Z33X14"/>
  891. <col ref="Z33X15"/>
  892. <col ref="Z33X16"/>
  893. <col/>
  894. <col ref="Z33X21"/>
  895. <col ref="Z33X22"/>
  896. <col ref="Z33X23"/>
  897. <col ref="Z33X24"/>
  898. <col ref="Z33X25"/>
  899. <col/>
  900. <col ref="Z33X31"/>
  901. <col ref="Z33X32"/>
  902. <col ref="Z33X33"/>
  903. <col ref="Z33X34"/>
  904. <col ref="Z33X35"/>
  905. </datagrid>
  906. <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; ">
  907. <col ref="Z33D11"/>
  908. <col ref="Z33D12"/>
  909. <col ref="Z33D13"/>
  910. <col ref="Z33D14"/>
  911. <col ref="Z33D15"/>
  912. <col ref="Z33D16"/>
  913. <col/>
  914. <col ref="Z33D21"/>
  915. <col ref="Z33D22"/>
  916. <col ref="Z33D23"/>
  917. <col ref="Z33D24"/>
  918. <col ref="Z33D25"/>
  919. <col/>
  920. <col ref="Z33D31"/>
  921. <col ref="Z33D32"/>
  922. <col ref="Z33D33"/>
  923. <col ref="Z33D34"/>
  924. <col ref="Z33D35"/>
  925. </datagrid>
  926. <line id="line13" style="x1:245px; y1:197px; x2:245px; y2:372px; "/>
  927. <line id="line14" style="x1:0px; y1:1px; x2:955px; y2:1px; "/>
  928. <line id="line15" style="x1:0px; y1:187px; x2:955px; y2:187px; "/>
  929. <line id="line16" style="x1:0px; y1:379px; x2:955px; y2:379px; "/>
  930. <line id="line17" style="x1:490px; y1:197px; x2:490px; y2:372px; "/>
  931. <line id="line18" style="x1:727px; y1:197px; x2:727px; y2:372px; "/>
  932. <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; ">
  933. <col ref="Z31X11"/>
  934. <col ref="Z31X12"/>
  935. <col ref="Z31X13"/>
  936. <col ref="Z31X14"/>
  937. <col ref="Z31X15"/>
  938. <col ref="Z31X16"/>
  939. <col/>
  940. <col ref="Z31X21"/>
  941. <col ref="Z31X22"/>
  942. <col ref="Z31X23"/>
  943. <col ref="Z31X24"/>
  944. <col ref="Z31X25"/>
  945. <col/>
  946. <col ref="Z31X31"/>
  947. <col ref="Z31X32"/>
  948. <col ref="Z31X33"/>
  949. <col ref="Z31X34"/>
  950. <col ref="Z31X35"/>
  951. </datagrid>
  952. </case>
  953. <case id="case4">
  954. <caption id="caption157" style="left:39px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
  955. <caption id="caption146" style="left:266px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
  956. <caption id="caption135" style="left:161px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
  957. <caption id="caption124" style="left:671px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
  958. <caption id="caption113" style="left:110px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
  959. <caption id="caption102" style="left:476px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
  960. <caption id="caption92" style="left:195px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
  961. <caption id="caption81" style="left:144px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
  962. <caption id="caption70" style="left:759px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
  963. <line id="line19" style="x1:737px; y1:5px; x2:737px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
  964. <caption id="caption158" style="left:583px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
  965. <caption id="caption147" style="left:405px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
  966. <caption id="caption136" style="left:688px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
  967. <caption id="caption125" style="left:56px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
  968. <caption id="caption114" style="left:127px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
  969. <caption id="caption103" style="left:283px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
  970. <caption id="caption93" style="left:5px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
  971. <caption id="caption82" style="left:810px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
  972. <caption id="caption71" style="left:671px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
  973. <caption id="caption60" style="left:722px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
  974. <line id="line20" style="x1:737px; y1:125px; x2:737px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
  975. <shape id="rectangle1" appearance="rectangle" style="left:0px; top:5px; width:845px; height:105px; "/>
  976. <caption id="caption159" style="left:232px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
  977. <caption id="caption148" style="left:793px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
  978. <caption id="caption137" style="left:300px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
  979. <caption id="caption126" style="left:600px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
  980. <caption id="caption115" style="left:110px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
  981. <caption id="caption104" style="left:56px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
  982. <caption id="caption94" style="left:600px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
  983. <caption id="caption83" style="left:549px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
  984. <caption id="caption72" style="left:425px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
  985. <caption id="caption61" style="left:827px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
  986. <caption id="caption50" style="left:654px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
  987. <line id="line21" style="x1:422px; y1:245px; x2:422px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
  988. <shape id="rectangle2" appearance="rectangle" style="left:0px; top:125px; width:845px; height:105px; "/>
  989. <caption id="caption149" style="left:178px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
  990. <caption id="caption138" style="left:22px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
  991. <caption id="caption127" style="left:549px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
  992. <caption id="caption116" style="left:476px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
  993. <caption id="caption105" style="left:637px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
  994. <caption id="caption95" style="left:337px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
  995. <caption id="caption84" style="left:388px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
  996. <caption id="caption73" style="left:776px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
  997. <caption id="caption62" style="left:759px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
  998. <caption id="caption51" style="left:671px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
  999. <caption id="caption40" style="left:425px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
  1000. <line id="line22" style="x1:527px; y1:245px; x2:527px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
  1001. <line id="line23" style="x1:107px; y1:125px; x2:107px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
  1002. <shape id="rectangle3" appearance="rectangle" style="left:0px; top:245px; width:845px; height:105px; "/>
  1003. <caption id="caption139" style="left:742px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
  1004. <caption id="caption128" style="left:425px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
  1005. <caption id="caption117" style="left:195px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
  1006. <caption id="caption106" style="left:493px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
  1007. <caption id="caption96" style="left:249px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
  1008. <caption id="caption85" style="left:161px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
  1009. <caption id="caption74" style="left:688px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
  1010. <caption id="caption63" style="left:776px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
  1011. <caption id="caption52" style="left:688px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
  1012. <caption id="caption41" style="left:442px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
  1013. <caption id="caption30" style="left:354px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
  1014. <line id="line24" style="x1:632px; y1:245px; x2:632px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
  1015. <line id="line25" style="x1:212px; y1:125px; x2:212px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
  1016. <shape id="rectangle4" appearance="rectangle" style="left:0px; top:365px; width:845px; height:105px; "/>
  1017. <caption id="caption129" style="left:637px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
  1018. <caption id="caption118" style="left:144px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
  1019. <caption id="caption107" style="left:300px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
  1020. <caption id="caption97" style="left:22px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
  1021. <caption id="caption86" style="left:742px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
  1022. <caption id="caption75" style="left:442px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
  1023. <caption id="caption64" style="left:793px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
  1024. <caption id="caption53" style="left:705px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
  1025. <caption id="caption42" style="left:532px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
  1026. <caption id="caption31" style="left:371px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
  1027. <caption id="caption20" style="left:144px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
  1028. <shape id="rectangle5" appearance="rectangle" style="left:846px; top:5px; width:125px; height:105px; "/>
  1029. <line id="line26" style="x1:422px; y1:366px; x2:422px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
  1030. <line id="line27" style="x1:317px; y1:125px; x2:317px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
  1031. <shape id="rectangle6" appearance="rectangle" style="left:422px; top:245px; width:424px; height:225px; border-color:#339966; border-width:2px; "/>
  1032. <caption id="caption119" style="left:759px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
  1033. <caption id="caption108" style="left:73px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
  1034. <caption id="caption98" style="left:459px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
  1035. <caption id="caption87" style="left:566px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
  1036. <caption id="caption76" style="left:354px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
  1037. <caption id="caption65" style="left:810px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
  1038. <caption id="caption43" style="left:549px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
  1039. <caption id="caption32" style="left:388px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
  1040. <caption id="caption21" style="left:161px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
  1041. <caption id="caption1" style="left:845px; top:160px; width:10px; height:25px; text-align:center; vertical-align:middle; ">B</caption>
  1042. <caption id="caption10" style="left:660px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L07</caption>
  1043. <line id="line28" style="x1:527px; y1:366px; x2:527px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
  1044. <line id="line29" style="x1:422px; y1:125px; x2:422px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
  1045. <caption id="caption109" style="left:510px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
  1046. <caption id="caption99" style="left:266px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
  1047. <caption id="caption88" style="left:405px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
  1048. <caption id="caption77" style="left:793px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
  1049. <caption id="caption66" style="left:742px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
  1050. <caption id="caption44" style="left:566px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
  1051. <caption id="caption33" style="left:405px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
  1052. <caption id="caption22" style="left:178px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
  1053. <caption id="caption2" style="left:845px; top:285px; width:10px; height:25px; text-align:center; vertical-align:middle; ">C</caption>
  1054. <caption id="caption11" style="left:765px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L08</caption>
  1055. <line id="line30" style="x1:632px; y1:366px; x2:632px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
  1056. <line id="line31" style="x1:527px; y1:125px; x2:527px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
  1057. <caption id="caption89" style="left:178px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
  1058. <caption id="caption78" style="left:705px; top:230px; width:15px; height:14px; text-align:center; ">5</caption>
  1059. <caption id="caption67" style="left:722px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
  1060. <caption id="caption45" style="left:583px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
  1061. <caption id="caption34" style="left:320px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
  1062. <caption id="caption23" style="left:195px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
  1063. <caption id="caption12" style="left:5px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
  1064. <caption id="caption3" style="left:845px; top:405px; width:10px; height:25px; text-align:center; vertical-align:middle; ">D</caption>
  1065. <line id="line32" style="x1:737px; y1:366px; x2:737px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
  1066. <line id="line33" style="x1:632px; y1:125px; x2:632px; y2:230px; background-color:#ff6600; border-color:#ff6600; "/>
  1067. <caption id="caption160" style="left:617px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
  1068. <caption id="caption79" style="left:532px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
  1069. <caption id="caption68" style="left:827px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
  1070. <caption id="caption46" style="left:600px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
  1071. <caption id="caption35" style="left:337px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
  1072. <caption id="caption24" style="left:249px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
  1073. <caption id="caption13" style="left:22px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
  1074. <caption id="caption4" style="left:30px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L01</caption>
  1075. <line id="line34" style="x1:107px; y1:366px; x2:107px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
  1076. <line id="line35" style="x1:737px; y1:245px; x2:737px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
  1077. <caption id="caption161" style="left:320px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
  1078. <caption id="caption150" style="left:705px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
  1079. <caption id="caption69" style="left:654px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
  1080. <caption id="caption36" style="left:459px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
  1081. <caption id="caption25" style="left:266px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
  1082. <caption id="caption14" style="left:39px; top:110px; width:15px; height:14px; text-align:center; ">3</caption>
  1083. <caption id="caption5" style="left:140px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L02</caption>
  1084. <caption id="caption47" style="left:880px; top:115px; width:68px; height:15px; text-align:center; vertical-align:middle; ">L09 缓冷坑</caption>
  1085. <line id="line36" style="x1:212px; y1:366px; x2:212px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
  1086. <line id="line37" style="x1:107px; y1:245px; x2:107px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
  1087. <caption id="caption162" style="left:371px; top:350px; width:15px; height:14px; text-align:center; ">4</caption>
  1088. <caption id="caption151" style="left:722px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
  1089. <caption id="caption140" style="left:442px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
  1090. <caption id="caption48" style="left:617px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
  1091. <caption id="caption37" style="left:476px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
  1092. <caption id="caption26" style="left:283px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
  1093. <caption id="caption15" style="left:56px; top:110px; width:15px; height:14px; text-align:center; ">4</caption>
  1094. <caption id="caption6" style="left:235px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L03</caption>
  1095. <line id="line38" style="x1:317px; y1:366px; x2:317px; y2:471px; background-color:#ff6600; border-color:#ff6600; "/>
  1096. <line id="line39" style="x1:212px; y1:245px; x2:212px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
  1097. <line id="line40" style="x1:107px; y1:5px; x2:107px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
  1098. <caption id="caption163" style="left:970px; top:40px; width:10px; height:25px; text-align:center; vertical-align:middle; ">A</caption>
  1099. <caption id="caption152" style="left:532px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
  1100. <caption id="caption141" style="left:73px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
  1101. <caption id="caption130" style="left:337px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
  1102. <caption id="caption49" style="left:637px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
  1103. <caption id="caption38" style="left:493px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
  1104. <caption id="caption27" style="left:300px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
  1105. <caption id="caption16" style="left:73px; top:110px; width:15px; height:14px; text-align:center; ">5</caption>
  1106. <caption id="caption7" style="left:340px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L04</caption>
  1107. <line id="line41" style="x1:317px; y1:245px; x2:317px; y2:350px; background-color:#ff6600; border-color:#ff6600; "/>
  1108. <line id="line42" style="x1:212px; y1:5px; x2:212px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
  1109. <caption id="caption153" style="left:827px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
  1110. <caption id="caption142" style="left:459px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
  1111. <caption id="caption131" style="left:388px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
  1112. <caption id="caption120" style="left:127px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
  1113. <caption id="caption39" style="left:510px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
  1114. <caption id="caption28" style="left:215px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
  1115. <caption id="caption17" style="left:90px; top:110px; width:15px; height:14px; text-align:center; ">6</caption>
  1116. <caption id="caption8" style="left:448px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L05</caption>
  1117. <line id="line43" style="x1:317px; y1:5px; x2:317px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
  1118. <caption id="caption154" style="left:654px; top:350px; width:15px; height:14px; text-align:center; ">2</caption>
  1119. <caption id="caption143" style="left:566px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
  1120. <caption id="caption132" style="left:776px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
  1121. <caption id="caption121" style="left:283px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
  1122. <caption id="caption110" style="left:215px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
  1123. <caption id="caption29" style="left:232px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
  1124. <caption id="caption18" style="left:110px; top:110px; width:15px; height:14px; text-align:center; ">1</caption>
  1125. <caption id="caption9" style="left:556px; top:473px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L06</caption>
  1126. <line id="line44" style="x1:422px; y1:5px; x2:422px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
  1127. <caption id="caption155" style="left:215px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
  1128. <caption id="caption144" style="left:354px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
  1129. <caption id="caption133" style="left:493px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
  1130. <caption id="caption122" style="left:5px; top:350px; width:15px; height:14px; text-align:center; ">1</caption>
  1131. <caption id="caption111" style="left:90px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
  1132. <caption id="caption100" style="left:39px; top:230px; width:15px; height:14px; text-align:center; ">3</caption>
  1133. <caption id="caption90" style="left:583px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
  1134. <caption id="caption19" style="left:127px; top:110px; width:15px; height:14px; text-align:center; ">2</caption>
  1135. <line id="line45" style="x1:527px; y1:5px; x2:527px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
  1136. <caption id="caption156" style="left:90px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
  1137. <caption id="caption145" style="left:510px; top:350px; width:15px; height:14px; text-align:center; ">6</caption>
  1138. <caption id="caption134" style="left:249px; top:350px; width:15px; height:14px; text-align:center; ">3</caption>
  1139. <caption id="caption123" style="left:810px; top:350px; width:15px; height:14px; text-align:center; ">5</caption>
  1140. <caption id="caption112" style="left:232px; top:230px; width:15px; height:14px; text-align:center; ">2</caption>
  1141. <caption id="caption101" style="left:617px; top:230px; width:15px; height:14px; text-align:center; ">6</caption>
  1142. <caption id="caption91" style="left:320px; top:230px; width:15px; height:14px; text-align:center; ">1</caption>
  1143. <caption id="caption80" style="left:371px; top:230px; width:15px; height:14px; text-align:center; ">4</caption>
  1144. <line id="line46" style="x1:632px; y1:5px; x2:632px; y2:110px; background-color:#ff6600; border-color:#ff6600; "/>
  1145. </case>
  1146. </switch>
  1147. <button id="button1" style="left:10px; top:10px; width:75px; height:20px; ">
  1148. <caption>Z1跨</caption>
  1149. <script type="javascript" ev:event="DOMActivate">
  1150. <![CDATA[
  1151. model.toggle("case1");
  1152. model.setValue("/root/formData/YARD_AREA","Z1");
  1153. SELECTED_TYPE = "Z1";
  1154. refresh();
  1155. find(1);
  1156. ]]>
  1157. </script>
  1158. <toggle case="case1" ev:event="onclick"/>
  1159. </button>
  1160. <button id="button2" style="left:90px; top:10px; width:75px; height:20px; ">
  1161. <caption>Z2跨</caption>
  1162. <script type="javascript" ev:event="DOMActivate">
  1163. <![CDATA[
  1164. SELECTED_TYPE = "Z2";
  1165. model.toggle("case2");
  1166. model.setValue("/root/formData/YARD_AREA","Z2");
  1167. refresh();
  1168. find(2);
  1169. ]]>
  1170. </script>
  1171. </button>
  1172. <button id="button3" style="left:165px; top:10px; width:75px; height:20px; ">
  1173. <caption>Z3跨</caption>
  1174. <script type="javascript" ev:event="DOMActivate">
  1175. <![CDATA[
  1176. SELECTED_TYPE = "Z3";
  1177. model.toggle("case3");
  1178. model.setValue("/root/formData/YARD_AREA","Z3");
  1179. refresh();
  1180. find(3);
  1181. ]]>
  1182. </script>
  1183. </button>
  1184. <script type="javascript" ev:event="ondblclick">
  1185. <![CDATA[
  1186. yardAddrDbClick();
  1187. ]]>
  1188. </script>
  1189. <button id="button4" style="left:240px; top:10px; width:100px; height:20px; ">
  1190. <caption>炼钢板坯库</caption>
  1191. <script type="javascript" ev:event="DOMActivate">
  1192. <![CDATA[
  1193. SELECTED_TYPE = "LG";
  1194. model.toggle("case4");
  1195. refresh();
  1196. init();
  1197. ]]>
  1198. </script>
  1199. </button>
  1200. </xhtml:body>
  1201. </xhtml:html>