Advertisement
Guest User

NotasExames

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <?import com.jfoenix.controls.JFXButton?>
  4. <?import com.jfoenix.controls.JFXComboBox?>
  5. <?import com.jfoenix.controls.JFXSlider?>
  6. <?import com.jfoenix.controls.JFXTextArea?>
  7. <?import de.jensd.fx.glyphs.fontawesome.FontAwesomeIconView?>
  8. <?import javafx.scene.control.Label?>
  9. <?import javafx.scene.image.Image?>
  10. <?import javafx.scene.image.ImageView?>
  11. <?import javafx.scene.layout.Pane?>
  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. <Pane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="700.0" prefWidth="1000.0" style="-fx-background-color: white;" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
  18. <children>
  19. <Rectangle arcHeight="5.0" arcWidth="5.0" fill="#faa732" height="106.0" stroke="#faa732" strokeType="INSIDE" width="1000.0" />
  20. <Rectangle arcHeight="5.0" arcWidth="5.0" fill="#f2f2f2" height="395.0" layoutX="342.0" layoutY="197.0" stroke="#cdcdcd" strokeType="INSIDE" width="527.0" />
  21. <ImageView layoutX="30.0" layoutY="21.0">
  22. <image>
  23. <Image url="@../Fotos/Logo.png" />
  24. </image>
  25. </ImageView>
  26. <Line endX="894.0" layoutX="106.0" layoutY="106.0" startX="-122.5" stroke="#615c5c" />
  27. <Label layoutX="413.0" layoutY="270.0" prefHeight="25.0" prefWidth="122.0" text="Inserir curso:">
  28. <font>
  29. <Font name="System Bold" size="14.0" />
  30. </font>
  31. </Label>
  32. <JFXComboBox fx:id="cbFaltaCurso" focusColor="#7688b9" labelFloat="true" layoutX="545.0" layoutY="264.0" prefHeight="25.0" prefWidth="254.0" unFocusColor="#979595" />
  33. <Label layoutX="261.0" layoutY="139.0" prefHeight="34.0" prefWidth="225.0" text="Inserir Notas Exame:">
  34. <font>
  35. <Font name="System Bold" size="23.0" />
  36. </font>
  37. </Label>
  38. <JFXButton fx:id="btnRetroceder" buttonType="RAISED" layoutX="261.0" layoutY="42.0" prefHeight="25.0" prefWidth="25.0" ripplerFill="#faa732" style="-fx-background-color: #faa732; -fx-background-radius: 500;" text=" " textFill="WHITE">
  39. <font>
  40. <Font name="System Bold" size="12.0" />
  41. </font>
  42. </JFXButton>
  43. <FontAwesomeIconView fx:id="iconRetroceder" fill="WHITE" glyphName="ARROW_LEFT" layoutX="266.0" layoutY="60.0" size="16" text="" wrappingWidth="10.0" />
  44. <JFXButton fx:id="btnInserir" buttonType="RAISED" layoutX="443.0" layoutY="460.0" prefHeight="30.0" prefWidth="97.0" ripplerFill="WHITE" style="-fx-background-radius: 10px; -fx-background-color: #faa732;" text="Inserir" textFill="WHITE">
  45. <font>
  46. <Font name="System Bold" size="14.0" />
  47. </font>
  48. </JFXButton>
  49. <JFXButton fx:id="btnCancelar" buttonType="RAISED" layoutX="685.0" layoutY="460.0" prefHeight="30.0" prefWidth="97.0" style="-fx-background-radius: 10px; -fx-background-color: #faa732;" text="Cancelar" textFill="WHITE">
  50. <font>
  51. <Font name="System Bold" size="14.0" />
  52. </font>
  53. </JFXButton>
  54. <JFXButton fx:id="btnLogout1" buttonType="RAISED" layoutX="878.0" layoutY="1.0" prefHeight="102.0" prefWidth="141.0" ripplerFill="WHITE" text="Logout" textFill="WHITE">
  55. <font>
  56. <Font name="System Bold" size="12.0" />
  57. </font>
  58. </JFXButton>
  59. <Rectangle arcHeight="5.0" arcWidth="5.0" fill="#faa732" height="108.0" layoutX="878.0" layoutY="-2.0" stroke="#a2aed0" strokeType="INSIDE" width="10.0" />
  60. <Text layoutX="869.0" layoutY="682.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Nº de Processo:" />
  61. <Text fx:id="numProcesso" layoutX="961.0" layoutY="682.0" strokeType="OUTSIDE" strokeWidth="0.0" text=" " wrappingWidth="10.287109375" />
  62. <Label layoutX="412.0" layoutY="226.0" prefHeight="25.0" prefWidth="122.0" text="Inserir aluno:">
  63. <font>
  64. <Font name="System Bold" size="14.0" />
  65. </font>
  66. </Label>
  67. <JFXComboBox fx:id="cbFaltaAluno" focusColor="#7688b9" labelFloat="true" layoutX="545.0" layoutY="220.0" prefHeight="25.0" prefWidth="254.0" unFocusColor="#979595" />
  68. <Label layoutX="413.0" layoutY="318.0" prefHeight="25.0" prefWidth="122.0" text="Inserir nota:">
  69. <font>
  70. <Font name="System Bold" size="14.0" />
  71. </font>
  72. </Label>
  73. <JFXSlider blockIncrement="1.0" layoutX="545.0" layoutY="327.0" max="20.0" prefHeight="25.0" prefWidth="254.0" showTickLabels="true" value="10.0" />
  74. <JFXTextArea layoutX="545.0" layoutY="364.0" prefHeight="25.0" prefWidth="254.0" />
  75. <Label layoutX="413.0" layoutY="379.0" prefHeight="25.0" prefWidth="122.0" text="Inserir descrição:">
  76. <font>
  77. <Font name="System Bold" size="14.0" />
  78. </font>
  79. </Label>
  80. </children>
  81. </Pane>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement