This commit is contained in:
La Programmatrice Verde
2026-01-25 11:27:06 +01:00
parent 6077f08426
commit b6d97a20ae
2 changed files with 241 additions and 55 deletions

View File

@@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
<AuxValues>
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="3"/>
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
</AuxValues>
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="31" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Group type="103" groupAlignment="0" max="-2" attributes="0">
<Component id="txtPrezzo" pref="110" max="32767" attributes="0"/>
<Component id="lblPrezzo" max="32767" attributes="0"/>
</Group>
<EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" max="-2" attributes="0">
<Component id="txtQuantita" pref="121" max="32767" attributes="0"/>
<Component id="lblQuantita" max="32767" attributes="0"/>
</Group>
<EmptySpace min="-2" pref="21" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Component id="lblImportoTotale" max="32767" attributes="0"/>
<EmptySpace min="-2" pref="200" max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<Component id="txtImportoTotale" max="32767" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="btnAggiungi" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="88" max="-2" attributes="0"/>
</Group>
</Group>
</Group>
<Group type="102" attributes="0">
<Component id="btnPrezzo" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="btnQuantita" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="btnTotale" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" max="-2" attributes="0"/>
</Group>
</Group>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="lblPrezzo" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="lblQuantita" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="lblImportoTotale" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="txtPrezzo" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="txtQuantita" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="txtImportoTotale" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="btnAggiungi" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="btnPrezzo" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="btnQuantita" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="btnTotale" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace pref="26" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
</Layout>
<SubComponents>
<Component class="javax.swing.JLabel" name="lblPrezzo">
<Properties>
<Property name="text" type="java.lang.String" value="Prezzo"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="lblQuantita">
<Properties>
<Property name="text" type="java.lang.String" value="Quantit&#xe0;"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="lblImportoTotale">
<Properties>
<Property name="text" type="java.lang.String" value="Importo totale"/>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="txtPrezzo">
</Component>
<Component class="javax.swing.JTextField" name="txtQuantita">
</Component>
<Component class="javax.swing.JTextField" name="txtImportoTotale">
<Properties>
<Property name="editable" type="boolean" value="false"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="btnPrezzo">
<Properties>
<Property name="text" type="java.lang.String" value="Media prezzo"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="btnQuantita">
<Properties>
<Property name="text" type="java.lang.String" value="Media quantit&#xe0;"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="btnTotale">
<Properties>
<Property name="text" type="java.lang.String" value="Tot. vendite"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="btnAggiungi">
<Properties>
<Property name="text" type="java.lang.String" value="Aggiungi"/>
</Properties>
</Component>
</SubComponents>
</Form>