Files
PowerPME_maven/target/classes/Views/BonLivraisonClt/BonLivraisonCltAjouterEtape3.fxml
2025-10-30 13:23:53 +01:00

182 lines
11 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.image.*?>
<?import javafx.geometry.*?>
<?import javafx.collections.*?>
<?import javafx.scene.web.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane fx:id="AnchorPaneBLCltAjouterEtape1" 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/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.BonLivraisonClt.BonLivraisonCltAjouterEtape3Controller">
<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="Bon Livraison">
<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="Nouveau Bon de livraison">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<AnchorPane layoutX="10.0" layoutY="52.0" prefHeight="101.0" prefWidth="776.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
<children>
<ProgressBar layoutX="76.0" layoutY="61.0" prefHeight="18.0" prefWidth="600.0" progress="1.0" AnchorPane.leftAnchor="76.0" AnchorPane.rightAnchor="100.0" />
<GridPane layoutX="7.0" layoutY="10.0" prefHeight="74.0" prefWidth="760.0" AnchorPane.leftAnchor="7.0" AnchorPane.rightAnchor="9.0">
<children>
<Group>
<children>
<Group layoutX="89.0" layoutY="-96.0">
<children>
<Circle fill="#5fc65f" layoutX="51.0" layoutY="161.0" radius="15.0" stroke="TRANSPARENT" strokeType="INSIDE" />
<Circle fill="#4dae4d" layoutX="51.0" layoutY="161.0" radius="7.0" stroke="TRANSPARENT" strokeType="INSIDE" />
</children>
</Group>
<Group>
<children>
<Text layoutX="71.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Sectionnner une Commande">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text layoutX="112.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="étape 1">
<font>
<Font name="Verdana" size="14.0" />
</font>
</Text>
</children>
</Group>
</children>
</Group>
<Group GridPane.columnIndex="2">
<children>
<Group layoutX="112.0" layoutY="-95.0">
<children>
<Circle fill="#5fc65f" layoutX="51.0" layoutY="161.0" radius="15.0" stroke="TRANSPARENT" strokeType="INSIDE" />
<Circle fill="#4dae4d" layoutX="51.0" layoutY="161.0" radius="7.0" stroke="TRANSPARENT" strokeType="INSIDE" />
</children>
</Group>
<Group>
<children>
<Text layoutX="107.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Création Bon Livraison">
<font>
<Font name="Arial" size="14.0" />
</font>
</Text>
<Text layoutX="143.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="étape 2">
<font>
<Font name="Verdana" size="14.0" />
</font>
</Text>
</children>
</Group>
</children>
</Group>
<Group GridPane.columnIndex="4">
<children>
<Group layoutX="89.0" layoutY="-96.0">
<children>
<Circle fill="#5fc65f" layoutX="51.0" layoutY="161.0" radius="15.0" stroke="TRANSPARENT" strokeType="INSIDE" />
<Circle fill="#4dae4d" layoutX="51.0" layoutY="161.0" radius="7.0" stroke="TRANSPARENT" strokeType="INSIDE" />
</children>
</Group>
<Group>
<children>
<Text layoutX="67.0" layoutY="43.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Enregistrer Bon Livraison">
<font>
<Font name="Arial Bold" size="14.0" />
</font>
</Text>
<Text layoutX="113.0" layoutY="23.0" strokeType="OUTSIDE" strokeWidth="0.0" text="étape 3">
<font>
<Font name="Verdana" size="14.0" />
</font>
</Text>
</children>
</Group>
</children>
</Group>
</children>
<columnConstraints>
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="154.0" minWidth="10.0" prefWidth="146.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="150.0" prefWidth="150.0" />
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="154.0" minWidth="10.0" prefWidth="154.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="121.0" />
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="170.0" minWidth="150.0" prefWidth="144.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>
<Separator layoutX="10.0" layoutY="155.0" prefWidth="200.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" />
<Pane layoutX="39.0" layoutY="193.0" prefHeight="83.0" prefWidth="700.0" style="-fx-background-color: #FFFFFF;" styleClass="panel-default">
<children>
<ImageView fx:id="ImageBonLivraion" fitHeight="45.0" fitWidth="45.0" layoutX="12.0" layoutY="8.0" visible="false">
<image>
<Image url="@../../Public/icon/successfully.png" />
</image>
</ImageView>
<ProgressIndicator fx:id="ProgressBonLivraion" layoutX="12.0" layoutY="8.0" prefHeight="45.0" prefWidth="45.0" />
<GridPane layoutX="71.0" layoutY="3.0" prefHeight="71.0" prefWidth="593.0">
<children>
<Text fx:id="Monprofilenomprenom1" fill="#478fca" strokeType="OUTSIDE" strokeWidth="0.0" text="Bon Livraison">
<font>
<Font name="Arial Bold" size="20.0" />
</font>
</Text>
<Text fx:id="TextBonLivraion" fontSmoothingType="LCD" strokeType="OUTSIDE" strokeWidth="0.0" text="La bon de livraison est en cour d'enregister" GridPane.rowIndex="1">
<font>
<Font name="Arial" size="17.0" />
</font>
</Text>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="38.0" minHeight="10.0" prefHeight="28.0" vgrow="SOMETIMES" />
<RowConstraints maxHeight="57.0" minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</Pane>
<GridPane fx:id="GridPaneBonLivraion" layoutX="39.0" layoutY="328.0" prefHeight="30.0" prefWidth="700.0" visible="false">
<children>
<Button ellipsisString="" mnemonicParsing="false" prefHeight="30.0" prefWidth="117.0" styleClass="btn-icon-Show" text="Afficher" textAlignment="JUSTIFY" />
<Button mnemonicParsing="false" prefHeight="30.0" prefWidth="105.0" styleClass="btn-icon-Print" text="Imprimer" GridPane.columnIndex="1" />
<Button alignment="CENTER_RIGHT" mnemonicParsing="false" prefHeight="30.0" prefWidth="120.0" styleClass="btn-icon-PDF" text="Exporter PDF" GridPane.columnIndex="2" />
<Button alignment="CENTER_RIGHT" graphicTextGap="10.0" mnemonicParsing="false" prefHeight="30.0" prefWidth="120.0" styleClass="btn-icon-Excel" text="Exporter Exel" textAlignment="CENTER" GridPane.columnIndex="3" />
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
</children>
</AnchorPane>