|
27 | 27 | <?import javafx.scene.control.Tab?> |
28 | 28 | <?import javafx.scene.control.TabPane?> |
29 | 29 | <?import javafx.scene.control.TableView?> |
| 30 | +<?import javafx.scene.control.TextArea?> |
30 | 31 | <?import javafx.scene.layout.AnchorPane?> |
31 | 32 | <?import javafx.scene.layout.HBox?> |
32 | 33 | <?import javafx.scene.layout.Pane?> |
|
384 | 385 | <content> |
385 | 386 | <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="489.0" prefWidth="452.0"> |
386 | 387 | <children> |
387 | | - <VBox layoutX="20.0" layoutY="20.0" prefHeight="328.0" prefWidth="458.0"> |
| 388 | + <VBox layoutX="20.0" layoutY="20.0" prefHeight="328.0" prefWidth="458.0" spacing="5.0"> |
388 | 389 | <children> |
389 | 390 | <Group> |
390 | 391 | <children> |
391 | | - <VBox alignment="BOTTOM_RIGHT" layoutX="30.0" layoutY="81.0" prefHeight="148.0" prefWidth="479.0" styleClass="settingsBorder" stylesheets="@../css/settingsv2.css"> |
| 392 | + <VBox alignment="BOTTOM_RIGHT" layoutX="30.0" layoutY="81.0" prefHeight="184.0" prefWidth="472.0" styleClass="settingsBorder" stylesheets="@../css/settingsv2.css"> |
392 | 393 | <children> |
393 | | - <HBox prefHeight="132.0" prefWidth="457.0"> |
| 394 | + <HBox prefHeight="38.0" prefWidth="470.0"> |
394 | 395 | <children> |
395 | 396 | <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Import"> |
396 | 397 | <font> |
397 | 398 | <Font name="System Bold" size="12.0" /> |
398 | 399 | </font></Text> |
399 | 400 | </children> |
400 | 401 | </HBox> |
401 | | - <HBox alignment="BOTTOM_RIGHT" prefHeight="38.0" prefWidth="432.0"> |
| 402 | + <HBox prefHeight="88.0" prefWidth="470.0"> |
| 403 | + <children> |
| 404 | + <TextArea editable="false" prefHeight="98.0" prefWidth="470.0" stylesheets="@../css/settingsv2.css" text="Import previously exported .sql file. This will overwrite the currently used database contents. You will need to restart the application after this action. If you proceed you need to select the previouls exported .sql file." /> |
| 405 | + </children> |
| 406 | + </HBox> |
| 407 | + <HBox alignment="BOTTOM_RIGHT" prefHeight="44.0" prefWidth="470.0"> |
402 | 408 | <children> |
403 | 409 | <Button fx:id="importButton" alignment="TOP_LEFT" mnemonicParsing="false" text="Import"> |
404 | 410 | <font> |
|
413 | 419 | </Group> |
414 | 420 | <Group layoutX="10.0" layoutY="10.0" styleClass="settingsBorder" stylesheets="@../css/settingsv2.css"> |
415 | 421 | <children> |
416 | | - <VBox alignment="BOTTOM_RIGHT" prefHeight="144.0" prefWidth="478.0" styleClass="settingsBorder" stylesheets="@../css/settingsv2.css"> |
| 422 | + <VBox alignment="BOTTOM_RIGHT" prefHeight="184.0" prefWidth="472.0" styleClass="settingsBorder" stylesheets="@../css/settingsv2.css"> |
417 | 423 | <children> |
418 | | - <HBox prefHeight="105.0" prefWidth="474.0"> |
| 424 | + <HBox prefHeight="29.0" prefWidth="470.0"> |
419 | 425 | <children> |
420 | 426 | <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Export"> |
421 | 427 | <font> |
422 | 428 | <Font name="System Bold" size="12.0" /> |
423 | 429 | </font></Text> |
424 | 430 | </children> |
425 | 431 | </HBox> |
| 432 | + <HBox prefHeight="100.0" prefWidth="200.0"> |
| 433 | + <children> |
| 434 | + <TextArea editable="false" prefHeight="92.0" prefWidth="473.0" text="Export your current Data to an Sql script. This is needed if you go from the Snapshot-1.2.0-KeepTime version to the recent release version. " /> |
| 435 | + </children> |
| 436 | + </HBox> |
426 | 437 | <HBox alignment="BOTTOM_RIGHT" prefHeight="30.0" prefWidth="475.0"> |
427 | 438 | <children> |
428 | 439 | <Button fx:id="exportButton" mnemonicParsing="false" text="Export"> |
|
437 | 448 | </children> |
438 | 449 | </Group> |
439 | 450 | </children> |
| 451 | + <padding> |
| 452 | + <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" /> |
| 453 | + </padding> |
440 | 454 | </VBox> |
441 | 455 | </children> |
442 | 456 | </AnchorPane> |
443 | 457 | </content> |
444 | 458 | <graphic> |
445 | | - <HBox prefHeight="24.0" styleClass="HBox" stylesheets="@../css/settingsv2.css"> |
| 459 | + <HBox styleClass="HBox" stylesheets="@../css/settingsv2.css"> |
446 | 460 | <children> |
447 | 461 | <Region fx:id="importexportIcon" prefHeight="25.0" prefWidth="25.0" /> |
448 | 462 | <Label prefWidth="75.0" text="Import/Export" /> |
|
452 | 466 | </Tab> |
453 | 467 | <Tab> |
454 | 468 | <content> |
455 | | - <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="446.0" prefWidth="501.0" styleClass="anchorPane" stylesheets="@../css/settingsv2.css"> |
| 469 | + <AnchorPane layoutX="20.0" layoutY="20.0" minHeight="0.0" minWidth="0.0" prefHeight="438.0" prefWidth="489.0"> |
| 470 | + <children> |
| 471 | + <VBox layoutX="20.0" layoutY="20.0" prefHeight="387.0" prefWidth="440.0" spacing="5.0"> |
| 472 | + <children> |
| 473 | + <Group /> |
| 474 | + <VBox prefHeight="305.0" prefWidth="523.0" spacing="5.0" stylesheets="@../css/settingsv2.css"> |
| 475 | + <children> |
| 476 | + <Label fx:id="thirdPartyLabel" text="Third party software"> |
| 477 | + <font> |
| 478 | + <Font name="System Bold" size="12.0" /> |
| 479 | + </font></Label> |
| 480 | + <TableView fx:id="licenseTableView" fixedCellSize="0.0" focusTraversable="false" prefHeight="283.0" prefWidth="421.0" /> |
| 481 | + </children> |
| 482 | + </VBox> |
| 483 | + </children> |
| 484 | + <padding> |
| 485 | + <Insets bottom="5.0" left="5.0" right="5.0" top="5.0" /> |
| 486 | + </padding> |
| 487 | + </VBox> |
| 488 | + </children> |
| 489 | + </AnchorPane> |
| 490 | + </content> |
| 491 | + <graphic> |
| 492 | + <HBox> |
| 493 | + <children> |
| 494 | + <Region fx:id="licensesIcon" prefHeight="25.0" prefWidth="25.0" /> |
| 495 | + <Label prefWidth="75.0" text="Licenses" /> |
| 496 | + </children> |
| 497 | + </HBox> |
| 498 | + </graphic> |
| 499 | + </Tab> |
| 500 | + <Tab> |
| 501 | + <content> |
| 502 | + <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="446.0" prefWidth="501.0" stylesheets="@../css/settingsv2.css"> |
456 | 503 | <children> |
457 | 504 | <Pane fx:id="mainContainer" layoutX="-20.0" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="492.0" prefWidth="478.0" styleClass="tab-pane" stylesheets="@../css/settingsv2.css"> |
458 | 505 | <children> |
|
519 | 566 | </HBox> |
520 | 567 | </graphic> |
521 | 568 | </Tab> |
522 | | - <Tab> |
523 | | - <content> |
524 | | - <AnchorPane layoutX="20.0" layoutY="20.0" minHeight="0.0" minWidth="0.0" prefHeight="438.0" prefWidth="489.0"> |
525 | | - <children> |
526 | | - <VBox layoutX="20.0" layoutY="20.0" prefHeight="387.0" prefWidth="411.0"> |
527 | | - <children> |
528 | | - <Group /> |
529 | | - <VBox prefHeight="305.0" prefWidth="391.0" spacing="5.0" stylesheets="@../css/settingsv2.css"> |
530 | | - <children> |
531 | | - <Label fx:id="thirdPartyLabel" text="Third party software" /> |
532 | | - <TableView fx:id="licenseTableView" focusTraversable="false" prefHeight="283.0" prefWidth="391.0" /> |
533 | | - </children> |
534 | | - </VBox> |
535 | | - </children> |
536 | | - </VBox> |
537 | | - </children> |
538 | | - </AnchorPane> |
539 | | - </content> |
540 | | - <graphic> |
541 | | - <HBox> |
542 | | - <children> |
543 | | - <Region prefHeight="25.0" prefWidth="25.0" /> |
544 | | - <Label prefWidth="75.0" text="Licenses" /> |
545 | | - </children> |
546 | | - </HBox> |
547 | | - </graphic> |
548 | | - </Tab> |
549 | 569 | </tabs> |
550 | 570 | <styleClass> |
551 | 571 | <String fx:value="tab-header-area" /> |
|
0 commit comments