first commit
This commit is contained in:
117
target/classes/Views/Stock/PrintMouvementProduit.fxml
Normal file
117
target/classes/Views/Stock/PrintMouvementProduit.fxml
Normal file
@@ -0,0 +1,117 @@
|
||||
<?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:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/22" fx:controller="Controllers.Stock.PrintMouvementProduitController">
|
||||
<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="Mouvement 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="5.0" layoutY="42.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Date Début: ">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDateDebut" strokeType="OUTSIDE" strokeWidth="0.0" text=" 20/12/2011">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="5.0" layoutY="70.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Référence:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextReference" strokeType="OUTSIDE" strokeWidth="0.0" text=" 20/12/2011">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<HBox layoutX="5.0" layoutY="100.0">
|
||||
<children>
|
||||
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Désignation:">
|
||||
<font>
|
||||
<Font name="Arial Bold" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
<Text fx:id="TextDesignation" strokeType="OUTSIDE" strokeWidth="0.0" text=" 20/12/2011">
|
||||
<font>
|
||||
<Font name="Arial" size="13.0" />
|
||||
</font>
|
||||
</Text>
|
||||
</children>
|
||||
</HBox>
|
||||
<AnchorPane id="AnchorPane" layoutX="14.0" layoutY="130.0" prefHeight="583.0" prefWidth="487.0" styleClass="panel-bleu" AnchorPane.bottomAnchor="21.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="130.0">
|
||||
<children>
|
||||
<TableView fx:id="TableViewMouvement" 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="TabColCode" maxWidth="80.0" minWidth="80.0" resizable="false" text="Code" />
|
||||
<TableColumn fx:id="TabColType" maxWidth="145.0" minWidth="145.0" prefWidth="145.0" text="Type de Mouvement" />
|
||||
<TableColumn fx:id="TabColMouvement" maxWidth="90.0" minWidth="90.0" prefWidth="90.0" text="Mouvement" />
|
||||
<TableColumn fx:id="TabColQuantite" maxWidth="75.0" minWidth="75.0" prefWidth="75.0" resizable="false" text="Quantité" />
|
||||
<TableColumn fx:id="TabColDate" maxWidth="93.0" minWidth="93.0" prefWidth="93.0" text="Date" />
|
||||
</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>
|
||||
Reference in New Issue
Block a user