VPR-Projekt-JavaFX/target/classes/com/example/vpr_javafx/MenuOverview-view.fxml

226 lines
13 KiB
Plaintext
Raw Normal View History

2023-01-30 14:33:30 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2023-01-31 15:49:57 +01:00
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.text.*?>
2023-01-30 14:33:30 +01:00
2023-01-31 15:49:57 +01:00
<AnchorPane fx:id="anchorPane" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="795.0" prefWidth="980.0" style="-fx-background-color: #f0C8bd;" xmlns="http://javafx.com/javafx/11.0.14-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.vpr_javafx.HelloController">
<Label layoutX="76.0" layoutY="176.0" text="Montag" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>
<opaqueInsets>
<Insets />
</opaqueInsets>
</Label>
2023-01-31 15:49:57 +01:00
<Label layoutX="74.0" layoutY="299.0" text="Dienstag" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>
<opaqueInsets>
<Insets />
</opaqueInsets>
</Label>
2023-01-31 15:49:57 +01:00
<Label layoutX="72.0" layoutY="422.0" text="Mittwoch" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>
<opaqueInsets>
<Insets />
</opaqueInsets>
</Label>
2023-01-31 15:49:57 +01:00
<Label layoutX="63.0" layoutY="543.0" text="Donnerstag" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>
<opaqueInsets>
<Insets />
</opaqueInsets>
</Label>
2023-01-31 15:49:57 +01:00
<Label layoutX="79.0" layoutY="664.0" text="Freitag" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font>
<opaqueInsets>
<Insets />
</opaqueInsets>
</Label>
<ToolBar layoutX="63.0" layoutY="35.0" prefHeight="54.0" prefWidth="793.0" style="-fx-background-color: #6f7baf; -fx-padding: right;">
<items>
<ImageView fitHeight="43.0" fitWidth="69.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@pics/fleischer.JPG" />
</image>
</ImageView>
<Label style="-fx-alignment: left;" text="Menüplan" textFill="#f0c8cb">
<font>
<Font name="Century Gothic Bold" size="18.0" />
</font></Label>
<Label text="Telefonnummer" textFill="WHITE">
<font>
<Font name="Century Gothic" size="12.0" />
</font></Label>
<TextField fx:id="tfPhone" prefHeight="26.0" prefWidth="150.0" style="-fx-background-color: #f0c8cb;" />
<Label text="Passwort" textFill="WHITE">
<font>
<Font name="Century Gothic" size="12.0" />
</font></Label>
<PasswordField fx:id="pfPassword" style="-fx-background-color: #f0c8cb;" />
<Button mnemonicParsing="false" onAction="#OnSignInButton" style="-fx-background-color: #c7d0f0;" text="anmelden" textFill="WHITE" />
2023-01-31 15:49:57 +01:00
<Button style="-fx-background-color: #c7d0f0;" textFill="WHITE" mnemonicParsing="false" text="registrieren" />
2023-01-30 14:33:30 +01:00
</items>
</ToolBar>
2023-01-31 14:27:24 +01:00
<Line endX="100.0" layoutX="245.0" layoutY="310.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
<Line endX="100.0" layoutX="245.0" layoutY="187.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
<Line endX="100.0" layoutX="245.0" layoutY="433.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
<Line endX="100.0" layoutX="245.0" layoutY="554.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
<Line endX="100.0" layoutX="245.0" layoutY="675.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
<Line endX="100.0" layoutX="581.0" layoutY="187.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
<Line endX="100.0" layoutX="581.0" layoutY="310.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
<Line endX="100.0" layoutX="581.0" layoutY="433.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
<Line endX="100.0" layoutX="581.0" layoutY="554.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
<Line endX="100.0" layoutX="581.0" layoutY="675.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
2023-01-31 15:49:57 +01:00
<Label fx:id="lMonH1" layoutX="148.0" layoutY="132.0" prefHeight="54.0" prefWidth="198.0" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lMonH2" layoutX="148.0" layoutY="188.0" prefHeight="54.0" prefWidth="198.0" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lTueH1" layoutX="148.0" layoutY="255.0" prefHeight="54.0" prefWidth="198.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lTueH2" layoutX="148.0" layoutY="311.0" prefHeight="54.0" prefWidth="198.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lWednH1" layoutX="148.0" layoutY="378.0" prefHeight="54.0" prefWidth="198.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lWednH2" layoutX="148.0" layoutY="434.0" prefHeight="54.0" prefWidth="198.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lThurH1" layoutX="148.0" layoutY="501.0" prefHeight="54.0" prefWidth="198.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lThurH2" layoutX="148.0" layoutY="555.0" prefHeight="54.0" prefWidth="198.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lFriH1" layoutX="148.0" layoutY="621.0" prefHeight="54.0" prefWidth="198.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lFriH2" layoutX="148.0" layoutY="676.0" prefHeight="54.0" prefWidth="198.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lMonD1" layoutX="482.0" layoutY="132.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lMonD2" layoutX="482.0" layoutY="188.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lTueD1" layoutX="482.0" layoutY="255.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lTueD2" layoutX="482.0" layoutY="311.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lWednD1" layoutX="482.0" layoutY="378.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lWednD2" layoutX="482.0" layoutY="434.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lThurD1" layoutX="482.0" layoutY="501.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lThurD2" layoutX="482.0" layoutY="555.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lFriD1" layoutX="482.0" layoutY="621.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
2023-01-31 15:49:57 +01:00
<Label fx:id="lFriD2" layoutX="482.0" layoutY="676.0" prefHeight="54.0" prefWidth="203.0" text="" textFill="#6f7baf">
2023-01-30 14:33:30 +01:00
<font>
<Font name="Century Gothic Bold" size="13.0" />
</font></Label>
<Line endX="-99.99999237060547" endY="390.5999755859375" layoutX="243.0" layoutY="352.0" startX="-99.99998474121094" startY="-223.20001220703125" stroke="#746fa6" strokeWidth="3.0" />
<ImageView fitHeight="107.0" fitWidth="138.0" layoutX="820.0" layoutY="9.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@pics/logo.png" />
</image>
</ImageView>
<ImageView fitHeight="35.0" fitWidth="40.0" layoutX="780.0" layoutY="175.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@pics/vegan.png" />
</image>
</ImageView>
<Label layoutX="823.0" layoutY="185.0" text="Vegan">
<font>
<Font name="Century Gothic" size="11.0" />
</font>
</Label>
<ImageView fitHeight="35.0" fitWidth="40.0" layoutX="780.0" layoutY="236.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@pics/vegetarisch.png" />
</image>
</ImageView>
<ImageView fitHeight="35.0" fitWidth="35.0" layoutX="780.0" layoutY="298.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@pics/fleisch.png" />
</image>
</ImageView>
<Label layoutX="825.0" layoutY="245.0" text="Vegetarisch">
<font>
<Font name="Century Gothic" size="11.0" />
</font>
</Label>
<Label layoutX="828.0" layoutY="307.0" text="mit Fleisch">
<font>
<Font name="Century Gothic" size="11.0" />
</font>
</Label>
<Label fx:id="allergene" layoutX="780.0" layoutY="362.0" prefHeight="183.0" prefWidth="192.0" />
2023-01-31 15:49:57 +01:00
<ImageView fx:id="imgImage1" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="146.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="imgImage2" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="195.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="imgImage3" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="271.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="imgImage4" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="318.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="imgImage5" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="392.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="imgImage6" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="439.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="imgImage7" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="515.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="imgImage8" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="559.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="imgImage9" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="635.0" pickOnBounds="true" preserveRatio="true" />
<ImageView fx:id="imgImage10" fitHeight="30.0" fitWidth="35.0" layoutX="112.0" layoutY="680.0" pickOnBounds="true" preserveRatio="true" />
<Button fx:id="btResetSelection" layoutX="779.0" layoutY="622.0" mnemonicParsing="false" onAction="#resetSelection" text="Auswahl aufheben" visible="false" />
<Button fx:id="btToOrder" layoutX="779.0" layoutY="675.0" mnemonicParsing="false" prefHeight="26.0" prefWidth="114.0" text="Bestellen" visible="false" />
<RadioButton fx:id="rbMonH1" layoutX="359.0" layoutY="159.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbMonH2" layoutX="359.0" layoutY="201.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbTueH1" layoutX="360.0" layoutY="278.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbTueH2" layoutX="361.0" layoutY="325.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbWednH1" layoutX="360.0" layoutY="405.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbWednH2" layoutX="359.0" layoutY="445.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbThurH1" layoutX="360.0" layoutY="528.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbThurH2" layoutX="360.0" layoutY="566.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbFriH1" layoutX="360.0" layoutY="650.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
<RadioButton fx:id="rbFriH2" layoutX="360.0" layoutY="687.0" mnemonicParsing="false" onAction="#getLabelValueWithRadio" visible="false" />
2023-01-30 14:33:30 +01:00
</AnchorPane>