45 lines
2.2 KiB
XML
45 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="danielcortes.xyz.views.MainView">
|
|
<grid id="27dc6" binding="contentPanel" layout-manager="GridLayoutManager" row-count="1" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
|
<margin top="10" left="10" bottom="10" right="10"/>
|
|
<constraints>
|
|
<xy x="20" y="20" width="242" height="202"/>
|
|
</constraints>
|
|
<properties/>
|
|
<border type="none"/>
|
|
<children>
|
|
<grid id="bc8d7" binding="buttonPanel" layout-manager="GridLayoutManager" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
|
|
<margin top="10" left="10" bottom="10" right="10"/>
|
|
<constraints>
|
|
<grid row="0" 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/>
|
|
<border type="etched"/>
|
|
<children>
|
|
<component id="23468" class="javax.swing.JButton" binding="cajasButton" default-binding="true">
|
|
<constraints>
|
|
<grid row="0" 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="Cajas"/>
|
|
</properties>
|
|
</component>
|
|
<vspacer id="bce90">
|
|
<constraints>
|
|
<grid row="2" 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="23ee8" class="javax.swing.JButton" binding="informesMensualesButton">
|
|
<constraints>
|
|
<grid row="1" 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="Informes Mensuales"/>
|
|
</properties>
|
|
</component>
|
|
</children>
|
|
</grid>
|
|
</children>
|
|
</grid>
|
|
</form>
|