Advertisement
Spirit13300

EvenementView.fxml

Jun 7th, 2018
2,384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 8.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import javafx.geometry.Insets?>
  4. <?import javafx.scene.control.Button?>
  5. <?import javafx.scene.control.Slider?>
  6. <?import javafx.scene.control.TextArea?>
  7. <?import javafx.scene.image.Image?>
  8. <?import javafx.scene.image.ImageView?>
  9. <?import javafx.scene.layout.ColumnConstraints?>
  10. <?import javafx.scene.layout.GridPane?>
  11. <?import javafx.scene.layout.RowConstraints?>
  12. <?import javafx.scene.shape.Line?>
  13. <?import javafx.scene.shape.Rectangle?>
  14. <?import javafx.scene.text.Font?>
  15. <?import javafx.scene.text.Text?>
  16.  
  17. <fx:root alignment="TOP_LEFT" stylesheets="@ArmatureStyle.css" type="javafx.scene.layout.GridPane" vgap="40" xmlns="http://javafx.com/javafx/8.0.121" xmlns:fx="http://javafx.com/fxml/1">
  18.     <Rectangle fx:id="menu" height="1090.0" width="270.0" GridPane.columnIndex="0" GridPane.rowIndex="0" GridPane.rowSpan="2147483647" />
  19.     <Rectangle fx:id="banniere" height="170.0" width="1200.0" GridPane.columnIndex="1" GridPane.rowIndex="0" />
  20.     <Text fx:id="banniereText" fill="WHITE" text="Seek'n'Play" GridPane.columnIndex="1" GridPane.rowIndex="0">
  21.         <GridPane.margin>
  22.             <Insets left="480.0" />
  23.         </GridPane.margin>
  24.         <font>
  25.             <Font size="36.0" />
  26.         </font></Text>
  27.     <ImageView fitWidth="150" preserveRatio="true" smooth="true" GridPane.columnIndex="0" GridPane.rowIndex="0">
  28.         <image>
  29.             <Image url="https://zupimages.net/up/18/21/08z7.png" />
  30.         </image>
  31.         <GridPane.margin>
  32.             <Insets left="60.0" />
  33.         </GridPane.margin>
  34.     </ImageView>
  35.     <ImageView fitWidth="150" preserveRatio="true" smooth="true" GridPane.columnIndex="1" GridPane.rowIndex="0">
  36.         <image>
  37.             <Image url="https://zupimages.net/up/18/22/do5r.jpg" />
  38.         </image>
  39.         <GridPane.margin>
  40.             <Insets left="750.0" />
  41.         </GridPane.margin>
  42.     </ImageView>
  43.     <ImageView fitWidth="150" preserveRatio="true" smooth="true" GridPane.columnIndex="1" GridPane.rowIndex="0">
  44.         <image>
  45.             <Image url="https://zupimages.net/up/18/22/do5r.jpg" />
  46.         </image>
  47.         <GridPane.margin>
  48.             <Insets left="250.0" />
  49.         </GridPane.margin>
  50.     </ImageView>
  51.     <Text fx:id="connexion" fill="WHITE" text="Connexion" GridPane.columnIndex="0" GridPane.columnSpan="8" GridPane.rowIndex="1">
  52.         <GridPane.margin>
  53.             <Insets left="78.0" />
  54.         </GridPane.margin>
  55.         <font>
  56.             <Font size="24.0" />
  57.         </font></Text>
  58.     <Text id="menu1" fx:id="menu1" fill="WHITE" text="Accueil" GridPane.columnIndex="0" GridPane.rowIndex="3">
  59.         <GridPane.margin>
  60.             <Insets left="105.0" />
  61.         </GridPane.margin>
  62.         <font>
  63.             <Font size="18.0" />
  64.         </font></Text>
  65.     <Text fx:id="menu2" fill="WHITE" text="Evénements" GridPane.columnIndex="0" GridPane.rowIndex="4">
  66.         <GridPane.margin>
  67.             <Insets left="87.0" />
  68.         </GridPane.margin>
  69.         <font>
  70.             <Font size="18.0" />
  71.         </font></Text>
  72.     <Text fx:id="menu3" fill="WHITE" text="A venir" GridPane.columnIndex="0" GridPane.rowIndex="5">
  73.         <GridPane.margin>
  74.             <Insets left="108.0" />
  75.         </GridPane.margin>
  76.         <font>
  77.             <Font size="18.0" />
  78.         </font></Text>
  79.     <Text fx:id="menu4" fill="WHITE" text="Classement" GridPane.columnIndex="0" GridPane.rowIndex="6">
  80.         <GridPane.margin>
  81.             <Insets left="90.0" />
  82.         </GridPane.margin>
  83.         <font>
  84.             <Font size="18.0" />
  85.         </font></Text>
  86.     <Text fx:id="menu5" fill="WHITE" text="Inscription" GridPane.columnIndex="0" GridPane.rowIndex="7">
  87.         <GridPane.margin>
  88.             <Insets left="95.0" />
  89.         </GridPane.margin>
  90.         <font>
  91.             <Font size="18.0" />
  92.         </font></Text>
  93.     <Text fx:id="menu6" fill="WHITE" text="Vos discussions" GridPane.columnIndex="0" GridPane.rowIndex="8">
  94.         <GridPane.margin>
  95.             <Insets left="73.0" />
  96.         </GridPane.margin>
  97.         <font>
  98.             <Font size="18.0" />
  99.         </font></Text>
  100.  
  101.     <TextArea fx:id="evenementRecherche" maxHeight="38.0" maxWidth="220.0" minWidth="0.0" prefHeight="38.0" prefWidth="180.0" GridPane.columnIndex="1" GridPane.rowIndex="1">
  102.         <GridPane.margin>
  103.             <Insets bottom="50.0" left="10.0" />
  104.         </GridPane.margin>
  105.     </TextArea>
  106.     <ImageView fitWidth="20" preserveRatio="true" smooth="true" GridPane.columnIndex="1" GridPane.rowIndex="1">
  107.         <image>
  108.             <Image url="http://www.icone-png.com/png/25/25383.png" />
  109.         </image>
  110.         <GridPane.margin>
  111.             <Insets bottom="52.0" left="200.0" />
  112.         </GridPane.margin>
  113.     </ImageView>
  114.     <Slider fx:id="evenementSlider" maxHeight="400.0" maxWidth="0.0" minWidth="0.0" orientation="VERTICAL" prefHeight="38.0" prefWidth="180.0" GridPane.columnIndex="1" GridPane.rowIndex="2" GridPane.rowSpan="7">
  115.         <GridPane.margin>
  116.             <Insets bottom="50.0" left="800.0" />
  117.         </GridPane.margin>
  118.     </Slider>
  119.     <ImageView fitWidth="100" preserveRatio="true" smooth="true" GridPane.columnIndex="1" GridPane.rowIndex="3">
  120.         <image>
  121.             <Image url="https://zupimages.net/up/18/23/b5y0.png" />
  122.         </image>
  123.         <GridPane.margin>
  124.             <Insets left="950.0" top="30.0" />
  125.         </GridPane.margin>
  126.     </ImageView>
  127.     <ImageView fitWidth="100" preserveRatio="true" smooth="true" GridPane.columnIndex="1" GridPane.rowIndex="7">
  128.         <image>
  129.             <Image url="https://zupimages.net/up/18/23/8t6l.png" />
  130.         </image>
  131.         <GridPane.margin>
  132.             <Insets left="950.0" />
  133.         </GridPane.margin>
  134.     </ImageView>
  135.  
  136.  
  137.     <Text fx:id="evenementAjout" fill="black" text="Ajouter un Evenement " GridPane.columnIndex="1" GridPane.rowIndex="2">
  138.         <font>
  139.             <Font name="Arial" size="24.0" />
  140.         </font>
  141.         <GridPane.margin>
  142.             <Insets left="880.0" top="100.0" />
  143.         </GridPane.margin></Text>
  144.     <Text fx:id="evenenemntAnu" fill="black" text="Annuaire disponible" GridPane.columnIndex="1" GridPane.rowIndex="6">
  145.         <font>
  146.             <Font name="Arial" size="24.0" />
  147.         </font>
  148.         <GridPane.margin>
  149.             <Insets bottom="50.0" left="880.0" />
  150.         </GridPane.margin></Text>
  151.     <Line fx:id="evenementLigne" endX="250.0" GridPane.columnIndex="1" GridPane.rowIndex="2" GridPane.rowSpan="5">
  152.         <GridPane.margin>
  153.             <Insets bottom="50.0" left="870.0" top="200.0" />
  154.         </GridPane.margin>
  155.     </Line>
  156.  
  157.     <Button fx:id="evenementCarte" maxHeight="30.0" maxWidth="100.0" minHeight="30.0" minWidth="0.0" prefHeight="30.0" prefWidth="30.0" text="Carte" GridPane.columnIndex="1" GridPane.rowIndex="1">
  158.         <GridPane.margin>
  159.             <Insets bottom="60.0" left="1080.0" />
  160.         </GridPane.margin>
  161.         <font>
  162.             <Font size="10.0" />
  163.         </font>
  164.  
  165.     </Button>
  166.  
  167.  
  168.  
  169.     <ImageView fitWidth="150" preserveRatio="true" smooth="true" GridPane.columnIndex="1" GridPane.rowIndex="3">
  170.         <image>
  171.             <Image url="https://zupimages.net/up/18/23/hmco.jpg" />
  172.         </image>
  173.         <GridPane.margin>
  174.             <Insets left="200.0" />
  175.         </GridPane.margin>
  176.     </ImageView>
  177.     <Text fx:id="evenenementNom" fill="black" text="Nom evenement" GridPane.columnIndex="1" GridPane.rowIndex="3">
  178.         <font>
  179.             <Font name="Arial" size="20.0" />
  180.         </font>
  181.         <GridPane.margin>
  182.             <Insets left="200.0" top="150.0" />
  183.         </GridPane.margin></Text>
  184.     <Button fx:id="evenementSavoir" maxHeight="30.0" maxWidth="100.0" minHeight="30.0" minWidth="0.0" prefHeight="30.0" prefWidth="30.0" text="En savoir plus" GridPane.columnIndex="1" GridPane.rowIndex="3">
  185.         <GridPane.margin>
  186.             <Insets left="220.0" top="210.0" />
  187.         </GridPane.margin>
  188.         <font>
  189.             <Font size="10.0" />
  190.         </font>
  191.  
  192.     </Button>
  193.  
  194.     <Line fx:id="evenementLigne2" endY="500.0" GridPane.columnIndex="1" GridPane.rowIndex="1" GridPane.rowSpan="8">
  195.         <GridPane.margin>
  196.             <Insets left="425.0" />
  197.         </GridPane.margin>
  198.     </Line>
  199.  
  200.     <rowConstraints>
  201.         <RowConstraints />
  202.         <RowConstraints maxHeight="24.0" minHeight="0.0" prefHeight="24.0" />
  203.         <RowConstraints maxHeight="29.0" minHeight="0.0" prefHeight="0.0" />
  204.         <RowConstraints />
  205.         <RowConstraints />
  206.         <RowConstraints />
  207.         <RowConstraints />
  208.         <RowConstraints maxHeight="25.0" minHeight="0.0" prefHeight="25.0" />
  209.         <RowConstraints maxHeight="20.0" minHeight="0.0" prefHeight="20.0" />
  210.     </rowConstraints>
  211.    <columnConstraints>
  212.       <ColumnConstraints />
  213.       <ColumnConstraints />
  214.       <ColumnConstraints />
  215.       <ColumnConstraints />
  216.       <ColumnConstraints />
  217.       <ColumnConstraints />
  218.       <ColumnConstraints />
  219.       <ColumnConstraints />
  220.    </columnConstraints>
  221. </fx:root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement