solve.kul 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <kul_pkg type="ui" name="solve" xmlns="http://www.kingmesh.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kingmesh.com kul.xsd">
  3. <property name="id">0x8884ea5e-0x5dbc-0x48cf-0xb7-0x48-0x0c-0x6b-0xaa-0x12-0x99-0x16</property>
  4. <widget type="form" name="solve_pane">
  5. <property name="id">0xc0bc4466-0xac29-0x4b01-0xb5-0x4e-0xb4-0xd8-0x3b-0x8c-0x42-0x98</property>
  6. <property name="style">popup</property>
  7. <property name="title">Form</property>
  8. <property name="titlebar">true</property>
  9. <property name="icon">nil</property>
  10. <property name="bkcolor">gray</property>
  11. <property name="width">auto</property>
  12. <property name="height">auto</property>
  13. <property name="center">center</property>
  14. <property name="auto_center">false</property>
  15. <property name="transparent">false</property>
  16. <property name="resize">true</property>
  17. <property name="show">normal</property>
  18. <property name="maximum_box">true</property>
  19. <property name="minimum_box">true</property>
  20. <property name="close_box">true</property>
  21. <property name="toolwindow">false</property>
  22. <property name="app_window">true</property>
  23. <property name="topmost">true</property>
  24. <property name="is_service">false</property>
  25. <property name="attachment">none</property>
  26. <property name="attachment_size">5</property>
  27. <property name="attach_dev">none</property>
  28. <property name="attach_dev_size">5</property>
  29. <property name="javascript">solve_pane.js</property>
  30. <property name="onGeometryChange"/>
  31. <property name="onHotKey"/>
  32. <property name="onDockChange"/>
  33. <widget type="hbox">
  34. <property name="adjust">horizontal</property>
  35. <property name="hightlight">false</property>
  36. <property name="margin">1</property>
  37. <property name="scroll">false</property>
  38. <property name="shadow">true</property>
  39. <property name="scroll_width">auto</property>
  40. <property name="scroll_amargin">5</property>
  41. <property name="scroll_steps">3</property>
  42. </widget>
  43. </widget>
  44. </kul_pkg>