88 lines
4.2 KiB
XML
88 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.scene.Group?>
|
|
<?import javafx.scene.control.TableColumn?>
|
|
<?import javafx.scene.control.TableView?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.StackPane?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<AnchorPane id="AnchorPane" maxHeight="734.0" maxWidth="487.0" minHeight="734.0" minWidth="487.0" prefHeight="734.0" prefWidth="487.0" stylesheets="@../../Public/CSS/StylePrincipal.css" xmlns="http://javafx.com/javafx/13" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.Stock.PrintAllProduitController">
|
|
<children>
|
|
<StackPane layoutX="6.0" layoutY="3.0" prefHeight="22.0" prefWidth="487.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<children>
|
|
<Group>
|
|
<children>
|
|
<HBox>
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Les produits en ">
|
|
<font>
|
|
<Font name="Arial Bold" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextLocale" strokeType="OUTSIDE" strokeWidth="0.0">
|
|
<font>
|
|
<Font name="Arial Bold" size="16.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Group>
|
|
</children>
|
|
</StackPane>
|
|
<HBox layoutX="4.0" layoutY="23.2314453125">
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date:">
|
|
<font>
|
|
<Font name="Arial Bold" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextDateCreate" strokeType="OUTSIDE" strokeWidth="0.0" text=" 20/12/2011">
|
|
<font>
|
|
<Font name="Arial Bold" size="13.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
<AnchorPane id="AnchorPane" layoutX="14.0" layoutY="46.0" prefHeight="667.0" prefWidth="487.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="21.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="46.0">
|
|
<children>
|
|
<TableView fx:id="TableViewProduit" layoutX="2.0" layoutY="2.0" prefHeight="205.0" prefWidth="485.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<columnResizePolicy>
|
|
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY" />
|
|
</columnResizePolicy>
|
|
<columns>
|
|
<TableColumn fx:id="TabColProduitReference" maxWidth="120.0" minWidth="120.0" prefWidth="120.0" resizable="false" text="Référence" />
|
|
<TableColumn fx:id="TabColProduitDesignation" maxWidth="261.0" minWidth="261.0" prefWidth="261.0" text="Désignation" />
|
|
<TableColumn fx:id="TabColProduitQuantite" maxWidth="100.0" minWidth="100.0" prefWidth="100.0" text="Quantité" />
|
|
</columns>
|
|
</TableView>
|
|
</children>
|
|
</AnchorPane>
|
|
<StackPane layoutX="144.0" layoutY="712.0" prefHeight="22.0" prefWidth="200.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
|
|
<children>
|
|
<Group>
|
|
<children>
|
|
<HBox>
|
|
<children>
|
|
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="page ">
|
|
<font>
|
|
<Font name="Arial Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
<Text fx:id="TextPagination" strokeType="OUTSIDE" strokeWidth="0.0">
|
|
<font>
|
|
<Font name="Arial Bold" size="12.0" />
|
|
</font>
|
|
</Text>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</Group>
|
|
</children>
|
|
</StackPane>
|
|
</children>
|
|
</AnchorPane>
|