2019-08-29 14:17:16 +08:00
|
|
|
<dialog anim_hint="center_scale(duration=300)" x="c" y="m" w="80%" h="160" text="Dialog" move_focus_prev_key="up" move_focus_next_key="down">
|
2019-10-25 08:14:15 +08:00
|
|
|
<dialog_title x="0" y="0" w="100%" h="30" text="Hello AWTK" >
|
|
|
|
<draggable drag_window="true"/>
|
|
|
|
</dialog_title>
|
|
|
|
|
2018-07-14 11:35:40 +08:00
|
|
|
<dialog_client x="0" y="bottom" w="100%" h="-30">
|
2019-08-29 14:17:16 +08:00
|
|
|
<combo_box left_margin="6" readonly="true" x="center" y="5" w="80%" h="30" text="left" options="left;center;right;" focusable="true"/>
|
2019-03-30 10:27:32 +08:00
|
|
|
<label name="" x="center" y="middle:-20" w="200" h="30" text="Back to home?"/>
|
2019-08-29 14:17:16 +08:00
|
|
|
<button name="back_to_home" x="10" y="bottom:10" w="40%" h="30" text="确定" focusable="true"/>
|
|
|
|
<button name="quit" x="right:10" y="bottom:10" w="40%" h="30" text="取消" focusable="true"/>
|
2018-07-14 11:35:40 +08:00
|
|
|
</dialog_client>
|
2018-03-18 11:29:31 +08:00
|
|
|
</dialog>
|