some refactoring
This commit is contained in:
parent
89c3dcb424
commit
bbf905495c
8 changed files with 160 additions and 106 deletions
|
|
@ -1,27 +0,0 @@
|
|||
<Window xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d" d:DesignWidth="200" d:DesignHeight="400"
|
||||
x:Class="MetaforceInstaller.UI.NewInstallationDialog"
|
||||
Title="MetaforceInstaller - Add new installation"
|
||||
SizeToContent="WidthAndHeight"
|
||||
CanResize="False">
|
||||
|
||||
<StackPanel Margin="24" Spacing="12">
|
||||
<Label FontSize="36">Add new installation</Label>
|
||||
<TextBox Name="TitleTextBox" Watermark="Name of new installation"/>
|
||||
<Button Name="ChooseZip">Choose .zip with installation</Button>
|
||||
<CheckBox Name="ServerCheckBox">Install server</CheckBox>
|
||||
<CheckBox Name="PcAdminCheckBox">Install admin</CheckBox>
|
||||
<CheckBox Name="AndroidAdminCheckbox">Save android admin</CheckBox>
|
||||
<CheckBox Name="VrClientCheckbox">Save VR client</CheckBox>
|
||||
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right" VerticalAlignment="Bottom" Spacing="8">
|
||||
<Button Name="InstallButton">Install</Button>
|
||||
<Button Name="CancelButton">Cancel</Button>
|
||||
</StackPanel>
|
||||
<ProgressBar Name="ProgressBar" Minimum="0" Maximum="100" Value="0"/>
|
||||
</StackPanel>
|
||||
|
||||
</Window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue