6
2026-01-13 18:31:02 +02:00

16 lines
1007 B
XML

<controls:OutpostCaptureWindow
xmlns="https://spacestation14.io"
xmlns:controls="clr-namespace:Content.Client._Horizon.OutpostCaptureUI"
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
MinSize="400 200" Resizable="False" Title="Консоль захвата аванпоста">
<BoxContainer SeparationOverride="10" Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True">
<Label Name="CaptureLabel" HorizontalExpand="True" Access="Public"/>
<ProgressBar Name="ProgressBar" HorizontalExpand="True" MinValue="0" MaxValue="100" Value="0" SetHeight="40" Access="Public">
<ProgressBar.ForegroundStyleBoxOverride>
<graphics:StyleBoxFlat BackgroundColor="#4287f5"/>
</ProgressBar.ForegroundStyleBoxOverride>
</ProgressBar>
<Button MinHeight="60" HorizontalExpand="True" Access="Public" Name="CaptureButton" Disabled="True"/>
</BoxContainer>
</controls:OutpostCaptureWindow>