GasThermomachineWindow.xaml 779 B

1234567891011121314
  1. <DefaultWindow xmlns="https://spacestation14.io"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. MinSize="300 120" Title="{Loc comp-gas-thermomachine-ui-title-freezer}">
  4. <BoxContainer Name="VboxContainer" Orientation="Vertical" Margin="5 5 5 5" SeparationOverride="10">
  5. <BoxContainer Orientation="Horizontal" HorizontalExpand="True">
  6. <Label Text="{Loc comp-gas-thermomachine-ui-toggle}"/>
  7. <Control MinSize="5 0" />
  8. <Button Access="Public" Name="ToggleStatusButton"/>
  9. </BoxContainer>
  10. <BoxContainer Name="SpinboxHBox" Orientation="Horizontal">
  11. <Label Text="{Loc comp-gas-thermomachine-ui-temperature}"/>
  12. </BoxContainer>
  13. </BoxContainer>
  14. </DefaultWindow>