Pibd-23_Lisov_N.A._AirFight.../Form/FormAirFighter.form

130 lines
5.7 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="Form.FormAirFighter">
<grid id="27dc6" binding="Form" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints>
<xy x="20" y="20" width="825" height="664"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<grid id="889df" binding="label" layout-manager="FlowLayout" hgap="5" vgap="5" flow-align="0">
<constraints border-constraint="South"/>
<properties/>
<border type="none"/>
<children>
<component id="e93c7" class="javax.swing.JTextArea" binding="speedLabel">
<constraints/>
<properties>
<editable value="false"/>
<margin top="0" left="0" bottom="0" right="10"/>
<text value="Speed:"/>
</properties>
</component>
<component id="1b5c5" class="javax.swing.JTextArea" binding="weightLabel">
<constraints/>
<properties>
<editable value="false"/>
<margin top="0" left="0" bottom="0" right="10"/>
<text value="Weight:"/>
</properties>
</component>
<component id="14465" class="javax.swing.JTextArea" binding="colorLabel">
<constraints/>
<properties>
<editable value="false"/>
<margin top="0" left="0" bottom="0" right="10"/>
<text value="BodyColor:"/>
</properties>
</component>
</children>
</grid>
<grid id="53a7f" binding="pictureBox" layout-manager="GridLayoutManager" row-count="3" column-count="5" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints border-constraint="Center"/>
<properties/>
<border type="none"/>
<children>
<component id="f5248" class="javax.swing.JButton" binding="moveRight">
<constraints>
<grid row="2" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false">
<minimum-size width="30" height="30"/>
<preferred-size width="30" height="30"/>
<maximum-size width="30" height="30"/>
</grid>
</constraints>
<properties>
<horizontalTextPosition value="0"/>
<icon value="Resources/rightarrow.png"/>
<name value="right"/>
<text value=""/>
</properties>
</component>
<hspacer id="69b03">
<constraints>
<grid row="2" column="1" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
</hspacer>
<vspacer id="2a7c5">
<constraints>
<grid row="0" column="1" 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="71509" class="javax.swing.JButton" binding="moveDown">
<constraints>
<grid row="2" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false">
<minimum-size width="30" height="30"/>
<preferred-size width="30" height="30"/>
<maximum-size width="30" height="30"/>
</grid>
</constraints>
<properties>
<horizontalTextPosition value="0"/>
<icon value="Resources/bottomarrow.png"/>
<name value="down"/>
<text value=""/>
</properties>
</component>
<component id="fb1e5" class="javax.swing.JButton" binding="moveLeft">
<constraints>
<grid row="2" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false">
<minimum-size width="30" height="30"/>
<preferred-size width="30" height="30"/>
<maximum-size width="30" height="30"/>
</grid>
</constraints>
<properties>
<horizontalTextPosition value="0"/>
<icon value="Resources/leftarrow.png"/>
<name value="left"/>
<text value=""/>
</properties>
</component>
<component id="cc503" class="javax.swing.JButton" binding="moveUp">
<constraints>
<grid row="1" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false">
<minimum-size width="30" height="30"/>
<preferred-size width="30" height="30"/>
<maximum-size width="30" height="30"/>
</grid>
</constraints>
<properties>
<horizontalTextPosition value="0"/>
<icon value="Resources/upbutton.png"/>
<name value="up"/>
<text value=""/>
</properties>
</component>
<component id="50728" class="javax.swing.JButton" binding="btnCreate">
<constraints>
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Create"/>
</properties>
</component>
</children>
</grid>
</children>
</grid>
</form>