Ne Menge hinzugefügt.
This commit is contained in:
9
menu/menu.xaml
Normal file
9
menu/menu.xaml
Normal file
@@ -0,0 +1,9 @@
|
||||
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" Width="800" Height="400">
|
||||
<Grid Width="800" Height="600" Background="#6d6466">
|
||||
<Button Content="Remove Bloatware" HorizontalAlignment="Left" VerticalAlignment="Top" Width="300" Margin="30,100,0,0" Name="remove" Height="50" Background="#e3dbdb"/>
|
||||
<Button Content="Install Sofware" HorizontalAlignment="Right" VerticalAlignment="Top" Width="300" Margin="554.5,100,30,0" Name="install" Height="50" Background="#e3dbdb"/>
|
||||
<Button Content="Install Optional Software" HorizontalAlignment="Left" VerticalAlignment="Top" Width="300" Margin="30,201,0,0" Name="Installopt" Height="50" Background="#e3dbdb"/>
|
||||
<Button Content="Configure Windows" HorizontalAlignment="Right" VerticalAlignment="Top" Width="300" Margin="500,200,30,0" Name="configure" Height="50" Background="#e3dbdb"/>
|
||||
<TextBlock HorizontalAlignment="Center" VerticalAlignment="Top" TextWrapping="Wrap" Text="Winconfig UI" Margin="0,17,0,0" Name="text" FontSize="32"/>
|
||||
<Button Content="Fix Clipboard " HorizontalAlignment="Left" VerticalAlignment="Top" Width="100" Height="30" Margin="352.5,297,0,0" Name="Fix" Background="#e3dbdb"/>
|
||||
</Grid></Window>
|
||||
Reference in New Issue
Block a user