116 lines
8.0 KiB
XML
116 lines
8.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import com.gluonhq.charm.glisten.control.ProgressBar?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.CheckBox?>
|
|
<?import javafx.scene.control.DatePicker?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.TableColumn?>
|
|
<?import javafx.scene.control.TableView?>
|
|
<?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.shape.Line?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<AnchorPane 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" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.ChequeClt.ChequeCltVercerController">
|
|
<children>
|
|
<Pane fx:id="TitrePane" layoutX="10.0" layoutY="10.0" 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="Chèque">
|
|
<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="Chèque a verser">
|
|
<font>
|
|
<Font name="Arial" size="15.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Pane>
|
|
<Button fx:id="ButtonVerserSelection" disable="true" layoutX="11.0" layoutY="70.0" mnemonicParsing="false" opacity="0.82" prefHeight="35.0" prefWidth="147.0" styleClass="btn-success" text="Verser la sélection" />
|
|
<CheckBox fx:id="CheckboxSelectionner" layoutX="14.0" layoutY="130.0" mnemonicParsing="false" text="Tout sélectionner" />
|
|
<GridPane layoutX="190.0" layoutY="120.0" prefHeight="35.0" prefWidth="550.0" AnchorPane.rightAnchor="10.0">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date début" wrappingWidth="70.8828125" GridPane.columnIndex="3" />
|
|
<AnchorPane prefHeight="200.0" prefWidth="200.0" GridPane.columnIndex="4">
|
|
<children>
|
|
<DatePicker fx:id="DatePickerDateDebut" layoutY="3.0" prefHeight="30.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
|
</children>
|
|
</AnchorPane>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date fin" wrappingWidth="44.8828125" GridPane.columnIndex="6" />
|
|
<DatePicker fx:id="DatePickerDateFin" prefHeight="30.0" GridPane.columnIndex="7" />
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Total Count" />
|
|
<Label fx:id="LabelNbrSelectionner" style="-fx-background-color: #2dcb73; -fx-background-radius: 2; -fx-padding: 5;" text="0" textFill="WHITE" GridPane.columnIndex="1">
|
|
<font>
|
|
<Font name="Verdana Bold" size="11.0" />
|
|
</font>
|
|
</Label>
|
|
</children>
|
|
<columnConstraints>
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="66.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="50.0" prefWidth="50.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="40.0" prefWidth="40.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="100.0" minWidth="66.0" prefWidth="100.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="150.0" minWidth="120.0" prefWidth="150.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="50.0" prefWidth="50.0" />
|
|
<ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" maxWidth="80.0" minWidth="80.0" prefWidth="80.0" />
|
|
<ColumnConstraints hgrow="SOMETIMES" maxWidth="150.0" minWidth="120.0" prefWidth="150.0" />
|
|
</columnConstraints>
|
|
<rowConstraints>
|
|
<RowConstraints maxHeight="35.0" minHeight="35.0" prefHeight="35.0" vgrow="SOMETIMES" />
|
|
</rowConstraints>
|
|
</GridPane>
|
|
<AnchorPane id="AnchorPane" layoutX="25.0" layoutY="160.0" prefHeight="472.0" prefWidth="776.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="10.0" AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.topAnchor="160.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 Chèques a verser">
|
|
<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>
|
|
<AnchorPane layoutY="36.0" prefHeight="391.0" prefWidth="774.0" styleClass="AnchorPane-Default" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0">
|
|
<children>
|
|
<ProgressBar fx:id="ProgressBarVerser" prefWidth="200.0" visible="false" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" />
|
|
<TableView fx:id="TableViewChequeCltVerser" editable="true" prefHeight="264.0" prefWidth="774.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="3.0">
|
|
<columns>
|
|
<TableColumn fx:id="TabColSelectionner" maxWidth="150.0" minWidth="95.0" prefWidth="95.0" text="Sélectionner" />
|
|
<TableColumn fx:id="TabColNumeroCheque" maxWidth="200.0" minWidth="85.0" prefWidth="85.0" text="Numéro" />
|
|
<TableColumn fx:id="TabColBanque" maxWidth="500.0" minWidth="90.0" prefWidth="90.0" text="Banque" />
|
|
<TableColumn fx:id="TabColDateCheque" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" text="Date Chèque" />
|
|
<TableColumn fx:id="TabColMontant" maxWidth="500.0" minWidth="90.0" prefWidth="90.0" text="Montant" />
|
|
<TableColumn fx:id="TabColTypeClt" maxWidth="120.0" minWidth="90.0" prefWidth="90.0" text="Type Client" />
|
|
<TableColumn fx:id="TabColNomClt" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" text="Nom" />
|
|
<TableColumn fx:id="TabColPrenomClt" maxWidth="500.0" minWidth="100.0" prefWidth="100.0" text="Prénom" />
|
|
</columns>
|
|
<columnResizePolicy>
|
|
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
</columnResizePolicy>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</AnchorPane>
|