27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<?import javafx.scene.control.Button?>
|
||
|
<?import javafx.scene.image.Image?>
|
||
|
<?import javafx.scene.image.ImageView?>
|
||
|
<?import javafx.scene.layout.AnchorPane?>
|
||
|
<?import javafx.scene.text.Font?>
|
||
|
<?import javafx.scene.text.Text?>
|
||
|
|
||
|
|
||
|
<AnchorPane prefHeight="400.0" prefWidth="600.0" stylesheets="@deleteChild.css" xmlns="http://javafx.com/javafx/19" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.bib.essensbestellungsverwaltung.ParentController">
|
||
|
<children>
|
||
|
<Text layoutX="253.0" layoutY="180.0" strokeType="OUTSIDE" strokeWidth="0.0" text="[Name vom Kind] löschen?" wrappingWidth="274.130859375">
|
||
|
<font>
|
||
|
<Font size="23.0" />
|
||
|
</font>
|
||
|
</Text>
|
||
|
<ImageView fitHeight="150.0" fitWidth="200.0" layoutX="66.0" layoutY="97.0" pickOnBounds="true" preserveRatio="true">
|
||
|
<image>
|
||
|
<Image url="@pics/trash-can.png" />
|
||
|
</image>
|
||
|
</ImageView>
|
||
|
<Button id="btDeletConfim" layoutX="390.0" layoutY="315.0" mnemonicParsing="false" prefHeight="53.0" prefWidth="141.0" text="Bestätigen" />
|
||
|
<Button id="btDeleteDeny" layoutX="71.0" layoutY="315.0" mnemonicParsing="false" prefHeight="53.0" prefWidth="141.0" text="zurück" />
|
||
|
</children>
|
||
|
</AnchorPane>
|