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

93 lines
5.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.paint.*?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<?import javafx.collections.*?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="374.0" prefWidth="600.0" styleClass="Pane-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.User.GestionUtilisateurController">
<children>
<GridPane layoutX="6.0" layoutY="30.0" prefHeight="49.0" prefWidth="542.0" AnchorPane.leftAnchor="6.0" AnchorPane.rightAnchor="3.0" AnchorPane.topAnchor="30.0">
<children>
<AnchorPane>
<children>
<ComboBox layoutY="9.0" prefHeight="30.0" prefWidth="69.0" promptText="5" styleClass="liste-select">
<items>
<FXCollections fx:factory="observableArrayList">
<String fx:value="5" />
<String fx:value="10" />
<String fx:value="25" />
<String fx:value="50" />
<String fx:value="100" />
</FXCollections>
</items>
</ComboBox>
<Text layoutX="72.0" layoutY="29.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nombre des lignes" />
</children>
</AnchorPane>
<AnchorPane prefHeight="49.0" prefWidth="239.0" GridPane.columnIndex="3">
<children>
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="#eeeeee" height="30.0" layoutX="187.0" layoutY="10.0" stroke="#b9b4b4" strokeType="INSIDE" width="52.0" />
<TextField fx:id="rechercher" layoutX="11.0" layoutY="10.0" prefHeight="30.0" prefWidth="184.0" AnchorPane.leftAnchor="11.0" AnchorPane.rightAnchor="54.0" />
<Line layoutX="215.0" layoutY="31.0" rotate="30.0" startX="10.0" stroke="#555555" strokeWidth="2.0" />
<Circle fill="#ededed" layoutX="209.0" layoutY="24.0" radius="8.0" stroke="#555555" strokeType="INSIDE" strokeWidth="2.0" />
</children>
</AnchorPane>
</children>
<columnConstraints>
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="145.0" minWidth="10.0" prefWidth="73.0" />
<ColumnConstraints hgrow="SOMETIMES" maxWidth="249.0" minWidth="10.0" prefWidth="249.0" />
</columnConstraints>
<rowConstraints>
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
</rowConstraints>
</GridPane>
<AnchorPane id="AnchorPane" layoutX="6.0" layoutY="94.0" prefHeight="287.0" prefWidth="584.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="19.0" AnchorPane.leftAnchor="6.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="94.0">
<children>
<AnchorPane prefHeight="35.0" prefWidth="600.0" styleClass="panel-bleu-titre" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Text fill="WHITE" fontSmoothingType="LCD" layoutX="27.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des utilisaturs">
<font>
<Font name="Verdana Bold" size="12.0" />
</font>
</Text>
<Line endX="10.0" layoutX="10.0" layoutY="12.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="17.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
<Line endX="10.0" layoutX="10.0" layoutY="22.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
</children>
</AnchorPane>
<TableView fx:id="TableViewListUsers" layoutX="3.0" layoutY="36.0" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="40.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
<columns>
<TableColumn fx:id="id" prefWidth="42.0" text="#" />
<TableColumn fx:id="type" prefWidth="96.0" text="Type" />
<TableColumn fx:id="login" prefWidth="108.0" text="Login" />
<TableColumn fx:id="nom" prefWidth="99.0" text="Nom" />
<TableColumn fx:id="prenom" prefWidth="88.0" text="Prénom" />
<TableColumn fx:id="tele" prefWidth="98.0" text="Telephone" />
</columns>
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
</columnResizePolicy>
</TableView>
<Group AnchorPane.bottomAnchor="7.0">
<children>
<Label fx:id="count" layoutX="80.0" layoutY="334.0" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" textFill="WHITE">
<font>
<Font name="Verdana Bold" size="11.0" />
</font>
</Label>
<Text layoutX="14.0" layoutY="349.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" AnchorPane.bottomAnchor="12.0" />
</children>
</Group>
</children>
</AnchorPane>
</children>
</AnchorPane>