476 lines
29 KiB
XML
476 lines
29 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.Group?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.DatePicker?>
|
|
<?import javafx.scene.control.ProgressBar?>
|
|
<?import javafx.scene.control.RadioButton?>
|
|
<?import javafx.scene.control.Separator?>
|
|
<?import javafx.scene.control.TableColumn?>
|
|
<?import javafx.scene.control.TableView?>
|
|
<?import javafx.scene.control.TextField?>
|
|
<?import javafx.scene.control.ToggleGroup?>
|
|
<?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.shape.Circle?>
|
|
<?import javafx.scene.shape.Line?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<AnchorPane id="AnchorPane" fx:id="AnchorPaneReglementAjouter2" 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:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Reglement.ReglementAjouter2Controller">
|
|
<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="Réglement">
|
|
<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="Achat / Réglement / Ajouter (détail réglement)">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Pane>
|
|
<AnchorPane prefHeight="101.0" prefWidth="776.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="20.0" AnchorPane.topAnchor="50.0">
|
|
<children>
|
|
<ProgressBar layoutX="97.0" layoutY="61.0" prefHeight="18.0" prefWidth="599.0" progress="0.48" AnchorPane.leftAnchor="97.0" AnchorPane.rightAnchor="80.0" />
|
|
<GridPane layoutX="31.0" layoutY="10.0" prefHeight="74.0" prefWidth="717.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0">
|
|
<children>
|
|
<Group>
|
|
<children>
|
|
<Group layoutX="150.0" layoutY="-96.0">
|
|
<children>
|
|
<Circle fill="#5fc65f" layoutX="51.0" layoutY="161.0" radius="16.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="100.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Sélectionner les Factures">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text layoutX="160.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="6">
|
|
<children>
|
|
<Group layoutX="120.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 le Réglement">
|
|
<font>
|
|
<Font name="Arial" size="16.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>
|
|
<Group GridPane.columnIndex="3">
|
|
<children>
|
|
<Group layoutX="100.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="100.0" layoutY="44.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Détail Réglement">
|
|
<font>
|
|
<Font name="Arial Bold" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text layoutX="130.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>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" minWidth="10.0" prefWidth="133.0" />
|
|
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" minWidth="90.0" prefWidth="100.0" />
|
|
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="130.0" minWidth="92.0" prefWidth="92.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="157.0" minWidth="83.0" prefWidth="157.0" />
|
|
<ColumnConstraints halignment="CENTER" hgrow="SOMETIMES" maxWidth="101.0" minWidth="10.0" prefWidth="62.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="61.0" />
|
|
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" minWidth="150.0" prefWidth="173.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<StackPane layoutX="53.0" prefHeight="52.0" prefWidth="743.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="140.0">
|
|
<children>
|
|
<Group>
|
|
<children>
|
|
<Button layoutX="398.0" layoutY="159.0" mnemonicParsing="false" onAction="#DetailRelementSuitButtonAction" prefHeight="35.0" prefWidth="120.0" styleClass="btn-primary" text="Suivant" />
|
|
<Button layoutX="318.0" layoutY="164.0" mnemonicParsing="false" onAction="#ReglementAjouter1ButtonAction" styleClass="btn-default" text="Précédent" />
|
|
</children>
|
|
</Group>
|
|
</children>
|
|
</StackPane>
|
|
<Separator prefWidth="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="200.0" />
|
|
<Text fill="#0665ae" layoutX="21.0" layoutY="228.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Facture">
|
|
<font>
|
|
<Font name="Arial Bold" size="18.0" />
|
|
</font>
|
|
</Text>
|
|
<GridPane layoutX="10.0" layoutY="233.0" prefHeight="27.0" prefWidth="776.0" AnchorPane.leftAnchor="20.0" AnchorPane.rightAnchor="20.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Total Facture:" GridPane.columnIndex="3">
|
|
<font>
|
|
<Font name="Verdana" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextDateReception" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4">
|
|
<font>
|
|
<Font name="Arial Bold" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nombre des Factures:">
|
|
<font>
|
|
<Font name="Verdana" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextNumero" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1">
|
|
<font>
|
|
<Font name="Arial Bold" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextNbrFacture" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="1">
|
|
<font>
|
|
<Font name="Verdana Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextTotalFacture" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="4">
|
|
<font>
|
|
<Font name="Verdana Bold" size="14.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="172.0" minWidth="81.0" prefWidth="159.0" />
|
|
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="134.0" minWidth="91.0" prefWidth="118.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="218.0" minWidth="25.0" prefWidth="166.0" />
|
|
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="183.0" minWidth="80.0" prefWidth="101.0" />
|
|
<ColumnConstraints halignment="LEFT" hgrow="SOMETIMES" maxWidth="239.0" minWidth="110.0" prefWidth="223.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="30.0" minHeight="30.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<Text fill="#0665ae" layoutX="19.0" layoutY="296.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Type Paiement">
|
|
<font>
|
|
<Font name="Arial Bold" size="18.0" />
|
|
</font>
|
|
</Text>
|
|
<RadioButton layoutX="21.0" layoutY="312.0" mnemonicParsing="false" onAction="#RadioComptantAction" text="Comptant">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="TypePaiement" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton layoutX="127.0" layoutY="313.0" mnemonicParsing="false" onAction="#RadioFaciliteAction" text="Facilité" toggleGroup="$TypePaiement">
|
|
<font>
|
|
<Font name="Arial Bold" size="14.0" />
|
|
</font>
|
|
</RadioButton>
|
|
<AnchorPane fx:id="PaneComptant" layoutX="1.0" layoutY="353.0" prefHeight="284.0" prefWidth="786.0" style="-fx-border-color: #e0e0e0; -fx-border-radius: 5px 5px 0px 0px;" visible="false" AnchorPane.bottomAnchor="15.0" AnchorPane.leftAnchor="15.0" AnchorPane.rightAnchor="15.0" AnchorPane.topAnchor="353.0">
|
|
<children>
|
|
<Group layoutX="14.0" layoutY="14.0">
|
|
<children>
|
|
<RadioButton layoutX="191.0" mnemonicParsing="false" onAction="#RadioChequeAction" text="Chèque">
|
|
<font>
|
|
<Font name="System Bold" size="15.0" />
|
|
</font>
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="PaiementComptant" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton layoutX="289.0" mnemonicParsing="false" onAction="#RadioCarteAction" text="Carte électronique" toggleGroup="$PaiementComptant">
|
|
<font>
|
|
<Font name="System Bold" size="15.0" />
|
|
</font>
|
|
</RadioButton>
|
|
<RadioButton layoutX="95.0" mnemonicParsing="false" onAction="#RadioEspeceAction" selected="true" text="Espèce" toggleGroup="$PaiementComptant">
|
|
<font>
|
|
<Font name="System Bold" size="15.0" />
|
|
</font>
|
|
</RadioButton>
|
|
<Text layoutY="17.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Payer en: ">
|
|
<font>
|
|
<Font name="Arial Bold" size="18.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</Group>
|
|
<GridPane fx:id="GridPaneCheque" layoutX="25.0" layoutY="54.0" prefHeight="178.0" prefWidth="548.0" visible="false" AnchorPane.leftAnchor="25.0" AnchorPane.topAnchor="54.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Chéque" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Complé" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Chéque" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldChequeNomBanque" prefHeight="30.0" GridPane.columnIndex="1" />
|
|
<TextField fx:id="TextFieldChequeNumero" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
|
|
<TextField fx:id="TextFieldChequeNomComple" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
|
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="3">
|
|
<children>
|
|
<DatePicker fx:id="DatePickerChequeDate" layoutY="12.0" prefHeight="30.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<Text fx:id="TextCtlChequeNumero" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlChequeNomBanque" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlChequeDate" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlChequeNomComple" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="132.0" minWidth="10.0" prefWidth="126.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="250.0" prefWidth="250.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="200.0" minWidth="150.0" prefWidth="150.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<GridPane fx:id="GridPaneCarte" layoutX="25.0" layoutY="60.0" prefHeight="165.0" prefWidth="687.0" visible="false">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nom Banque">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Carte" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Numéro Transaction" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldCarteNomBanque" prefHeight="30.0" GridPane.columnIndex="1" />
|
|
<TextField fx:id="TextFieldCarteNumeroCart" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />
|
|
<TextField fx:id="TextFieldCarteNumeroTransaction" prefHeight="30.0" GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Heur Transaction" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="Arial" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="1" GridPane.rowIndex="3">
|
|
<children>
|
|
<DatePicker fx:id="DatePickerCarteDate" layoutX="7.0" layoutY="8.0" prefHeight="30.0" prefWidth="145.0" AnchorPane.leftAnchor="0.0" />
|
|
<TextField fx:id="TextFieldCarteHeurTransaction" layoutX="153.0" layoutY="8.0" prefHeight="30.0" prefWidth="53.0" promptText="00:00" />
|
|
</children>
|
|
</AnchorPane>
|
|
<Text fx:id="TextCtlCartNomBanque" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlCartNumeroCart" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="1">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlCartNumeroTransaction" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="2">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextCtlCartDateHeurTransaction" fill="#f20606" strokeType="OUTSIDE" strokeWidth="0.0" GridPane.columnIndex="2" GridPane.rowIndex="3">
|
|
<font>
|
|
<Font name="System Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="170.0" minWidth="10.0" prefWidth="170.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="200.0" prefWidth="219.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="500.0" minWidth="200.0" prefWidth="219.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
<RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane fx:id="PaneFacilite" layoutX="11.0" layoutY="363.0" prefHeight="284.0" prefWidth="756.0" style="-fx-border-color: #e0e0e0; -fx-border-radius: 5px 5px 0px 0px;" visible="false" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="348.0">
|
|
<children>
|
|
<Group layoutX="16.0" layoutY="17.0">
|
|
<children>
|
|
<RadioButton layoutX="-4.0" mnemonicParsing="false" onAction="#RadioFaciliteTraiteAction" selected="true" text="Traite">
|
|
<font>
|
|
<Font name="Arial Bold" size="15.0" />
|
|
</font>
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="FaciliteTraiteCheque" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton layoutX="99.0" mnemonicParsing="false" onAction="#RadioFaciliteChequeAction" text="Chèque" toggleGroup="$FaciliteTraiteCheque">
|
|
<font>
|
|
<Font name="Arial Bold" size="15.0" />
|
|
</font>
|
|
</RadioButton>
|
|
</children>
|
|
</Group>
|
|
<Text layoutX="361.0" layoutY="33.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nombre d'échéances:">
|
|
<font>
|
|
<Font name="Arial Bold" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
<TextField fx:id="TextFieldNbrEcheance" alignment="CENTER" layoutX="522.0" layoutY="13.0" prefHeight="30.0" prefWidth="94.0" />
|
|
<Button layoutX="625.0" layoutY="12.0" mnemonicParsing="false" onAction="#AjouterTraitementButtonAction" prefHeight="30.0" prefWidth="84.0" styleClass="btn-success" text="Valider" />
|
|
<AnchorPane id="AnchorPane" fx:id="PaneFaciliteCheque" layoutX="12.0" layoutY="96.0" prefHeight="178.0" prefWidth="699.0" styleClass="panel-bleu" visible="false" AnchorPane.bottomAnchor="11.0" AnchorPane.leftAnchor="11.0" AnchorPane.topAnchor="90.0">
|
|
<children>
|
|
<AnchorPane prefHeight="30.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="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Chéque">
|
|
<font>
|
|
<Font name="Verdana Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Line endX="10.0" layoutX="10.0" layoutY="10.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
|
|
<Line endX="10.0" layoutX="10.0" layoutY="15.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
|
|
<Line endX="10.0" layoutX="10.0" layoutY="20.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<TableView fx:id="TableViewListeCheque" editable="true" layoutX="1.0" layoutY="30.0" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="30.0">
|
|
<columnResizePolicy>
|
|
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
</columnResizePolicy>
|
|
<columns>
|
|
<TableColumn fx:id="TabColDateCheque" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Date" />
|
|
<TableColumn fx:id="TabColNumeroCheque" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Numéro Chéque" />
|
|
<TableColumn fx:id="TabColBanqueCheque" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Banque" />
|
|
<TableColumn fx:id="TabColMontantCheque" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Montant" />
|
|
</columns>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane id="AnchorPane" fx:id="PaneFaciliteTraite" layoutX="12.0" layoutY="59.0" prefHeight="215.0" prefWidth="699.0" styleClass="panel-bleu" visible="false" AnchorPane.bottomAnchor="10.0" AnchorPane.topAnchor="90.0">
|
|
<children>
|
|
<AnchorPane prefHeight="30.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="20.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Traite">
|
|
<font>
|
|
<Font name="Verdana Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Line endX="10.0" layoutX="10.0" layoutY="10.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
|
|
<Line endX="10.0" layoutX="10.0" layoutY="15.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
|
|
<Line endX="10.0" layoutX="10.0" layoutY="20.0" startX="-2.0" stroke="WHITE" strokeWidth="2.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<TableView fx:id="TableViewListeTraite" layoutX="1.0" layoutY="30.0" prefHeight="212.0" prefWidth="573.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="1.0" AnchorPane.topAnchor="30.0">
|
|
<columnResizePolicy>
|
|
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
</columnResizePolicy>
|
|
<columns>
|
|
<TableColumn fx:id="TabColDateTraite" maxWidth="330.0" minWidth="110.0" prefWidth="110.0" text="Date" />
|
|
<TableColumn fx:id="TabColMontantTraite" maxWidth="489.0" minWidth="163.0" prefWidth="163.0" text="Montant" />
|
|
</columns>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
<Text fx:id="TextCtlNbrEcheance" fill="#f80303" layoutX="364.0" layoutY="52.0" strokeType="OUTSIDE" strokeWidth="0.0">
|
|
<font>
|
|
<Font name="Arial Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text layoutX="14.0" layoutY="78.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Total échéances:">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TotalEcheance" layoutX="131.0" layoutY="79.0" strokeType="OUTSIDE" strokeWidth="0.0" text="100 / 200">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|