|
2428 | 2428 | <Group type="103" groupAlignment="0" attributes="0"> |
2429 | 2429 | <Group type="102" alignment="0" attributes="0"> |
2430 | 2430 | <EmptySpace max="-2" attributes="0"/> |
2431 | | - <Group type="103" groupAlignment="0" max="-2" attributes="0"> |
2432 | | - <Component id="lblZoneDate" max="32767" attributes="0"/> |
| 2431 | + <Group type="103" groupAlignment="0" attributes="0"> |
2433 | 2432 | <Component id="lblJavaSerial" alignment="0" max="32767" attributes="0"/> |
2434 | | - <Component id="lblExcelSerial" alignment="1" max="32767" attributes="0"/> |
| 2433 | + <Component id="lblZoneDate" max="32767" attributes="0"/> |
| 2434 | + <Component id="lblDate" alignment="0" pref="76" max="32767" attributes="0"/> |
2435 | 2435 | <Component id="lblUnixtime" alignment="0" max="32767" attributes="0"/> |
2436 | | - <Component id="lblDate" alignment="0" max="32767" attributes="0"/> |
| 2436 | + <Component id="lblExcelSerial" alignment="0" max="32767" attributes="0"/> |
2437 | 2437 | </Group> |
2438 | | - <EmptySpace type="unrelated" max="-2" attributes="0"/> |
| 2438 | + <EmptySpace max="-2" attributes="0"/> |
2439 | 2439 | <Group type="103" groupAlignment="0" attributes="0"> |
2440 | 2440 | <Component id="txtUnixtime" alignment="0" max="32767" attributes="0"/> |
2441 | 2441 | <Component id="txtJavaSerial" alignment="0" max="32767" attributes="0"/> |
2442 | 2442 | <Component id="txtExcelSerial" alignment="0" max="32767" attributes="0"/> |
2443 | | - <Component id="spnDatetime" alignment="0" pref="300" max="32767" attributes="0"/> |
2444 | | - <Component id="txtZoneDate" alignment="0" max="32767" attributes="0"/> |
| 2443 | + <Component id="spnZoneDateTime" alignment="0" pref="290" max="32767" attributes="0"/> |
| 2444 | + <Component id="txtSystemZoneDate" alignment="0" max="32767" attributes="0"/> |
2445 | 2445 | </Group> |
2446 | 2446 | <EmptySpace max="-2" attributes="0"/> |
2447 | 2447 | <Group type="103" groupAlignment="0" attributes="0"> |
|
2459 | 2459 | <Group type="103" groupAlignment="0" attributes="0"> |
2460 | 2460 | <Group type="102" alignment="0" attributes="0"> |
2461 | 2461 | <EmptySpace min="-2" pref="13" max="-2" attributes="0"/> |
2462 | | - <Group type="103" groupAlignment="0" attributes="0"> |
2463 | | - <Component id="lblDate" min="-2" max="-2" attributes="0"/> |
2464 | | - <Group type="103" groupAlignment="3" attributes="0"> |
2465 | | - <Component id="spnDatetime" alignment="3" min="-2" max="-2" attributes="0"/> |
2466 | | - <Component id="cmbTimezone" alignment="3" min="-2" max="-2" attributes="0"/> |
2467 | | - </Group> |
| 2462 | + <Group type="103" groupAlignment="3" attributes="0"> |
| 2463 | + <Component id="spnZoneDateTime" alignment="3" min="-2" max="-2" attributes="0"/> |
| 2464 | + <Component id="cmbTimezone" alignment="3" min="-2" max="-2" attributes="0"/> |
| 2465 | + <Component id="lblZoneDate" min="-2" max="-2" attributes="0"/> |
2468 | 2466 | </Group> |
2469 | 2467 | <EmptySpace max="-2" attributes="0"/> |
2470 | 2468 | <Group type="103" groupAlignment="3" attributes="0"> |
2471 | | - <Component id="lblZoneDate" alignment="3" min="-2" max="-2" attributes="0"/> |
| 2469 | + <Component id="lblDate" alignment="3" min="-2" max="-2" attributes="0"/> |
2472 | 2470 | <Component id="btnZoneDateCopy" alignment="3" min="-2" max="-2" attributes="0"/> |
2473 | | - <Component id="txtZoneDate" alignment="3" min="-2" max="-2" attributes="0"/> |
| 2471 | + <Component id="txtSystemZoneDate" alignment="3" min="-2" max="-2" attributes="0"/> |
2474 | 2472 | </Group> |
2475 | 2473 | <EmptySpace max="-2" attributes="0"/> |
2476 | 2474 | <Group type="103" groupAlignment="0" attributes="0"> |
|
2537 | 2535 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExcelSerialActionPerformed"/> |
2538 | 2536 | </Events> |
2539 | 2537 | </Component> |
2540 | | - <Component class="javax.swing.JLabel" name="lblDate"> |
| 2538 | + <Component class="javax.swing.JLabel" name="lblZoneDate"> |
2541 | 2539 | <Properties> |
2542 | | - <Property name="text" type="java.lang.String" value="Date:"/> |
| 2540 | + <Property name="text" type="java.lang.String" value="ZoneDate:"/> |
2543 | 2541 | </Properties> |
2544 | 2542 | </Component> |
2545 | | - <Component class="javax.swing.JSpinner" name="spnDatetime"> |
| 2543 | + <Component class="javax.swing.JSpinner" name="spnZoneDateTime"> |
2546 | 2544 | <Properties> |
2547 | 2545 | <Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor"> |
2548 | 2546 | <SpinnerModel initial="now" stepSize="5" type="date"/> |
|
2560 | 2558 | </Property> |
2561 | 2559 | <Property name="requestFocusEnabled" type="boolean" value="false"/> |
2562 | 2560 | </Properties> |
2563 | | - <Events> |
2564 | | - <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="spnDatetimeStateChanged"/> |
2565 | | - </Events> |
2566 | 2561 | </Component> |
2567 | 2562 | <Component class="javax.swing.JComboBox" name="cmbTimezone"> |
2568 | 2563 | <Properties> |
|
2634 | 2629 | <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="txtUnixtimeFocusLost"/> |
2635 | 2630 | </Events> |
2636 | 2631 | </Component> |
2637 | | - <Component class="javax.swing.JLabel" name="lblZoneDate"> |
| 2632 | + <Component class="javax.swing.JLabel" name="lblDate"> |
2638 | 2633 | <Properties> |
2639 | | - <Property name="text" type="java.lang.String" value="ZoneDate:"/> |
| 2634 | + <Property name="text" type="java.lang.String" value="Date(+0000):"/> |
2640 | 2635 | </Properties> |
2641 | 2636 | </Component> |
2642 | 2637 | <Component class="javax.swing.JButton" name="btnZoneDateCopy"> |
|
2647 | 2642 | <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnZoneDateCopyActionPerformed"/> |
2648 | 2643 | </Events> |
2649 | 2644 | </Component> |
2650 | | - <Component class="javax.swing.JTextField" name="txtZoneDate"> |
| 2645 | + <Component class="javax.swing.JTextField" name="txtSystemZoneDate"> |
2651 | 2646 | <Properties> |
2652 | 2647 | <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> |
2653 | 2648 | <Dimension value="[180, 22]"/> |
|
0 commit comments