mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="BindingTest">
|
|
<tabbedpane id="2bb0a" class="com.intellij.ui.components.JBTabbedPane" binding="myRootComponent">
|
|
<constraints>
|
|
<xy x="159" y="99" width="200" height="200"/>
|
|
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
|
<preferred-size width="200" height="200"/>
|
|
</grid>
|
|
</constraints>
|
|
<properties/>
|
|
<border type="none"/>
|
|
<children>
|
|
<component id="5f1c9" class="javax.swing.JLabel">
|
|
<constraints>
|
|
<tabbedpane title="First"/>
|
|
</constraints>
|
|
<properties>
|
|
<text value="Label"/>
|
|
</properties>
|
|
</component>
|
|
<component id="980c7" class="javax.swing.JButton">
|
|
<constraints>
|
|
<tabbedpane title-resource-bundle="com/intellij/uiDesigner/core/TestProperties" title-key="test"/>
|
|
</constraints>
|
|
<properties>
|
|
<enabled value="true"/>
|
|
<text value="Button"/>
|
|
</properties>
|
|
</component>
|
|
</children>
|
|
</tabbedpane>
|
|
</form>
|