XML UI 框架 Purnama XUI

码农软件 · 软件分类 · GUI开发框架 · 2019-08-10 16:42:08

软件介绍

Purnama XUI是使用XML来描述图形用户界面的框架,是一个很有用的跨平台、跨语言的基于XML的脚本语言,使用它可以不使用真正的程序代码就能开发应用程序界面。

通过下面的XML可以生成这个图形界面

<xui:XUI xmlns:xui="http://xml.bcit.ca/PurnamaProject/2003/xui"    
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.bcit.ca/PurnamaProject/2003/xui ./xui.xsd"
id="http://geekkit.bcit.ca/counter">
<xui:Window id="window_0" name="XUL Challenge 2004" x="100" y="100" width="250" height="110" visible="true">
<xui:GridLayout width="1" height="1"></xui:GridLayout>
<xui:Panel x="0" y="0" width="1" height="1" id="panel_0" name="panel" idref="window_0">
<xui:GridLayout width="3" height="4"></xui:GridLayout>
<xui:Label x="0" y="0" width="3" height="1" text="Counter" justified="left" id="label_0"/>
<xui:TextField x="1" y="0" width="3" height="1" enabled="true" id="textfield_0">
<xui:Text>34</xui:Text>
</xui:TextField>
<xui:Button id="button_0" width="1" height="1" enabled="true"
orientation="horizontal" x="2" y="0" label="Dec (-)"></xui:Button>
<xui:Button id="button_1" width="1" height="1" enabled="true"
orientation="horizontal" x="2" y="1" label="Clear"></xui:Button>
<xui:Button id="button_2" width="1" height="1" enabled="true"
orientation="horizontal" x="2" y="2" label="Inc (+)"></xui:Button>
</xui:Panel>
</xui:Window>
</xui:XUI>

本文地址:https://codercto.com/soft/d/12071.html

同伦方法纵横谈

同伦方法纵横谈

王则柯 / 大连理工大学 / 2011-5 / 25.00元

《走向数学丛书07-同伦方法纵横谈》,在本书里读者会看到许多人物故事,作为一本普及读物,我们有时候甚至觉得,对于不少读者来说,书中所写的科学研究中的人物故事,可能比书中介绍的具体的研究成果更有价值,这些人物故事,许多都出自我们个人之间的交往,这是从一个侧面了解科学研究的规律,了解科学家之成为科学家的珍贵记录。一起来看看 《同伦方法纵横谈》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具