2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-07-22 20:02:18 +02:00
|
|
|
xmlns:power="clr-namespace:Content.Client.Power"
|
2021-06-16 15:49:02 +01:00
|
|
|
Title="{Loc 'solar-control-window-title'}"
|
|
|
|
|
Resizable="False">
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Horizontal">
|
2021-06-16 15:49:02 +01:00
|
|
|
<GridContainer Columns="2">
|
|
|
|
|
<!--
|
|
|
|
|
little secret: the reason I put the values
|
|
|
|
|
in the first column is because otherwise the UI
|
|
|
|
|
layouter autoresizes the window to be too small
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<Label Text="{Loc 'solar-control-window-output-power'}"/><Label Text=""/>
|
|
|
|
|
<Label Name="OutputPower"/><Label Text="{Loc 'solar-control-window-watts'}"/>
|
|
|
|
|
|
|
|
|
|
<Label Text="{Loc 'solar-control-window-sun-angle'}"/><Label Text=""/>
|
|
|
|
|
<Label Name="SunAngle"/><Label Text="{Loc 'solar-control-window-degrees'}"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="{Loc 'solar-control-window-panel-angle'}"/><Label Text=""/>
|
|
|
|
|
<LineEdit Name="PanelRotation" HorizontalExpand="True"/><Label Text="{Loc 'solar-control-window-degrees'}"/>
|
|
|
|
|
|
|
|
|
|
<Label Text="{Loc 'solar-control-window-panel-angular-velocity'}"/><Label Text=""/>
|
|
|
|
|
<LineEdit Name="PanelVelocity" HorizontalExpand="True"/><Label Text="{Loc 'solar-control-window-degrees-per-minute'}"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="{Loc 'solar-control-window-press-enter-to-confirm'}"/><Label Text=""/>
|
|
|
|
|
</GridContainer>
|
2021-07-22 20:02:18 +02:00
|
|
|
<power:SolarControlNotARadar Name="NotARadar"/>
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|
2021-06-16 15:49:02 +01:00
|
|
|
|