2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-11-11 16:10:21 -06:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
MinSize="200 200" Title="Gas Mixer">
|
|
|
|
|
<BoxContainer Orientation="Vertical" Margin="5 5 5 5" SeparationOverride="10">
|
|
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
2022-06-02 21:50:22 +02:00
|
|
|
<Label Text="{Loc comp-gas-mixer-ui-mixer-status}"/>
|
2021-11-11 16:10:21 -06:00
|
|
|
<Control MinSize="5 0" />
|
|
|
|
|
<Button Name="ToggleStatusButton"/>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
2022-06-02 21:50:22 +02:00
|
|
|
<Label Text="{Loc comp-gas-mixer-ui-mixer-output-pressure}"/>
|
2021-11-11 16:10:21 -06:00
|
|
|
<Control MinSize="5 0" />
|
2024-01-05 09:18:09 +04:00
|
|
|
<LineEdit Name="MixerPressureOutputInput" MinSize="70 0" />
|
2021-11-11 16:10:21 -06:00
|
|
|
<Control MinSize="5 0" />
|
|
|
|
|
<Button Name="SetMaxPressureButton" Text="{Loc comp-gas-mixer-ui-mixer-max}" />
|
|
|
|
|
<Control MinSize="5 0" />
|
|
|
|
|
<Control HorizontalExpand="True" />
|
|
|
|
|
<Button Name="SetOutputPressureButton" Text="{Loc comp-gas-mixer-ui-mixer-set}" HorizontalAlignment="Right" Disabled="True"/>
|
|
|
|
|
<Control MinSize="0 5" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
|
|
|
|
<Control MinSize="0 5" />
|
2022-06-02 21:50:22 +02:00
|
|
|
<Label Text="{Loc comp-gas-mixer-ui-mixer-node-primary}"/>
|
2021-11-11 16:10:21 -06:00
|
|
|
<Control MinSize="5 0" />
|
|
|
|
|
<LineEdit Name="MixerNodeOneInput" MinSize="60 0" />
|
|
|
|
|
<Label Text=" %"/>
|
|
|
|
|
<Control MinSize="5 0" />
|
2022-06-02 21:50:22 +02:00
|
|
|
<Label Text="{Loc comp-gas-mixer-ui-mixer-node-side}"/>
|
2021-11-11 16:10:21 -06:00
|
|
|
<Control MinSize="5 0" />
|
|
|
|
|
<LineEdit Name="MixerNodeTwoInput" MinSize="60 0" />
|
|
|
|
|
<Label Text=" %"/>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
<BoxContainer Orientation="Horizontal" HorizontalExpand="True">
|
|
|
|
|
<Button Name="SetMixerPercentageButton" Text="{Loc comp-gas-mixer-ui-mixer-set}" HorizontalAlignment="Right" Disabled="True"/>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|