1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <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">
- <property name="id">0x8884ea5e-0x5dbc-0x48cf-0xb7-0x48-0x0c-0x6b-0xaa-0x12-0x99-0x16</property>
- <widget type="form" name="solve_pane">
- <property name="id">0xc0bc4466-0xac29-0x4b01-0xb5-0x4e-0xb4-0xd8-0x3b-0x8c-0x42-0x98</property>
- <property name="style">popup</property>
- <property name="title">Form</property>
- <property name="titlebar">true</property>
- <property name="icon">nil</property>
- <property name="bkcolor">gray</property>
- <property name="width">auto</property>
- <property name="height">auto</property>
- <property name="center">center</property>
- <property name="auto_center">false</property>
- <property name="transparent">false</property>
- <property name="resize">true</property>
- <property name="show">normal</property>
- <property name="maximum_box">true</property>
- <property name="minimum_box">true</property>
- <property name="close_box">true</property>
- <property name="toolwindow">false</property>
- <property name="app_window">true</property>
- <property name="topmost">true</property>
- <property name="is_service">false</property>
- <property name="attachment">none</property>
- <property name="attachment_size">5</property>
- <property name="attach_dev">none</property>
- <property name="attach_dev_size">5</property>
- <property name="javascript">solve_pane.js</property>
- <property name="onGeometryChange"/>
- <property name="onHotKey"/>
- <property name="onDockChange"/>
- <widget type="hbox">
- <property name="adjust">horizontal</property>
- <property name="hightlight">false</property>
- <property name="margin">1</property>
- <property name="scroll">false</property>
- <property name="shadow">true</property>
- <property name="scroll_width">auto</property>
- <property name="scroll_amargin">5</property>
- <property name="scroll_steps">3</property>
- </widget>
- </widget>
- </kul_pkg>
|