14a6a07297b3b5cd466f77e5b1931cc49ffb3194.svn-base 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <GongXu>1</GongXu>
  10. <TcId/>
  11. <Table/>
  12. </root>
  13. </instance>
  14. </model>
  15. </xhtml:head>
  16. <xhtml:body>
  17. <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; ">
  18. <caption>查询</caption>
  19. </button>
  20. <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; ">
  21. <caption>保存</caption>
  22. </button>
  23. <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; ">
  24. <caption>关闭</caption>
  25. </button>
  26. <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; ">
  27. <caption>发送</caption>
  28. </button>
  29. <caption id="caption1" style="left:25px; top:50px; width:65px; height:20px; font-weight:bold; text-align:center; vertical-align:middle; ">工程</caption>
  30. <caption id="caption2" style="left:210px; top:50px; width:100px; height:20px; font-weight:bold; vertical-align:middle; ">TC ID</caption>
  31. <select1 id="combo1" ref="/root/GongXu" appearance="minimal" style="left:80px; top:50px; width:100px; height:20px; ">
  32. <choices>
  33. <item>
  34. <label> --全部--</label>
  35. <value>1</value>
  36. </item>
  37. <item>
  38. <label>炼钢</label>
  39. <value>2</value>
  40. </item>
  41. <item>
  42. <label>热轧</label>
  43. <value>3</value>
  44. </item>
  45. </choices>
  46. </select1>
  47. <input id="input1" ref="/root/TcId" format="999999-9999999" style="left:255px; top:50px; width:100px; height:20px; "/>
  48. <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; ">
  49. <col type="checkbox"/>
  50. <col/>
  51. <col/>
  52. <col/>
  53. </datagrid>
  54. <button id="button5" style="left:620px; top:55px; width:100px; height:20px; background-image:../../images/btn_save.GIF; ">
  55. <caption>添加行</caption>
  56. <script type="javascript" ev:event="onclick">
  57. <![CDATA[
  58. datagrid1.addrow();
  59. ]]>
  60. </script>
  61. </button>
  62. <button id="button6" style="left:695px; top:55px; width:100px; height:20px; background-image:../../images/btn_save.GIF; ">
  63. <caption>删除行</caption>
  64. <script type="javascript" ev:event="onclick">
  65. <![CDATA[
  66. datagrid1.removerow();
  67. ]]>
  68. </script>
  69. </button>
  70. </xhtml:body>
  71. </xhtml:html>