Files
tbd-station-14/Content.Client/Security/Ui/GenpopLockerMenu.xaml
Nemanja dc9844edd1 Genpop Closets & IDs (#36392)
* Genpop IDs and Lockers

* placeholder generation, no ui yet.

* UI

* Fix time offset

* fix meta.jsons

* big speller

* Scarkyo review

* Add turnstile prototypes

* make IDs recyclable

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com>
2025-04-24 16:32:11 +02:00

25 lines
1.1 KiB
XML

<controls:FancyWindow
xmlns="https://spacestation14.io"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
MinSize="400 230"
SetSize="450 260">
<BoxContainer Orientation="Vertical" VerticalExpand="True" HorizontalExpand="True" Margin="10 5 10 10">
<BoxContainer Orientation="Vertical" VerticalAlignment="Top" VerticalExpand="True" HorizontalExpand="True" Margin="20 0">
<RichTextLabel Name="NameLabel"/>
<LineEdit Name="NameEdit"/>
<Control MinWidth="5"/>
<RichTextLabel Name="SentenceLabel"/>
<LineEdit Name="SentenceEdit"/>
<Control MinWidth="5"/>
<RichTextLabel Name="CrimeLabel"/>
<LineEdit Name="CrimeEdit"/>
</BoxContainer>
<Control VerticalExpand="True"/>
<BoxContainer VerticalExpand="True" VerticalAlignment="Bottom" HorizontalAlignment="Right">
<Button Name="DoneButton" Text="{Loc 'genpop-locket-ui-button-done'}" Disabled="True"/>
</BoxContainer>
</BoxContainer>
</controls:FancyWindow>