[feat:] forgot to git-add the wiki source files... here they are
This commit is contained in:
13
Wiki/NamePromptWindow.axaml
Normal file
13
Wiki/NamePromptWindow.axaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<Window xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
x:Class="Logof_Client.Wiki.NamePromptWindow"
|
||||
Width="400" Height="120" Title="Input">
|
||||
<StackPanel Margin="8">
|
||||
<TextBlock Name="LblPrompt" />
|
||||
<TextBox Name="TbInput" Margin="0,6,0,6" />
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Spacing="8">
|
||||
<Button Name="BtnOk" Content="OK" />
|
||||
<Button Name="BtnCancel" Content="Cancel" />
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
</Window>
|
||||
Reference in New Issue
Block a user