mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 17:41:29 +08:00
18 lines
834 B
XML
18 lines
834 B
XML
<window name="main" anim_hint="htranslate" layout="c2 h30 m5 s5">
|
|
<button name="open:memtest" text="MemTest"/>
|
|
<button name="open:images" text="Image"/>
|
|
<button name="open:basic" text="Basic"/>
|
|
<button name="open:button" text="Buttons"/>
|
|
<button name="open:edit" text="Edits"/>
|
|
<button name="open:keyboard" text="KeyBoard"/>
|
|
<button name="open:list_view" text="ListView"/>
|
|
<button name="open:slide_view" text="SlideView"/>
|
|
<button name="open:animation" text="Animate Window"/>
|
|
<button name="open:animator" text="Animate Widget"/>
|
|
<button name="open:locale" text="Locale"/>
|
|
<button name="open:tab_control" text="Tab Control"/>
|
|
<button name="open:combo_box" text="ComboBox"/>
|
|
<button name="open:rich_text" text="RichText"/>
|
|
<button name="show_fps" text="Show FPS"/>
|
|
</window>
|