Skip to content

Commit 0a67108

Browse files
revayoga-grabtaxirevoreva
authored andcommitted
(update) [KASIR-6] Can edit previous order for same menu
1 parent 579d76d commit 0a67108

13 files changed

+158
-34
lines changed

build/classes/AddOrder$1.class

0 Bytes
Binary file not shown.

build/classes/AddOrder$2.class

0 Bytes
Binary file not shown.

build/classes/AddOrder$3.class

0 Bytes
Binary file not shown.

build/classes/AddOrder$4.class

0 Bytes
Binary file not shown.

build/classes/AddOrder$5.class

217 Bytes
Binary file not shown.

build/classes/AddOrder$6.class

732 Bytes
Binary file not shown.

build/classes/AddOrder$7.class

515 Bytes
Binary file not shown.

build/classes/AddOrder.class

1.36 KB
Binary file not shown.

build/classes/AddOrder.form

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,14 @@
5151
<EmptySpace type="separate" max="-2" attributes="0"/>
5252
<Group type="103" groupAlignment="0" attributes="0">
5353
<Component id="jScrollPane1" min="-2" max="-2" attributes="0"/>
54-
<Group type="102" attributes="0">
54+
<Group type="102" alignment="0" attributes="0">
5555
<Component id="txt_count" min="-2" pref="56" max="-2" attributes="0"/>
5656
<EmptySpace type="unrelated" max="-2" attributes="0"/>
5757
<Component id="jLabel3" min="-2" max="-2" attributes="0"/>
58+
<EmptySpace pref="176" max="32767" attributes="0"/>
59+
<Component id="prevOrderButton" min="-2" max="-2" attributes="0"/>
60+
<EmptySpace max="-2" attributes="0"/>
61+
<Component id="nextOrderButton" min="-2" max="-2" attributes="0"/>
5862
</Group>
5963
</Group>
6064
</Group>
@@ -63,7 +67,7 @@
6367
<Component id="newOrderButton" min="-2" max="-2" attributes="0"/>
6468
</Group>
6569
</Group>
66-
<EmptySpace pref="68" max="32767" attributes="0"/>
70+
<EmptySpace min="-2" pref="17" max="-2" attributes="0"/>
6771
</Group>
6872
<Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
6973
<Group type="102" alignment="1" attributes="0">
@@ -84,6 +88,8 @@
8488
<Component id="txt_count" alignment="3" min="-2" pref="34" max="-2" attributes="0"/>
8589
<Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
8690
<Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
91+
<Component id="nextOrderButton" alignment="3" min="-2" max="-2" attributes="0"/>
92+
<Component id="prevOrderButton" alignment="3" min="-2" max="-2" attributes="0"/>
8793
</Group>
8894
<EmptySpace type="separate" max="-2" attributes="0"/>
8995
<Group type="103" groupAlignment="0" attributes="0">
@@ -190,6 +196,28 @@
190196
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="saveOrderButtonActionPerformed"/>
191197
</Events>
192198
</Component>
199+
<Component class="javax.swing.JButton" name="nextOrderButton">
200+
<Properties>
201+
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
202+
<Font name="Segoe UI" size="14" style="0"/>
203+
</Property>
204+
<Property name="text" type="java.lang.String" value="&#x25b6;"/>
205+
</Properties>
206+
<Events>
207+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="nextOrderButtonActionPerformed"/>
208+
</Events>
209+
</Component>
210+
<Component class="javax.swing.JButton" name="prevOrderButton">
211+
<Properties>
212+
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
213+
<Font name="Segoe UI" size="14" style="0"/>
214+
</Property>
215+
<Property name="text" type="java.lang.String" value="&#x25c0;"/>
216+
</Properties>
217+
<Events>
218+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="prevOrderButtonActionPerformed"/>
219+
</Events>
220+
</Component>
193221
</SubComponents>
194222
</Container>
195223
</SubComponents>

build/classes/order_center.class

178 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)