|
51 | 51 | <EmptySpace type="separate" max="-2" attributes="0"/> |
52 | 52 | <Group type="103" groupAlignment="0" attributes="0"> |
53 | 53 | <Component id="jScrollPane1" min="-2" max="-2" attributes="0"/> |
54 | | - <Group type="102" attributes="0"> |
| 54 | + <Group type="102" alignment="0" attributes="0"> |
55 | 55 | <Component id="txt_count" min="-2" pref="56" max="-2" attributes="0"/> |
56 | 56 | <EmptySpace type="unrelated" max="-2" attributes="0"/> |
57 | 57 | <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"/> |
58 | 62 | </Group> |
59 | 63 | </Group> |
60 | 64 | </Group> |
|
63 | 67 | <Component id="newOrderButton" min="-2" max="-2" attributes="0"/> |
64 | 68 | </Group> |
65 | 69 | </Group> |
66 | | - <EmptySpace pref="68" max="32767" attributes="0"/> |
| 70 | + <EmptySpace min="-2" pref="17" max="-2" attributes="0"/> |
67 | 71 | </Group> |
68 | 72 | <Group type="103" rootIndex="1" groupAlignment="0" attributes="0"> |
69 | 73 | <Group type="102" alignment="1" attributes="0"> |
|
84 | 88 | <Component id="txt_count" alignment="3" min="-2" pref="34" max="-2" attributes="0"/> |
85 | 89 | <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> |
86 | 90 | <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"/> |
87 | 93 | </Group> |
88 | 94 | <EmptySpace type="separate" max="-2" attributes="0"/> |
89 | 95 | <Group type="103" groupAlignment="0" attributes="0"> |
|
190 | 196 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="saveOrderButtonActionPerformed"/> |
191 | 197 | </Events> |
192 | 198 | </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="▶"/> |
| 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="◀"/> |
| 216 | + </Properties> |
| 217 | + <Events> |
| 218 | + <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="prevOrderButtonActionPerformed"/> |
| 219 | + </Events> |
| 220 | + </Component> |
193 | 221 | </SubComponents> |
194 | 222 | </Container> |
195 | 223 | </SubComponents> |
|
0 commit comments