dialog.xml 1.0 KB

12345678910111213141516171819
  1. <screen name="Dialog" visible="true">
  2. <widget name="LimitArea" x="50%" y="50%" origin_x="50%" origin_y="50%" width="320" height="240" scale="3 3" visible="true">
  3. <widget name="0" x="0" y="0" width="100%" height="100%" visible="false">
  4. <prototype name="Dialog" />
  5. </widget>
  6. <widget name="1" x="0" y="0" width="100%" height="100%" visible="false">
  7. <prototype name="Dialog" />
  8. </widget>
  9. <widget name="2" x="0" y="0" width="100%" height="100%" visible="false">
  10. <prototype name="Dialog" />
  11. </widget>
  12. <widget name="3" x="0" y="0" width="100%" height="100%" visible="false">
  13. <prototype name="Dialog" />
  14. </widget>
  15. <widget name="Timer" x="0" y="0" width="100%" height="100%" visible="false">
  16. <text_area name="TextArea" x="3" y="3" width="100%-6" height="100%-6" font="FFVIITimerFont" text_align="left" padding="3 5 3 5" scissor_area="0 0 100% 100%" visible="false" />
  17. </widget>
  18. </widget>
  19. </screen>