awtk/demos/res/raw/ui/dialog2.xml

6 lines
319 B
XML
Raw Normal View History

2018-03-18 11:29:31 +08:00
<dialog name="" icon="info" x="10" y="120" w="300" h="160" text="Dialog">
<label name="" x="center" y="middle:-20" w="200" h="30" text="LFTK is cool!"/>
2018-04-08 12:41:48 +08:00
<button name="ok" x="10" y="bottom:10" w="40%" h="30" text="确定"/>
<button name="cancel" x="right:10" y="bottom:10" w="40%" h="30" text="取消"/>
2018-03-18 11:29:31 +08:00
</dialog>