Files
wylab-station-14/Content.Client/UserInterface/Systems/Surgery/SelfRequestWindow.xaml
T
2023-04-01 13:11:53 -07:00

12 lines
544 B
XML

<DefaultWindow xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="You feel like you are going to have a bad time"
MinWidth="500">
<BoxContainer Orientation="Vertical">
<Label Text="Begin surgery on yourself to heal all injuries?" HorizontalExpand="True" />
<BoxContainer Orientation="Horizontal">
<Button Name="AcceptButton" Access="Public" Text="Accept" />
</BoxContainer>
</BoxContainer>
</DefaultWindow>