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

57 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.text.*?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane id="AnchorPane" fx:id="AnchorPaneAjouterClt" 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.Client.AjouterClientController">
<children>
<StackPane fx:id="typecompte" prefHeight="40.0" prefWidth="766.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="60.0">
<children>
<Group>
<children>
<RadioButton layoutX="95.0" layoutY="-4.0" mnemonicParsing="false" onAction="#AjouterClientPersonneRadioAction" selected="true" text="Personne physique">
<toggleGroup>
<ToggleGroup fx:id="typeclient" />
</toggleGroup>
</RadioButton>
<RadioButton layoutX="236.0" layoutY="-4.0" mnemonicParsing="false" onAction="#AjouterClientEntrepriseRadioAction" text="Une entreprise" toggleGroup="$typeclient" />
<Text layoutX="-14.0" layoutY="10.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Type Compte">
<font>
<Font size="15.0" />
</font>
</Text>
</children>
</Group>
</children>
</StackPane>
<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="Client">
<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="Ajouter">
<font>
<Font name="Arial" size="15.0" />
</font>
</Text>
</children>
</HBox>
</children>
</Pane>
<AnchorPane fx:id="AnchorPaneCltBody" layoutY="105.0" prefHeight="538.0" prefWidth="796.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="105.0" />
</children>
</AnchorPane>