Files
PowerPME_demo/target/classes/Views/VenteRapideClt/VenteRapideClt.fxml
2025-10-30 12:59:45 +01:00

82 lines
5.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.StackPane?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane fx:id="PaneVenteRapide" minHeight="642.0" minWidth="796.0" prefHeight="642.0" prefWidth="796.0" styleClass="AnchorPane-Default" stylesheets="@../../Public/CSS/StylePrincipal.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.VenteRapideClt.VenteRapideCltController">
<children>
<Pane fx:id="TitrePane" prefHeight="52.0" prefWidth="796.0" styleClass="pane2hautdroit" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<HBox alignment="BOTTOM_LEFT" layoutX="23.0" layoutY="13.1787109375">
<children>
<Text fx:id="TitrePrincipale" layoutX="23.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Vente Rapide">
<font>
<Font name="Arial" size="23.0" />
</font>
</Text>
<Text layoutX="176.0" layoutY="31.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" ">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
<Text fx:id="TitreSecondaire" layoutX="163.0" layoutY="34.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Menu">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<GridPane layoutX="29.0" layoutY="87.0" prefHeight="196.0" prefWidth="715.0" AnchorPane.leftAnchor="30.0" AnchorPane.rightAnchor="30.0">
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="260.0" prefWidth="260.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="335.9999694824219" minWidth="10.0" prefWidth="230.79998779296875" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="260.0" prefWidth="260.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="58.39990234375" minWidth="4.7999267578125" prefWidth="30.7999267578125" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="200.0" minHeight="170.0" prefHeight="170.0" vgrow="SOMETIMES" />
</rowConstraints>
<children>
<AnchorPane prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #337ab7; -fx-background-radius: 5;">
<children>
<AnchorPane layoutX="18.0" layoutY="60.0" prefHeight="127.0" prefWidth="203.0" style="-fx-background-color: #FFFFFF;" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="90.0">
<children>
<Button layoutX="46.0" layoutY="28.0" mnemonicParsing="false" onAction="#VenteSansFactureButtonAction" prefHeight="45.0" prefWidth="133.0" styleClass="btn-primary" text="Sans Facture" textFill="WHITE" AnchorPane.bottomAnchor="30.0" AnchorPane.leftAnchor="45.0" AnchorPane.rightAnchor="45.0" AnchorPane.topAnchor="30.0">
<font>
<Font name="System Bold" size="13.0" />
</font>
</Button>
</children>
</AnchorPane>
<StackPane layoutX="21.0" layoutY="-28.0" prefHeight="90.0" prefWidth="242.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children>
</AnchorPane>
<AnchorPane prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: #373737; -fx-background-radius: 5;" GridPane.columnIndex="2">
<children>
<AnchorPane layoutX="30.0" layoutY="67.0" prefHeight="120.0" prefWidth="191.0" style="-fx-background-color: #FFFFFF;" AnchorPane.bottomAnchor="3.0" AnchorPane.leftAnchor="3.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="90.0">
<children>
<Button layoutX="92.0" layoutY="28.0" mnemonicParsing="false" onAction="#VenteAvecFactureButtonAction" prefHeight="45.0" prefWidth="119.0" styleClass="btn-black" text="Avec Facture" textFill="WHITE" AnchorPane.bottomAnchor="30.0" AnchorPane.leftAnchor="45.0" AnchorPane.rightAnchor="45.0" AnchorPane.topAnchor="30.0">
<font>
<Font name="System Bold" size="13.0" />
</font>
</Button>
</children>
</AnchorPane>
<StackPane layoutX="-16.0" layoutY="-37.0" prefHeight="90.0" prefWidth="242.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
</children>
</AnchorPane>
</children>
</GridPane>
</children>
</AnchorPane>