91 lines
7.8 KiB
XML
91 lines
7.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.*?>
|
|
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.*?>
|
|
<?import javafx.scene.shape.*?>
|
|
<?import javafx.scene.text.*?>
|
|
|
|
<AnchorPane prefHeight="400.0" prefWidth="600.0" 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="27.0" layoutY="160.0" style="-fx-font-weight: bold; -fx-font-family: century gothic; -fx-font-size: 14; -fx-text-fill: #746FA6;" text="Montag" textFill="BLUE">
|
|
<font>
|
|
<Font name="Century Gothic" size="13.0" />
|
|
</font>
|
|
<opaqueInsets>
|
|
<Insets />
|
|
</opaqueInsets>
|
|
</Label>
|
|
<Label layoutX="25.0" layoutY="283.0" style="-fx-font-weight: bold; -fx-font-family: century gothic; -fx-font-size: 14; -fx-text-fill: #746FA6;" text="Dienstag" textFill="BLUE">
|
|
<font>
|
|
<Font name="Century Gothic" size="13.0" />
|
|
</font>
|
|
<opaqueInsets>
|
|
<Insets />
|
|
</opaqueInsets>
|
|
</Label>
|
|
<Label layoutX="23.0" layoutY="406.0" style="-fx-font-weight: bold; -fx-font-family: century gothic; -fx-font-size: 14; -fx-text-fill: #746FA6;" text="Mittwoch" textFill="BLUE">
|
|
<font>
|
|
<Font name="Century Gothic" size="13.0" />
|
|
</font>
|
|
<opaqueInsets>
|
|
<Insets />
|
|
</opaqueInsets>
|
|
</Label>
|
|
<Label layoutX="14.0" layoutY="527.0" style="-fx-font-weight: bold; -fx-font-family: century gothic; -fx-font-size: 14; -fx-text-fill: #746FA6;" text="Donnerstag" textFill="BLUE">
|
|
<font>
|
|
<Font name="Century Gothic" size="13.0" />
|
|
</font>
|
|
<opaqueInsets>
|
|
<Insets />
|
|
</opaqueInsets>
|
|
</Label>
|
|
<Label layoutX="30.0" layoutY="648.0" style="-fx-font-weight: bold; -fx-font-family: century gothic; -fx-font-size: 14; -fx-text-fill: #746FA6;" text="Freitag" textFill="BLUE">
|
|
<font>
|
|
<Font name="Century Gothic" size="13.0" />
|
|
</font>
|
|
<opaqueInsets>
|
|
<Insets />
|
|
</opaqueInsets>
|
|
</Label>
|
|
<ToolBar layoutX="38.0" layoutY="32.0" prefHeight="54.0" prefWidth="671.0" style="-fx-background-color: #746FA6; -fx-padding: right;">
|
|
<items>
|
|
<Label style="-fx-alignment: left;" text="Menüplan" textFill="#f0c88d">
|
|
<font>
|
|
<Font name="Century Gothic" size="18.0" />
|
|
</font></Label>
|
|
</items>
|
|
</ToolBar>
|
|
<Separator layoutX="92.0" layoutY="98.0" orientation="VERTICAL" prefHeight="634.0" prefWidth="8.0" style="-fx-background-color: #746FA6;" />
|
|
<Line endX="100.0" layoutX="197.0" layoutY="292.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Line endX="100.0" layoutX="197.0" layoutY="169.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Line endX="100.0" layoutX="197.0" layoutY="415.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Line endX="100.0" layoutX="197.0" layoutY="536.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Line endX="100.0" layoutX="197.0" layoutY="657.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Line endX="100.0" layoutX="533.0" layoutY="169.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Line endX="100.0" layoutX="533.0" layoutY="292.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Line endX="100.0" layoutX="533.0" layoutY="415.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Line endX="100.0" layoutX="533.0" layoutY="536.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Line endX="100.0" layoutX="533.0" layoutY="657.0" startX="-100.0" stroke="#746fa6" strokeWidth="3.0" />
|
|
<Label fx:id="lMonH1" layoutX="100.0" layoutY="124.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" />
|
|
<Label fx:id="lMonH2" layoutX="100.0" layoutY="170.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" />
|
|
<Label fx:id="lTueH1" layoutX="100.0" layoutY="249.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lTueH2" layoutX="100.0" layoutY="293.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lWednH1" layoutX="100.0" layoutY="372.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lWednH2" layoutX="100.0" layoutY="416.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lThurH1" layoutX="100.0" layoutY="493.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lThurH2" layoutX="100.0" layoutY="537.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lFriH1" layoutX="100.0" layoutY="613.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lFriH2" layoutX="100.0" layoutY="658.0" prefHeight="44.0" prefWidth="198.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lMonD1" layoutX="432.0" layoutY="126.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lMonD2" layoutX="432.0" layoutY="170.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lTueD1" layoutX="432.0" layoutY="249.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lTueD2" layoutX="432.0" layoutY="293.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lWednD1" layoutX="432.0" layoutY="372.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lWednD2" layoutX="432.0" layoutY="416.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lThurD1" layoutX="432.0" layoutY="493.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lThurD2" layoutX="432.0" layoutY="537.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lFriD1" layoutX="432.0" layoutY="614.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
<Label fx:id="lFriD2" layoutX="432.0" layoutY="658.0" prefHeight="44.0" prefWidth="203.0" style="-fx-font-family: century gothic; -fx-font-size: 16; -fx-text-fill: #746FA6; -fx-font-weight: bold;" text="" />
|
|
|
|
</AnchorPane>
|