Commit 1cd7041e authored by robert.sharp's avatar robert.sharp

Update temp.form

parent 6daad40d
......@@ -25,23 +25,16 @@
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Component id="ItemSelect" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="jPanel2" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<EmptySpace min="-2" pref="22" max="-2" attributes="0"/>
<Component id="error" min="-2" pref="164" max="-2" attributes="0"/>
</Group>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="jLabel3" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace pref="92" max="32767" attributes="0"/>
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="18" max="-2" attributes="0"/>
<Component id="Receipt" min="-2" pref="102" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
......@@ -50,19 +43,18 @@
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Component id="ItemSelect" min="-2" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
</Group>
<Component id="ItemSelect" alignment="0" min="-2" max="-2" attributes="0"/>
<Group type="102" alignment="0" attributes="0">
<Component id="jPanel2" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="31" max="-2" attributes="0"/>
<Component id="jLabel3" min="-2" max="-2" attributes="0"/>
<EmptySpace max="32767" attributes="0"/>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Component id="error" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="25" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="Receipt" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="56" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
......@@ -161,11 +153,14 @@
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="quantLabelchange" max="32767" attributes="0"/>
<Group type="102" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Component id="Total" min="-2" max="-2" attributes="0"/>
<Component id="Purchase" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace min="0" pref="6" max="32767" attributes="0"/>
</Group>
<Component id="quantLabelchange" max="32767" attributes="0"/>
</Group>
</Group>
</Group>
......@@ -182,9 +177,10 @@
<Component id="quantBox" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
<Component id="quantLabelchange" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="Purchase" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="Total" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="9" max="-2" attributes="0"/>
<Component id="Purchase" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
......@@ -203,13 +199,12 @@
<Component class="javax.swing.JComboBox" name="quantBox">
<Properties>
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
<StringArray count="6">
<StringItem index="0" value="0"/>
<StringItem index="1" value="1"/>
<StringItem index="2" value="2"/>
<StringItem index="3" value="3"/>
<StringItem index="4" value="4"/>
<StringItem index="5" value="5"/>
<StringArray count="5">
<StringItem index="0" value="1"/>
<StringItem index="1" value="2"/>
<StringItem index="2" value="3"/>
<StringItem index="3" value="4"/>
<StringItem index="4" value="5"/>
</StringArray>
</Property>
</Properties>
......@@ -228,6 +223,11 @@
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="PurchaseActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JLabel" name="Total">
<Properties>
<Property name="text" type="java.lang.String" value="Total:"/>
</Properties>
</Component>
</SubComponents>
</Container>
</SubComponents>
......@@ -295,5 +295,13 @@
<Property name="text" type="java.lang.String" value="Amount Given:"/>
</Properties>
</Component>
<Component class="javax.swing.JButton" name="Receipt">
<Properties>
<Property name="text" type="java.lang.String" value="Print receipt"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="ReceiptActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment