| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet href="../../css/body.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <GongXu>1</GongXu>
- <TcId/>
- <Table/>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body>
- <button id="button1" style="left:655px; top:20px; width:100px; height:20px; font-family:宋体; font-size:11pt; font-weight:bold; background-image:../../images/btn_find.GIF; ">
- <caption>查询</caption>
- </button>
- <button id="button2" style="left:742px; top:20px; width:100px; height:20px; font-family:宋体; font-size:11pt; font-weight:bold; background-image:../../images/btn_save.GIF; ">
- <caption>保存</caption>
- </button>
- <button id="button3" style="left:829px; top:20px; width:100px; height:20px; font-family:宋体; font-size:11pt; font-weight:bold; background-image:../../images/btn_exit.GIF; ">
- <caption>关闭</caption>
- </button>
- <button id="button4" style="left:830px; top:50px; width:100px; height:20px; font-family:宋体; font-size:11pt; font-weight:bold; background-image:../../images/btn_save.GIF; ">
- <caption>发送</caption>
- </button>
- <caption id="caption1" style="left:25px; top:50px; width:65px; height:20px; font-weight:bold; text-align:center; vertical-align:middle; ">工程</caption>
- <caption id="caption2" style="left:210px; top:50px; width:100px; height:20px; font-weight:bold; vertical-align:middle; ">TC ID</caption>
- <select1 id="combo1" ref="/root/GongXu" appearance="minimal" style="left:80px; top:50px; width:100px; height:20px; ">
- <choices>
- <item>
- <label> --全部--</label>
- <value>1</value>
- </item>
- <item>
- <label>炼钢</label>
- <value>2</value>
- </item>
- <item>
- <label>热轧</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <input id="input1" ref="/root/TcId" format="999999-9999999" style="left:255px; top:50px; width:100px; height:20px; "/>
- <datagrid id="datagrid1" nodeset="/root/Table" backcoloralternate="#eaf4fe" caption="选择^TRANSACTION ID^TRANSACTION DESC^DATA|^TRANSACTION ID^TRANSACTION DESC^DATA" colsep="^" colwidth="38, 144, 154, 100" defaultrows="10" mergecellsfixedrows="bycolrec" rowsep="|" style="left:35px; top:75px; width:860px; height:485px; font-family:宋体; font-size:11pt; ">
- <col type="checkbox"/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- <button id="button5" style="left:620px; top:55px; width:100px; height:20px; background-image:../../images/btn_save.GIF; ">
- <caption>添加行</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.addrow();
- ]]>
- </script>
- </button>
- <button id="button6" style="left:695px; top:55px; width:100px; height:20px; background-image:../../images/btn_save.GIF; ">
- <caption>删除行</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- datagrid1.removerow();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|