mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 08:13:09 +07:00
GitOrigin-RevId: 85dc07487d84e5bc460c01610a0ba12806cebc3c
80 lines
3.8 KiB
XML
80 lines
3.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="GotItPanel">
|
|
<grid id="27dc6" binding="myRootComponent" layout-manager="GridLayoutManager" row-count="4" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
|
<margin top="4" left="5" bottom="4" right="5"/>
|
|
<constraints>
|
|
<xy x="20" y="20" width="442" height="177"/>
|
|
</constraints>
|
|
<properties>
|
|
<opaque value="false"/>
|
|
</properties>
|
|
<border type="none"/>
|
|
<children>
|
|
<component id="6805" class="javax.swing.JLabel" binding="myTitle">
|
|
<constraints>
|
|
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
|
|
</constraints>
|
|
<properties>
|
|
<font size="20"/>
|
|
<text value="Title"/>
|
|
</properties>
|
|
</component>
|
|
<vspacer id="a3eac">
|
|
<constraints>
|
|
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
|
|
</constraints>
|
|
</vspacer>
|
|
<component id="10cce" class="javax.swing.JEditorPane" binding="myMessage" custom-create="true">
|
|
<constraints>
|
|
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
|
|
</constraints>
|
|
<properties>
|
|
<contentType value="text/html"/>
|
|
<font size="12"/>
|
|
<opaque value="false"/>
|
|
<text value="<html> <head> </head> <body> <p style="margin-top: 0"> Test test test </p> </body> </html> "/>
|
|
</properties>
|
|
</component>
|
|
<grid id="fd7bc" layout-manager="GridLayoutManager" row-count="1" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
|
<margin top="0" left="0" bottom="0" right="0"/>
|
|
<constraints>
|
|
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
|
|
</constraints>
|
|
<properties>
|
|
<opaque value="false"/>
|
|
</properties>
|
|
<border type="none"/>
|
|
<children>
|
|
<grid id="50d71" binding="myButton" custom-create="true" layout-manager="BorderLayout" hgap="0" vgap="0">
|
|
<constraints>
|
|
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
|
|
</constraints>
|
|
<properties>
|
|
<background color="-16750951"/>
|
|
<opaque value="false"/>
|
|
</properties>
|
|
<border type="empty">
|
|
<size top="4" left="10" bottom="4" right="8"/>
|
|
</border>
|
|
<children>
|
|
<component id="366a9" class="javax.swing.JLabel" binding="myButtonLabel">
|
|
<constraints border-constraint="Center"/>
|
|
<properties>
|
|
<font size="12" style="1"/>
|
|
<foreground color="-1"/>
|
|
<text resource-bundle="messages/UIBundle" key="got.it"/>
|
|
</properties>
|
|
</component>
|
|
</children>
|
|
</grid>
|
|
<hspacer id="a87ad">
|
|
<constraints>
|
|
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
|
|
</constraints>
|
|
</hspacer>
|
|
</children>
|
|
</grid>
|
|
</children>
|
|
</grid>
|
|
</form>
|