2021-02-20 15:11:20 +08:00
|
|
|
<dialog theme="dialog" style="custom" highlight="default(alpha=100)"
|
2019-10-24 09:42:46 +08:00
|
|
|
x="c" y="m" w="80%" h="220">
|
2019-10-25 08:14:15 +08:00
|
|
|
<dialog_title style="custom" x="0" y="0" w="100%" h="30" text="Hello AWTK" >
|
|
|
|
<draggable drag_window="true"/>
|
|
|
|
</dialog_title>
|
2018-07-17 11:27:14 +08:00
|
|
|
<dialog_client style="custom" x="0" y="bottom" w="100%" h="-30">
|
2023-06-06 18:13:11 +08:00
|
|
|
<edit x="center" y="middle:-20" w="200" h="30" text="AWTK is cool!"/>
|
2019-10-24 09:42:46 +08:00
|
|
|
<button name="reload_theme" x="center" y="middle:20" w="80%" h="30" text="Test Change Theme"/>
|
2021-02-20 15:11:20 +08:00
|
|
|
<button style="green_btn" name="open:menu_point" x="10" y="bottom:10" w="40%" h="30" text="打开菜单"/>
|
2018-07-17 11:27:14 +08:00
|
|
|
<button style="red_btn" name="quit" x="right:10" y="bottom:10" w="40%" h="30" text="取消"/>
|
2018-07-14 11:35:40 +08:00
|
|
|
</dialog_client>
|
2018-03-18 11:29:31 +08:00
|
|
|
</dialog>
|