|
|
@@ -126,6 +126,14 @@
|
|
|
<Label fx:id="driverAvgTimeByDistancePercentValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="3" />
|
|
|
<Label fx:id="customPercentageValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="4" />
|
|
|
<Label fx:id="combinedPercentageValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="5" />
|
|
|
+ <Label alignment="CENTER" style="-fx-text-fill: BLACK;" text="Horse Driver Same order" GridPane.rowIndex="6" />
|
|
|
+ <Label alignment="CENTER" style="-fx-text-fill: BLACK;" text="Horse- Driver- distance Same order" GridPane.rowIndex="7" />
|
|
|
+ <Label alignment="CENTER" style="-fx-text-fill: BLACK;" text="All four basic the same" GridPane.rowIndex="8" />
|
|
|
+ <Label fx:id="horseDriverSameOrderValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="6" />
|
|
|
+ <Label fx:id="horseDriverDistanceSameOrderValue" prefWidth="17.0" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="7" />
|
|
|
+ <Label fx:id="AllFourBasicSameOrderValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="8" />
|
|
|
+ <Label fx:id="AllSameOrderValue" style="-fx-text-fill: BLACK;" text="0%" GridPane.columnIndex="1" GridPane.rowIndex="9" />
|
|
|
+ <Label alignment="CENTER" style="-fx-text-fill: BLACK;" text="All the same" GridPane.rowIndex="9" />
|
|
|
</children>
|
|
|
</GridPane>
|
|
|
</right>
|