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

<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>

<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="620.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="net.ddns.mahaljsp.game.AppController">
   <children>
      <HBox VBox.vgrow="NEVER">
         <children>
            <Label alignment="CENTER" maxWidth="1.7976931348623157E308" minHeight="-Infinity" minWidth="-Infinity" style="-fx-background-color: linear-gradient(to right, #5555ff,white, #5555ff);" text="Thomas 猜拳遊戲" textFill="#861fb5" HBox.hgrow="ALWAYS">
               <font>
                  <Font size="36.0" />
               </font>
            </Label>
         </children>
      </HBox>
      <HBox prefHeight="100.0" prefWidth="200.0" style="-fx-background-color: #f1e1ff; -fx-padding: 10 10 10 10;">
         <children>
            <VBox prefHeight="200.0" prefWidth="100.0" HBox.hgrow="ALWAYS" />
            <VBox prefHeight="200.0" prefWidth="100.0">
               <children>
                  <Label alignment="CENTER" maxWidth="1.7976931348623157E308" text="電腦">
                     <font>
                        <Font size="24.0" />
                     </font>
                  </Label>
                  <Label fx:id="lblCmp" maxHeight="220.0" maxWidth="220.0" minHeight="220.0" minWidth="220.0" prefHeight="220.0" prefWidth="220.0" style="-fx-background-color: #eee;">
                     <opaqueInsets>
                        <Insets />
                     </opaqueInsets>
                  </Label>
               </children>
            </VBox>
            <VBox prefHeight="200.0" prefWidth="100.0">
               <children>
                  <Label alignment="CENTER" maxWidth="1.7976931348623157E308" text="玩家">
                     <font>
                        <Font size="24.0" />
                     </font>
                  </Label>
                  <Label fx:id="lblPlayer" maxHeight="220.0" maxWidth="220.0" minHeight="220.0" minWidth="220.0" prefHeight="220.0" prefWidth="220.0" style="-fx-padding: 10px;-fx-background-color: #eee;-fx-border-width: 1.5px;-fx-border-color: gray white white gray;-fx-border-insets: 0;-fx-border-style: solid;">
                     <opaqueInsets>
                        <Insets />
                     </opaqueInsets>
                  </Label>
               </children>
            </VBox>
            <VBox prefHeight="200.0" prefWidth="100.0" HBox.hgrow="ALWAYS" />
         </children>
      </HBox>
      <HBox style="-fx-padding: 10 10 10 10;">
         <children>
            <StackPane HBox.hgrow="ALWAYS" />
            <Label fx:id="lblResult" alignment="CENTER" maxWidth="660.0" minWidth="660.0" prefWidth="660.0" style="-fx-border-width: 1.5px;-fx-border-color: gray white white gray;-fx-border-insets: 0;-fx-border-style: solid;" text="Label" HBox.hgrow="ALWAYS">
               <font>
                  <Font size="36.0" />
               </font>
            </Label>
            <StackPane HBox.hgrow="ALWAYS" />
         </children>
      </HBox>
      <HBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" style="-fx-background-color: linear-gradient(to right, lightblue, white, lightblue); -fx-padding: 10 10 10 10;">
         <children>
            <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="200.0" prefWidth="100.0" HBox.hgrow="ALWAYS" />
            <Button fx:id="btnScissors" maxHeight="220.0" maxWidth="220.0" minHeight="220.0" minWidth="220.0" mnemonicParsing="false" prefHeight="220.0" prefWidth="220.0" text="Button" />
            <Button fx:id="btnRock" maxHeight="220.0" maxWidth="220.0" minHeight="220.0" minWidth="220.0" mnemonicParsing="false" prefHeight="220.0" prefWidth="220.0" text="Button" />
            <Button fx:id="btnPaper" maxHeight="220.0" maxWidth="220.0" minHeight="220.0" minWidth="220.0" mnemonicParsing="false" prefHeight="220.0" prefWidth="220.0" text="Button" />
            <VBox maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" prefHeight="200.0" prefWidth="100.0" HBox.hgrow="ALWAYS" />
         </children>
      </HBox>
   </children>
</VBox>
