Esportazione ed importazione conti correnti corretta

This commit is contained in:
La Programmatrice Verde
2026-03-03 23:00:00 +01:00
parent 8dca146c03
commit de989d43f5
18 changed files with 209 additions and 194 deletions

View File

@@ -26,7 +26,9 @@
<Group type="102" attributes="0">
<EmptySpace min="-2" pref="99" max="-2" attributes="0"/>
<Component id="btnAprireContoCorrente" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="187" max="32767" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="btnChiudereContoCorrente" min="-2" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="17" max="-2" attributes="0"/>
@@ -60,7 +62,7 @@
</Group>
</Group>
</Group>
<EmptySpace pref="39" max="32767" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
<Group type="103" groupAlignment="0" max="-2" attributes="0">
<Component id="lblNumeroContoCorrente" max="32767" attributes="0"/>
<Component id="btnVersamento" min="-2" max="-2" attributes="0"/>
@@ -120,7 +122,10 @@
</Group>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="btnAprireContoCorrente" min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="btnAprireContoCorrente" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="btnChiudereContoCorrente" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Component id="jScrollPane1" max="32767" attributes="0"/>
<EmptySpace min="-2" pref="14" max="-2" attributes="0"/>
@@ -238,5 +243,13 @@
</Component>
<Component class="javax.swing.JTextField" name="txtNumeroContoCorrente">
</Component>
<Component class="javax.swing.JButton" name="btnChiudereContoCorrente">
<Properties>
<Property name="text" type="java.lang.String" value="Chiudere conto corrente"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnChiudereContoCorrenteActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Form>