| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/css" href="../../css/body.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>
- <![CDATA[炼钢作业 >> 板坯库管理 >> 炼钢板坯库现况查询(UIG040021)]]>
- </xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <reqData/>
- <resData/>
- <description/>
- <searchData>
- <slabCount_VO>
- <slabCount_Row/>
- </slabCount_VO>
- </searchData>
- <tempData/>
- <forwarData>
- <fromData/>
- <toData/>
- </forwarData>
- <numData/>
- <formData/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- init();
- ]]>
- </script>
- </model>
- <script type="javascript">
- <![CDATA[
- function init(){
- 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);
- //model.setValue("/root/searchData/slabCount_VO/slabCount_Row/" + outData + "",outData);
-
- 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");
-
- }
- //textarea3.value = instance1.root.xml;
- }
-
-
- function find(){
- 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 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;
-
- model.makeValue("/root/tempData/selectCaption",SELECTED_CAPTION);
- window.load("UIG040030.xrw","modal","", "left:0; top:0; width:980; height:560; sysmenu:visible; min:visible; max:true; resize:true; caption:visible;");
- }
-
- function set(){
-
- }
- ]]>
- </script>
- <script type="javascript" src="../../js/boaCommon.js"/>
- <script type="javascript" src="../../js/boaMsg.js"/>
- <script type="javascript" src="../../js/G02.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,980;">
- <shape id="rectangle1" appearance="rectangle" style="left:0px; top:45px; width:845px; height:105px; "/>
- <shape id="rectangle2" appearance="rectangle" style="left:0px; top:165px; width:845px; height:105px; "/>
- <shape id="rectangle3" appearance="rectangle" style="left:0px; top:285px; width:845px; height:105px; "/>
- <shape id="rectangle4" appearance="rectangle" style="left:0px; top:405px; width:845px; height:105px; "/>
- <line id="line2" style="x1:107px; y1:45px; x2:107px; y2:150px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line3" style="x1:212px; y1:45px; x2:212px; y2:150px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line4" style="x1:317px; y1:45px; x2:317px; y2:150px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line5" style="x1:422px; y1:45px; x2:422px; y2:150px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line6" style="x1:527px; y1:45px; x2:527px; y2:150px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line7" style="x1:632px; y1:45px; x2:632px; y2:150px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line8" style="x1:737px; y1:45px; x2:737px; y2:150px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line9" style="x1:737px; y1:165px; x2:737px; y2:270px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line10" style="x1:107px; y1:165px; x2:107px; y2:270px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line11" style="x1:212px; y1:165px; x2:212px; y2:270px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line12" style="x1:317px; y1:165px; x2:317px; y2:270px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line13" style="x1:422px; y1:165px; x2:422px; y2:270px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line14" style="x1:527px; y1:165px; x2:527px; y2:270px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line15" style="x1:632px; y1:165px; x2:632px; y2:270px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line16" style="x1:737px; y1:285px; x2:737px; y2:390px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line17" style="x1:107px; y1:285px; x2:107px; y2:390px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line18" style="x1:212px; y1:285px; x2:212px; y2:390px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line19" style="x1:317px; y1:285px; x2:317px; y2:390px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line20" style="x1:422px; y1:285px; x2:422px; y2:390px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line21" style="x1:527px; y1:285px; x2:527px; y2:390px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line22" style="x1:632px; y1:285px; x2:632px; y2:390px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line23" style="x1:422px; y1:406px; x2:422px; y2:511px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line24" style="x1:527px; y1:406px; x2:527px; y2:511px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line25" style="x1:632px; y1:406px; x2:632px; y2:511px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line26" style="x1:737px; y1:406px; x2:737px; y2:511px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line27" style="x1:107px; y1:406px; x2:107px; y2:511px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line28" style="x1:212px; y1:406px; x2:212px; y2:511px; background-color:#ff6600; border-color:#ff6600; "/>
- <line id="line29" style="x1:317px; y1:406px; x2:317px; y2:511px; background-color:#ff6600; border-color:#ff6600; "/>
- <shape id="rectangle5" appearance="rectangle" style="left:846px; top:45px; width:125px; height:105px; "/>
- <caption id="caption10" style="left:660px; top:513px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L07</caption>
- <caption id="caption11" style="left:765px; top:513px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L08</caption>
- <caption id="caption4" style="left:30px; top:513px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L01</caption>
- <caption id="caption47" style="left:880px; top:155px; width:68px; height:15px; text-align:center; vertical-align:middle; ">L09 缓冷坑</caption>
- <caption id="caption5" style="left:140px; top:513px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L02</caption>
- <caption id="caption6" style="left:235px; top:513px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L03</caption>
- <caption id="caption7" style="left:340px; top:513px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L04</caption>
- <caption id="caption8" style="left:448px; top:513px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L05</caption>
- <caption id="caption9" style="left:556px; top:513px; width:45px; height:25px; text-align:center; vertical-align:middle; ">L06</caption>
- <caption id="caption1" style="left:845px; top:200px; width:10px; height:25px; text-align:center; vertical-align:middle; ">B</caption>
- <caption id="caption2" style="left:845px; top:325px; width:10px; height:25px; text-align:center; vertical-align:middle; ">C</caption>
- <caption id="caption3" style="left:845px; top:445px; width:10px; height:25px; text-align:center; vertical-align:middle; ">D</caption>
- <caption id="caption54" class="cell" style="left:0px; top:5px; width:100px; height:20px; border-color:#000000; ">板坯总块数</caption>
- <caption id="caption55" class="cell" style="left:162px; top:5px; width:100px; height:20px; border-color:#000000; ">厚板材总块数</caption>
- <caption id="caption56" class="cell" style="left:324px; top:5px; width:100px; height:20px; border-color:#000000; ">精整指示块数</caption>
- <caption id="caption57" class="cell" style="left:486px; top:5px; width:100px; height:20px; border-color:#000000; ">精整完成块数</caption>
- <output id="output114" ref="/root/formData/TotSlabCnt_VO/TotSlabCnt_Row/ALL_T_CNT" style="left:102px; top:5px; width:55px; height:20px; background-color:#dddddd; "/>
- <caption id="caption58" class="cell" style="left:648px; top:5px; width:86px; height:20px; border-color:#000000; ">订单物料块数</caption>
- <output id="output115" ref="/root/formData/TotSlabCnt_VO/TotSlabCnt_Row/PL_SLAB_CNT" style="left:264px; top:5px; width:55px; height:20px; background-color:#dddddd; "/>
- <caption id="caption59" class="cell" style="left:796px; top:5px; width:100px; height:20px; border-color:#000000; ">余材块数</caption>
- <output id="output116" ref="/root/formData/TotSlabCnt_VO/TotSlabCnt_Row/CORR_DIR_SLAB_CNT" style="left:426px; top:5px; width:55px; height:20px; background-color:#dddddd; "/>
- <output id="output117" ref="/root/formData/TotSlabCnt_VO/TotSlabCnt_Row/CORR_RST_SLAB_CNT" style="left:588px; top:5px; width:55px; height:20px; background-color:#dddddd; "/>
- <output id="output118" ref="/root/formData/TotSlabCnt_VO/TotSlabCnt_Row/ORD_SLAB_CNT" style="left:735px; top:5px; width:55px; height:20px; background-color:#dddddd; "/>
- <output id="output119" ref="/root/formData/TotSlabCnt_VO/TotSlabCnt_Row/NONORD_SLAB_CNT" style="left:898px; top:5px; width:55px; height:20px; background-color:#dddddd; "/>
- <caption id="caption12" style="left:5px; top:150px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption13" style="left:22px; top:150px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption14" style="left:39px; top:150px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption15" style="left:56px; top:150px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption16" style="left:73px; top:150px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption17" style="left:90px; top:150px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption18" style="left:110px; top:150px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption19" style="left:127px; top:150px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption20" style="left:144px; top:150px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption21" style="left:161px; top:150px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption22" style="left:178px; top:150px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption23" style="left:195px; top:150px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption24" style="left:249px; top:150px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption25" style="left:266px; top:150px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption26" style="left:283px; top:150px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption27" style="left:300px; top:150px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption28" style="left:215px; top:150px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption29" style="left:232px; top:150px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption30" style="left:354px; top:150px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption31" style="left:371px; top:150px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption32" style="left:388px; top:150px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption33" style="left:405px; top:150px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption34" style="left:320px; top:150px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption35" style="left:337px; top:150px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption36" style="left:459px; top:150px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption37" style="left:476px; top:150px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption38" style="left:493px; top:150px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption39" style="left:510px; top:150px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption40" style="left:425px; top:150px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption41" style="left:442px; top:150px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption42" style="left:532px; top:150px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption43" style="left:549px; top:150px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption44" style="left:566px; top:150px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption45" style="left:583px; top:150px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption46" style="left:600px; top:150px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption48" style="left:617px; top:150px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption49" style="left:637px; top:150px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption50" style="left:654px; top:150px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption51" style="left:671px; top:150px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption52" style="left:688px; top:150px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption53" style="left:705px; top:150px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption60" style="left:722px; top:150px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption61" style="left:827px; top:150px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption62" style="left:759px; top:150px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption63" style="left:776px; top:150px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption64" style="left:793px; top:150px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption65" style="left:810px; top:150px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption66" style="left:742px; top:150px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption67" style="left:722px; top:270px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption68" style="left:827px; top:270px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption69" style="left:654px; top:270px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption70" style="left:759px; top:270px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption71" style="left:671px; top:270px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption72" style="left:425px; top:270px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption73" style="left:776px; top:270px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption74" style="left:688px; top:270px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption75" style="left:442px; top:270px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption76" style="left:354px; top:270px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption77" style="left:793px; top:270px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption78" style="left:705px; top:270px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption79" style="left:532px; top:270px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption80" style="left:371px; top:270px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption81" style="left:144px; top:270px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption82" style="left:810px; top:270px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption83" style="left:549px; top:270px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption84" style="left:388px; top:270px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption85" style="left:161px; top:270px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption86" style="left:742px; top:270px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption87" style="left:566px; top:270px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption88" style="left:405px; top:270px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption89" style="left:178px; top:270px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption90" style="left:583px; top:270px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption91" style="left:320px; top:270px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption92" style="left:195px; top:270px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption93" style="left:5px; top:270px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption94" style="left:600px; top:270px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption95" style="left:337px; top:270px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption96" style="left:249px; top:270px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption97" style="left:22px; top:270px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption98" style="left:459px; top:270px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption99" style="left:266px; top:270px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption100" style="left:39px; top:270px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption101" style="left:617px; top:270px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption102" style="left:476px; top:270px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption103" style="left:283px; top:270px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption104" style="left:56px; top:270px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption105" style="left:637px; top:270px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption106" style="left:493px; top:270px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption107" style="left:300px; top:270px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption108" style="left:73px; top:270px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption109" style="left:510px; top:270px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption110" style="left:215px; top:270px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption111" style="left:90px; top:270px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption112" style="left:232px; top:270px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption113" style="left:110px; top:270px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption114" style="left:127px; top:270px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption115" style="left:110px; top:390px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption116" style="left:476px; top:390px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption117" style="left:195px; top:390px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption118" style="left:144px; top:390px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption119" style="left:759px; top:390px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption120" style="left:127px; top:390px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption121" style="left:283px; top:390px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption122" style="left:5px; top:390px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption123" style="left:810px; top:390px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption124" style="left:671px; top:390px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption125" style="left:56px; top:390px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption126" style="left:600px; top:390px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption127" style="left:549px; top:390px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption128" style="left:425px; top:390px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption129" style="left:637px; top:390px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption130" style="left:337px; top:390px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption131" style="left:388px; top:390px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption132" style="left:776px; top:390px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption133" style="left:493px; top:390px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption134" style="left:249px; top:390px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption135" style="left:161px; top:390px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption136" style="left:688px; top:390px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption137" style="left:300px; top:390px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption138" style="left:22px; top:390px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption139" style="left:742px; top:390px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption140" style="left:442px; top:390px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption141" style="left:73px; top:390px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption142" style="left:459px; top:390px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption143" style="left:566px; top:390px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption144" style="left:354px; top:390px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption145" style="left:510px; top:390px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption146" style="left:266px; top:390px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption147" style="left:405px; top:390px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption148" style="left:793px; top:390px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption149" style="left:178px; top:390px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption150" style="left:705px; top:390px; width:15px; height:14px; text-align:center; ">5</caption>
- <caption id="caption151" style="left:722px; top:390px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption152" style="left:532px; top:390px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption153" style="left:827px; top:390px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption154" style="left:654px; top:390px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption155" style="left:215px; top:390px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption156" style="left:90px; top:390px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption157" style="left:39px; top:390px; width:15px; height:14px; text-align:center; ">3</caption>
- <caption id="caption158" style="left:583px; top:390px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption159" style="left:232px; top:390px; width:15px; height:14px; text-align:center; ">2</caption>
- <caption id="caption160" style="left:617px; top:390px; width:15px; height:14px; text-align:center; ">6</caption>
- <caption id="caption161" style="left:320px; top:390px; width:15px; height:14px; text-align:center; ">1</caption>
- <caption id="caption162" style="left:371px; top:390px; width:15px; height:14px; text-align:center; ">4</caption>
- <caption id="caption163" style="left:970px; top:80px; width:10px; height:25px; text-align:center; vertical-align:middle; ">A</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- onclickFunc();
- ]]>
- </script>
- <shape id="rectangle6" appearance="rectangle" style="left:422px; top:285px; width:424px; height:225px; border-color:#339966; border-width:2px; "/>
- <button id="button1" style="left:885px; top:230px; width:70px; height:20px; ">
- <caption>button1</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- find();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|