Kenmegne
7 days ago b3d0580439b9a00c7eb918085de1694151066004
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
 
<?import java.net.URL?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.layout.BorderPane?>
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
 
<BorderPane style="-fx-border-color: #969696; -fx-background-color: transparent; -fx-border-width: 1;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="importation.validation.data.forms.AproposEditFormController">
   <center>
      <VBox BorderPane.alignment="CENTER">
         <children>
            <BorderPane fx:id="formPanel" style="-fx-background-color: transparent;" VBox.vgrow="ALWAYS">
               <center>
                  <VBox BorderPane.alignment="CENTER">
                     <padding>
                        <Insets bottom="30.0" left="30.0" right="30.0" top="30.0" />
                     </padding>
                     <children>
                        <VBox fx:id="formContainer" spacing="15.0" style="-fx-border-color: #E9E9E9; -fx-border-width: 1;" VBox.vgrow="ALWAYS">
                           <children>
                              <VBox>
                                 <children>
                                    <HBox>
                                       <children>
                                          <Label text="Sirius-Sygma">
                                             <font>
                                                <Font name="System Bold" size="12.0" />
                                             </font>
                                          </Label>
                                       </children>
                                       <padding>
                                          <Insets bottom="5.0" />
                                       </padding>
                                    </HBox>
                                    <HBox spacing="5.0">
                                       <children>
                                          <Label text="Version :">
                                             <font>
                                                <Font name="System Bold" size="12.0" />
                                             </font>
                                          </Label>
                                          <Label text="1.0.2" />
                                       </children>
                                    </HBox>
                                    <HBox spacing="5.0">
                                       <children>
                                          <Label text="Build time :">
                                             <font>
                                                <Font name="System Bold" size="12.0" />
                                             </font>
                                          </Label>
                                          <Label text="02 septembre 2022" />
                                       </children>
                                    </HBox>
                                    <HBox spacing="5.0">
                                       <children>
                                          <Label text="Auteur :  ">
                                             <font>
                                                <Font name="System Bold" size="12.0" />
                                             </font>
                                          </Label>
                                          <Label text="Megatim Ltd (www.megatimgroup.com)" />
                                       </children>
                                    </HBox>
                                    <HBox spacing="5.0">
                                       <children>
                                          <Label text="Mail :">
                                             <font>
                                                <Font name="System Bold" size="12.0" />
                                             </font>
                                          </Label>
                                          <Label text="contact@megatimgroup.com" />
                                       </children>
                                    </HBox>
                                    <HBox spacing="5.0">
                                       <children>
                                          <Label text="Licence d'utilisateur octroyée à la société :">
                                             <font>
                                                <Font name="System Bold" size="12.0" />
                                             </font>
                                          </Label>
                                          <Label text="UBA Cameroon SA" />
                                       </children>
                                    </HBox>
                                 </children>
                              </VBox>
                              <VBox spacing="10.0">
                                 <children>
                                    <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Le logiciel Sirius-Sygma est un intergiciel qui assiste la génération des messages financiers MT103 et MT202, dans le cadre des l'intercommunication du Système d'information et leRTGS de la zone CEMAC dénommé SYGMA." wrappingWidth="496.13671875" />
                                    <Text strokeType="OUTSIDE" strokeWidth="0.0" text="Il s'agit d'une application ergonomique, facile de prise en main et développée en langage Java avec des technologies éprouvées." wrappingWidth="498.13671875" />
                                 </children>
                              </VBox>
                           </children>
                           <padding>
                              <Insets bottom="30.0" left="30.0" right="30.0" top="30.0" />
                           </padding></VBox>
                     </children>
                  </VBox>
               </center>
            </BorderPane>
            <HBox fx:id="bottomContainer" alignment="TOP_RIGHT" prefHeight="0.0" prefWidth="621.0" spacing="5.0">
               <padding>
                  <Insets bottom="20.0" left="30.0" right="30.0" />
               </padding>
            </HBox>
         </children>
      </VBox>
   </center>
   <stylesheets>
      <URL value="@../styles/main-style.css" />
      <URL value="@../styles/title-bar.css" />
   </stylesheets>
</BorderPane>