2022-11-30 19:25:43 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="FormMapWithSetPlanes">
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid id="27dc6" binding="Mainpanel" layout-manager="GridLayoutManager" row-count="4" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
2022-11-30 19:25:43 +04:00
|
|
|
<margin top="0" left="0" bottom="0" right="0"/>
|
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<xy x="20" y="20" width="798" height="526"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</constraints>
|
|
|
|
<properties/>
|
|
|
|
<border type="none"/>
|
|
|
|
<children>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid id="9bb5a" binding="pictureBoxPlane" layout-manager="BorderLayout" hgap="0" vgap="0">
|
2022-11-30 19:25:43 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="0" column="0" row-span="3" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false">
|
|
|
|
<minimum-size width="600" height="500"/>
|
|
|
|
<preferred-size width="600" height="500"/>
|
|
|
|
<maximum-size width="600" height="500"/>
|
|
|
|
</grid>
|
2022-11-30 19:25:43 +04:00
|
|
|
</constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<properties>
|
|
|
|
<enabled value="true"/>
|
|
|
|
</properties>
|
2022-11-30 19:25:43 +04:00
|
|
|
<border type="none"/>
|
|
|
|
<children/>
|
|
|
|
</grid>
|
2022-12-14 15:30:36 +04:00
|
|
|
<hspacer id="b305e">
|
|
|
|
<constraints>
|
|
|
|
<grid row="3" 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>
|
|
|
|
<grid id="4fa91" binding="GroupBoxTools" layout-manager="GridLayoutManager" row-count="8" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
2022-11-30 19:25:43 +04:00
|
|
|
<margin top="0" left="0" bottom="0" right="0"/>
|
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="1" column="1" row-span="3" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</constraints>
|
|
|
|
<properties/>
|
|
|
|
<border type="none"/>
|
|
|
|
<children>
|
2022-12-14 15:30:36 +04:00
|
|
|
<component id="cdb80" class="javax.swing.JButton" binding="ButtonAddPlane">
|
2022-11-30 19:25:43 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="0" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</constraints>
|
|
|
|
<properties>
|
2022-11-30 19:29:28 +04:00
|
|
|
<text value="Добавить самолёт"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</properties>
|
|
|
|
</component>
|
2022-12-14 15:30:36 +04:00
|
|
|
<component id="e5494" class="javax.swing.JTextField" binding="maskedTextBoxPosition">
|
|
|
|
<constraints>
|
|
|
|
<grid row="1" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
|
|
|
|
<preferred-size width="150" height="-1"/>
|
|
|
|
</grid>
|
|
|
|
</constraints>
|
|
|
|
<properties/>
|
|
|
|
</component>
|
|
|
|
<component id="8bb89" class="javax.swing.JButton" binding="ButtonDeletePlane">
|
2022-11-30 19:25:43 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="2" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</constraints>
|
|
|
|
<properties>
|
2022-12-14 15:30:36 +04:00
|
|
|
<text value="Удалить самолёт"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</properties>
|
|
|
|
</component>
|
2022-12-14 15:30:36 +04:00
|
|
|
<component id="aa482" class="javax.swing.JButton" binding="ButtonShowStorage">
|
2022-11-30 19:25:43 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="3" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</constraints>
|
|
|
|
<properties>
|
2022-12-14 15:30:36 +04:00
|
|
|
<text value="Показать хранилище"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</properties>
|
|
|
|
</component>
|
2022-12-14 15:30:36 +04:00
|
|
|
<component id="9ebdc" class="javax.swing.JButton" binding="ButtonShowMap">
|
2022-11-30 19:25:43 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="4" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</constraints>
|
|
|
|
<properties>
|
2022-12-14 15:30:36 +04:00
|
|
|
<text value="Показать карту"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</properties>
|
|
|
|
</component>
|
2022-12-14 15:30:36 +04:00
|
|
|
<component id="acbc" class="javax.swing.JButton" binding="ButtonUp">
|
2022-11-30 19:25:43 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="6" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="3" 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>
|
2022-11-30 19:25:43 +04:00
|
|
|
</constraints>
|
|
|
|
<properties>
|
2022-12-14 15:30:36 +04:00
|
|
|
<text value=""/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</properties>
|
|
|
|
</component>
|
2022-12-14 15:30:36 +04:00
|
|
|
<component id="a584e" class="javax.swing.JButton" binding="ButtonDown">
|
2022-11-30 19:25:43 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="7" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="3" indent="0" use-parent-layout="false">
|
|
|
|
<minimum-size width="30" height="30"/>
|
|
|
|
<preferred-size width="30" height="30"/>
|
|
|
|
<maximum-size width="30" height="30"/>
|
2022-11-30 19:25:43 +04:00
|
|
|
</grid>
|
|
|
|
</constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<properties>
|
|
|
|
<text value=""/>
|
|
|
|
</properties>
|
|
|
|
</component>
|
|
|
|
<component id="e9fe6" class="javax.swing.JButton" binding="ButtonLeft">
|
2022-11-30 19:25:43 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="7" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="3" 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>
|
2022-11-30 19:25:43 +04:00
|
|
|
</constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<properties>
|
|
|
|
<text value=""/>
|
|
|
|
</properties>
|
|
|
|
</component>
|
|
|
|
<component id="25a22" class="javax.swing.JButton" binding="ButtonRight">
|
2022-11-30 19:25:43 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="7" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="3" 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>
|
|
|
|
<text value=""/>
|
|
|
|
</properties>
|
|
|
|
</component>
|
|
|
|
<component id="6734a" class="javax.swing.JButton" binding="ButtonCheckDel">
|
|
|
|
<constraints>
|
|
|
|
<grid row="5" column="0" row-span="1" col-span="3" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
|
|
|
|
</constraints>
|
|
|
|
<properties>
|
|
|
|
<text value="Удаленные"/>
|
|
|
|
</properties>
|
|
|
|
</component>
|
|
|
|
</children>
|
|
|
|
</grid>
|
|
|
|
<grid id="d087c" binding="GroupBoxMaps" layout-manager="GridLayoutManager" row-count="7" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
|
|
|
<margin top="0" left="0" bottom="0" right="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/>
|
|
|
|
<border type="none"/>
|
|
|
|
<children>
|
|
|
|
<component id="124b6" class="javax.swing.JTextField" binding="textBoxNewMapName">
|
|
|
|
<constraints>
|
|
|
|
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
|
2022-11-30 19:25:43 +04:00
|
|
|
<preferred-size width="150" height="-1"/>
|
|
|
|
</grid>
|
|
|
|
</constraints>
|
|
|
|
<properties/>
|
|
|
|
</component>
|
2022-12-14 15:30:36 +04:00
|
|
|
<vspacer id="3ed0f">
|
2022-12-13 17:02:16 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="6" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
|
2022-12-13 17:02:16 +04:00
|
|
|
</constraints>
|
|
|
|
</vspacer>
|
2022-12-14 15:30:36 +04:00
|
|
|
<component id="95ba3" class="javax.swing.JComboBox" binding="ComboBoxSelectorMap">
|
|
|
|
<constraints>
|
|
|
|
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
|
|
|
|
</constraints>
|
|
|
|
<properties>
|
|
|
|
<model>
|
|
|
|
<item value="Простая карта"/>
|
|
|
|
<item value="Карта острова"/>
|
|
|
|
<item value="Карта скалы"/>
|
|
|
|
</model>
|
|
|
|
</properties>
|
|
|
|
</component>
|
|
|
|
<component id="fb777" class="javax.swing.JButton" binding="ButtonAddMap">
|
2022-12-13 17:02:16 +04:00
|
|
|
<constraints>
|
2022-12-14 15:30:36 +04:00
|
|
|
<grid row="3" 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="Добавить карту"/>
|
|
|
|
</properties>
|
|
|
|
</component>
|
|
|
|
<component id="a358a" class="javax.swing.JButton" binding="ButtonDeleteMap">
|
|
|
|
<constraints>
|
|
|
|
<grid row="5" 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="Удалить карту"/>
|
|
|
|
</properties>
|
|
|
|
</component>
|
|
|
|
<vspacer id="64e67">
|
|
|
|
<constraints>
|
|
|
|
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
|
2022-12-13 17:02:16 +04:00
|
|
|
</constraints>
|
|
|
|
</vspacer>
|
2022-12-14 15:30:36 +04:00
|
|
|
<component id="e221" class="javax.swing.JList" binding="ListBoxMaps" custom-create="true">
|
|
|
|
<constraints>
|
|
|
|
<grid row="4" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="2" anchor="0" fill="3" indent="0" use-parent-layout="false">
|
|
|
|
<preferred-size width="150" height="50"/>
|
|
|
|
</grid>
|
|
|
|
</constraints>
|
|
|
|
<properties/>
|
|
|
|
</component>
|
2022-11-30 19:25:43 +04:00
|
|
|
</children>
|
|
|
|
</grid>
|
|
|
|
</children>
|
|
|
|
</grid>
|
|
|
|
</form>
|