32 lines
1.4 KiB
Text
32 lines
1.4 KiB
Text
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
|
||
|
|
<?import javafx.geometry.*?>
|
||
|
|
<?import javafx.scene.text.*?>
|
||
|
|
<?import javafx.scene.control.*?>
|
||
|
|
<?import java.lang.*?>
|
||
|
|
<?import javafx.scene.layout.*?>
|
||
|
|
|
||
|
|
|
||
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="1.7976931348623157E308" minHeight="-Infinity" minWidth="-Infinity" prefHeight="40.0" prefWidth="186.0" xmlns="http://javafx.com/javafx/8.0.40" xmlns:fx="http://javafx.com/fxml/1">
|
||
|
|
<children>
|
||
|
|
<Label fx:id="nameLabel" layoutX="52.0" layoutY="17.0" prefHeight="24.0" prefWidth="316.0" text="Project Name" AnchorPane.leftAnchor="5.0" AnchorPane.rightAnchor="5.0" AnchorPane.topAnchor="0.0">
|
||
|
|
<font>
|
||
|
|
<Font name="System Bold" size="16.0" />
|
||
|
|
</font>
|
||
|
|
</Label>
|
||
|
|
<Label fx:id="typeLabel" layoutX="30.0" layoutY="23.0" prefHeight="17.0" text="Project Type" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="30.0">
|
||
|
|
<padding>
|
||
|
|
<Insets right="15.0" />
|
||
|
|
</padding>
|
||
|
|
<font>
|
||
|
|
<Font name="System Bold Italic" size="12.0" />
|
||
|
|
</font>
|
||
|
|
</Label>
|
||
|
|
<Label fx:id="descriptionLabel" layoutX="114.0" layoutY="23.0" prefHeight="17.0" text="Description" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="117.0" AnchorPane.rightAnchor="5.0">
|
||
|
|
<font>
|
||
|
|
<Font name="System Italic" size="12.0" />
|
||
|
|
</font>
|
||
|
|
</Label>
|
||
|
|
</children>
|
||
|
|
</AnchorPane>
|