| <?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="TestProperties" title-key="test"/> |
| </constraints> |
| <properties> |
| <enabled value="true"/> |
| <text value="Button"/> |
| </properties> |
| </component> |
| </children> |
| </tabbedpane> |
| </form> |