<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.ScrollPane?>
<?import javafx.scene.control.ToggleButton?>
<?import javafx.scene.control.ToggleGroup?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Region?>
<?import javafx.scene.layout.VBox?>

<BorderPane maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="500.0" minWidth="500.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.schedulerapp.Controller">
   <top>
      <HBox fillHeight="false" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" BorderPane.alignment="CENTER">
         <children>
              <ToggleButton maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" onMouseClicked="#scheduleButtonClicked" text="Schedule" HBox.hgrow="ALWAYS">
               <toggleGroup>
                  <ToggleGroup fx:id="toggleGroup1" />
               </toggleGroup>
            </ToggleButton>
              <ToggleButton maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" onMouseClicked="#paystubButtonClicked" selected="true" text="Paystub" toggleGroup="$toggleGroup1" HBox.hgrow="ALWAYS" />
            <ToggleButton maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" onMouseClicked="#availabilityButtonClicked" selected="true" text="Availability" toggleGroup="$toggleGroup1" HBox.hgrow="ALWAYS" />
            <ToggleButton maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" onMouseClicked="#timeoffButtonClicked" selected="true" text="Time Off / Vacation" toggleGroup="$toggleGroup1" HBox.hgrow="ALWAYS" />
         </children>
      </HBox>
   </top>
   <left>
      <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" BorderPane.alignment="CENTER">
         <children>
            <ToggleButton maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" mnemonicParsing="false" onMouseClicked="#dailyScheduleButtonClicked" text="Daily" VBox.vgrow="ALWAYS">
               <toggleGroup>
                  <ToggleGroup fx:id="toggleGroup2" />
               </toggleGroup>
            </ToggleButton>
            <ToggleButton layoutX="10.0" layoutY="10.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" mnemonicParsing="false" onMouseClicked="#weeklyScheduleButtonClicked" text="Weekly" toggleGroup="$toggleGroup2" VBox.vgrow="ALWAYS" />
            <ToggleButton layoutX="10.0" layoutY="36.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" mnemonicParsing="false" onMouseClicked="#pickupsButtonClicked" text="Pickups" toggleGroup="$toggleGroup2" VBox.vgrow="ALWAYS" />
         </children></VBox>
   </left>
   <bottom>
      <HBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" scaleShape="false" BorderPane.alignment="CENTER">
         <children>
            <Button maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" mnemonicParsing="false" onMouseClicked="#prevButtonClicked" text="Prev" HBox.hgrow="ALWAYS" />
            <Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="Current: " HBox.hgrow="ALWAYS" />
            <Button layoutX="62.0" layoutY="10.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" mnemonicParsing="false" onMouseClicked="#jumpButtonClicked" text="Jump" HBox.hgrow="ALWAYS" />
            <Button layoutX="114.0" layoutY="10.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" mnemonicParsing="false" onMouseClicked="#nextButtonClicked" text="Next" HBox.hgrow="ALWAYS" />
         </children>
      </HBox>
   </bottom>
   <center>
      <BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="0.0" minWidth="0.0" BorderPane.alignment="CENTER">
         <left>
            <ScrollPane prefHeight="400.0" prefWidth="100.0" BorderPane.alignment="CENTER">
               <content>
                  <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0">
                     <children>
                        <Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="12:00 -12:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="10.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="12:30 - 1:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="1:00 -1:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="1:30 - 2:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="2:00 - 2:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="2:30 - 3:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="3:00 - 3:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="3:30 - 4:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="4:00 - 4:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="4:30 - 5:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="5:00 - 5:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="5:30 - 6:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="6:30 - 7:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="7:30 - 8:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="8:00 - 8:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="8:30 - 9:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="9:00 - 9:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="9:30 - 10:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="10:00 - 10:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="10:30 - 11:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="11:00 - 11:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="11:30 - 12:00" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="392.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="12:00 - 12:30" VBox.vgrow="ALWAYS" />
                        <Label layoutX="10.0" layoutY="393.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="12:30 - 1:00" />
                        <Label layoutX="10.0" layoutY="394.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="1:00 - 1:30" />
                        <Label layoutX="10.0" layoutY="394.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="1:30 - 2:00" />
                        <Label layoutX="10.0" layoutY="395.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="2:00 - 2:30" />
                        <Label layoutX="10.0" layoutY="396.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="2:30 - 3:00" />
                        <Label layoutX="10.0" layoutY="396.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="3:00 - 3:30" />
                        <Label layoutX="10.0" layoutY="396.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="3:30 - 4:00" />
                        <Label layoutX="10.0" layoutY="397.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="4:00 - 4:30" />
                        <Label layoutX="10.0" layoutY="397.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="4:30 - 5:00" />
                        <Label layoutX="10.0" layoutY="398.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="5:00 - 5:30" />
                        <Label layoutX="10.0" layoutY="398.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="5:30 - 6:00" />
                        <Label layoutX="10.0" layoutY="399.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="6:00 - 6:30" />
                        <Label layoutX="10.0" layoutY="399.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="6:30 - 7:00" />
                        <Label layoutX="10.0" layoutY="400.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="7:00 - 7:30" />
                        <Label layoutX="10.0" layoutY="400.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="7:30 - 8:00" />
                        <Label layoutX="10.0" layoutY="400.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="8:00 - 8:30" />
                        <Label layoutX="10.0" layoutY="400.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="8:30 - 9:00" />
                        <Label layoutX="10.0" layoutY="400.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="9:00 - 9:30" />
                        <Label layoutX="10.0" layoutY="714.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="9:30 - 10:00" />
                        <Label layoutX="10.0" layoutY="732.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="10:00 - 10:30" />
                        <Label layoutX="10.0" layoutY="749.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="10:30 - 11:00" />
                        <Label layoutX="10.0" layoutY="767.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="11:00 - 11:30" />
                        <Label layoutX="10.0" layoutY="784.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="11:30 -12:00" />
                     </children>
                  </VBox>
               </content>
            </ScrollPane>
         </left>
         <top>
            <HBox prefHeight="32.0" prefWidth="600.0" BorderPane.alignment="CENTER">
               <children>
                  <Region prefHeight="32.0" prefWidth="100.0" />
                  <Label maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="Name 1" HBox.hgrow="ALWAYS" />
                  <Label layoutX="210.0" layoutY="10.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="Name 2" HBox.hgrow="ALWAYS" />
                  <Label layoutX="238.0" layoutY="10.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="Name 3" HBox.hgrow="ALWAYS" />
                  <Label layoutX="266.0" layoutY="10.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="Name 4" HBox.hgrow="ALWAYS" />
                  <Label layoutX="294.0" layoutY="10.0" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="0.0" minWidth="0.0" text="Name 5" HBox.hgrow="ALWAYS" />
               </children>
            </HBox>
         </top>
      </BorderPane>
   </center>
</BorderPane>