12 lines
341 B
XML
12 lines
341 B
XML
<SS14Window
|
|
xmlns="https://spacestation14.io"
|
|
SetSize="400 200"
|
|
HeaderClass="windowHeaderAlert"
|
|
TitleClass="windowTitleAlert"
|
|
>
|
|
<BoxContainer Orientation="Vertical">
|
|
<OutputPanel Name="TextOutput" VerticalExpand="true" />
|
|
<HistoryLineEdit Name="SenderLineEdit" />
|
|
</BoxContainer>
|
|
</SS14Window>
|