34 lines
1.6 KiB
XML
34 lines
1.6 KiB
XML
<DefaultWindow
|
|
xmlns="https://spacestation14.io" Title="{Loc Load Blueprint}">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc Map}" MinSize="100 0" />
|
|
<Control MinSize="50 0" />
|
|
<OptionButton Name="MapOptions" MinSize="100 0" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc Path}" MinSize="100 0" />
|
|
<Control MinSize="50 0" />
|
|
<LineEdit Name="MapPath" MinSize="200 0" HorizontalExpand="True" Text="/Maps/" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc X}" MinSize="100 0" />
|
|
<Control MinSize="50 0" />
|
|
<SpinBox Name="XCoordinate" MinSize="100 0" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc Y}" MinSize="100 0" />
|
|
<Control MinSize="50 0" />
|
|
<SpinBox Name="YCoordinate" MinSize="100 0" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Label Text="{Loc Rotation}" MinSize="100 0" />
|
|
<Control MinSize="50 0" />
|
|
<SpinBox Name="RotationSpin" MinSize="100 0" HorizontalExpand="True" />
|
|
</BoxContainer>
|
|
<Button Name="SubmitButton" Text="{Loc Load Blueprint}" />
|
|
<Button Name="TeleportButton" Text="{Loc Teleport to}" />
|
|
<Button Name="ResetButton" Text="{Loc Reset to default}"></Button>
|
|
</BoxContainer>
|
|
</DefaultWindow>
|