Compare commits
No commits in common. "c5b249e096dce9aad933559c139f205e6c659280" and "fc4b44fa4740387f6b62374573bc4e5702b65968" have entirely different histories.
c5b249e096
...
fc4b44fa47
@ -24,13 +24,13 @@
|
||||
<Label text="Handynummer: " GridPane.rowIndex="1" />
|
||||
<Label prefWidth="95.0" text="Passwort: " GridPane.rowIndex="2" />
|
||||
<Label text="Kind: " GridPane.rowIndex="4" />
|
||||
<Button onAction="OnRegistrationButton" mnemonicParsing="false" prefHeight="26.0" prefWidth="90.0" text="Abschicken" translateX="100.0" GridPane.columnIndex="1" GridPane.rowIndex="6" />
|
||||
<Button mnemonicParsing="false" prefHeight="26.0" prefWidth="90.0" text="Abschicken" translateX="100.0" GridPane.columnIndex="1" GridPane.rowIndex="6" />
|
||||
<Label text="Passwort bestätigen: " GridPane.rowIndex="3" />
|
||||
<PasswordField GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
||||
<PasswordField GridPane.columnIndex="1" GridPane.rowIndex="3" />
|
||||
<TextField fx:id="tfRegisterName" GridPane.columnIndex="1" />
|
||||
<TextField fx:id="tfRegisterPhone" GridPane.columnIndex="1" GridPane.rowIndex="1" />
|
||||
<TextField fx:id="tfRegisterChild" GridPane.columnIndex="1" GridPane.rowIndex="4" />
|
||||
<TextField GridPane.columnIndex="1" />
|
||||
<TextField GridPane.columnIndex="1" GridPane.rowIndex="1" />
|
||||
<TextField GridPane.columnIndex="1" GridPane.rowIndex="4" />
|
||||
</children>
|
||||
</GridPane>
|
||||
</children>
|
||||
|
@ -28,9 +28,9 @@
|
||||
<Label text="Passwort bestätigen: " GridPane.rowIndex="3" />
|
||||
<PasswordField GridPane.columnIndex="1" GridPane.rowIndex="2" />
|
||||
<PasswordField GridPane.columnIndex="1" GridPane.rowIndex="3" />
|
||||
<TextField fx:id="tfRegisterName" GridPane.columnIndex="1" />
|
||||
<TextField fx:id="tfRegisterPhone" GridPane.columnIndex="1" GridPane.rowIndex="1" />
|
||||
<TextField fx:id="tfRegisterChild" GridPane.columnIndex="1" GridPane.rowIndex="4" />
|
||||
<TextField GridPane.columnIndex="1" />
|
||||
<TextField GridPane.columnIndex="1" GridPane.rowIndex="1" />
|
||||
<TextField GridPane.columnIndex="1" GridPane.rowIndex="4" />
|
||||
</children>
|
||||
</GridPane>
|
||||
</children>
|
||||
|
Loading…
Reference in New Issue
Block a user