first commit
This commit is contained in:
60
target/classes/Views/TraiteClt/TraiteCltPrintRetard.fxml
Normal file
60
target/classes/Views/TraiteClt/TraiteCltPrintRetard.fxml
Normal file
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import javafx.scene.control.TableColumn?>
|
||||
<?import javafx.scene.control.TableView?>
|
||||
<?import javafx.scene.layout.AnchorPane?>
|
||||
<?import javafx.scene.layout.HBox?>
|
||||
<?import javafx.scene.text.Font?>
|
||||
<?import javafx.scene.text.Text?>
|
||||
|
||||
<AnchorPane id="AnchorPane" prefHeight="487.0" prefWidth="734.0" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.TraiteClt.TraiteCltPrintRetardController">
|
||||
<children>
|
||||
<Text layoutX="239.0" layoutY="22.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Liste des Traites en Retard">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="20.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<HBox layoutX="14.0" layoutY="30.0" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Nombre:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextNbrTraiteCltRetard" strokeType="OUTSIDE" strokeWidth="0.0" text="----------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="633.0" layoutY="31.0" spacing="4.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Page:">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextPageTraiteCltRetard" strokeType="OUTSIDE" strokeWidth="0.0" text="-------">
|
||||
<font>
|
||||
<Font name="Arial" size="12.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<TableView fx:id="TableViewTraiteCltRetard" editable="true" layoutY="61.2" prefHeight="426.0" prefWidth="734.0" style="-fx-border-color: #FFFFFF;" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="61.0">
|
||||
<columnResizePolicy>
|
||||
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
||||
</columnResizePolicy>
|
||||
<columns>
|
||||
<TableColumn fx:id="TabColNumTraite" minWidth="20.0" prefWidth="20.0" text="Numéro" />
|
||||
<TableColumn fx:id="TabColDateTraite" minWidth="30.0" prefWidth="30.0" text="Date" />
|
||||
<TableColumn fx:id="TabColMontant" minWidth="25.0" prefWidth="25.0" text="Montant" />
|
||||
<TableColumn fx:id="TabColFacture" minWidth="30.0" prefWidth="30.0" sortable="false" text="Facture" />
|
||||
<TableColumn fx:id="TabColCodeClt" minWidth="25.0" prefWidth="25.0" sortable="false" text="Code Client" />
|
||||
<TableColumn fx:id="TabColNomPrenom" minWidth="60.0" prefWidth="60.0" text="Nom Prénom Client" />
|
||||
<TableColumn fx:id="TabColLocal" minWidth="30.0" prefWidth="30.0" sortable="false" text="Local" />
|
||||
</columns>
|
||||
</TableView>
|
||||
</children>
|
||||
</AnchorPane>
|
||||
Reference in New Issue
Block a user