Skip to content

Commit aad39b2

Browse files
committed
Update
1 parent 7f0d7b8 commit aad39b2

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

NotMe_GUI/App.xaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Application x:Class="NotMe.App"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4-
xmlns:local="clr-namespace:NotMe"
54
StartupUri="MainWindow.xaml">
65
<Application.Resources>
76

NotMe_GUI/MainWindow.xaml

+9-10
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@
44
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
mc:Ignorable="d"
7-
Title="MainWindow" Width="187" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" Height="200">
7+
Title="MainWindow" Width="250" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" Height="297">
88
<Window.Background>
99
<ImageBrush ImageSource="/hazard_stripes_seamless.jpg" TileMode="None" Stretch="None"/>
1010
</Window.Background>
1111
<WrapPanel Orientation="Vertical" HorizontalAlignment="Center" ScrollViewer.VerticalScrollBarVisibility="Auto"
12-
VerticalAlignment="Center" Margin="0,10,0,10" ClipToBounds="True" SnapsToDevicePixels="True">
13-
<Button x:Name="BtnNtRaiseHardError" Content="NtRaiseHardError" HorizontalAlignment="Center"
14-
VerticalAlignment="Center" Padding="10,5,10,5"
15-
Cursor="Hand" Margin="0,10,0,10" Click="BtnNtRaiseHardError_Click" Width="150" Height="30" />
16-
<Button x:Name="BtnZwRaiseHardError" Content="ZwRaiseHardError" HorizontalAlignment="Center"
17-
VerticalAlignment="Center" Padding="10,5,10,5"
18-
Cursor="Hand" Margin="0,10,0,10" Click="BtnZwRaiseHardError_Click" Width="150" Height="30" />
19-
<Button x:Name="BtnRtlSetProcessIsCritical" Content="RtlSetProcessIsCritical" HorizontalAlignment="Center"
12+
VerticalAlignment="Center" Margin="10,10,10,10" ClipToBounds="True" SnapsToDevicePixels="True">
13+
<Button x:Name="BtnNtRaiseHardError" Content="NtRaiseHardError" HorizontalAlignment="Center"
2014
VerticalAlignment="Center"
21-
Padding="10,5,10,5" Cursor="Hand" Margin="0,10,0,10" Click="BtnRtlSetProcessIsCritical_Click" Width="150" Height="30" />
15+
Cursor="Hand" Margin="0,0,0,15" Click="BtnNtRaiseHardError_Click" Width="180" Height="30" FontFamily="Tahoma" FontSize="14" FontWeight="Bold" />
16+
<Button x:Name="BtnZwRaiseHardError" Content="ZwRaiseHardError" HorizontalAlignment="Center"
17+
VerticalAlignment="Center"
18+
Cursor="Hand" Margin="0,15,0,15" Click="BtnZwRaiseHardError_Click" Width="180" Height="30" FontFamily="Tahoma" FontSize="14" FontWeight="Bold" />
19+
<Button x:Name="BtnRtlSetProcessIsCritical" Content="RtlSetProcessIsCritical" HorizontalAlignment="Center"
20+
VerticalAlignment="Top" Cursor="Hand" Click="BtnRtlSetProcessIsCritical_Click" Width="180" Height="30" FontFamily="Tahoma" FontSize="14" Margin="0,15,0,0" FontWeight="Bold" />
2221
</WrapPanel>
2322
</Window>

NotMe_GUI/NotMe.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<PropertyGroup>
4040
<StartupObject>NotMe.App</StartupObject>
4141
</PropertyGroup>
42+
<PropertyGroup />
4243
<ItemGroup>
4344
<Reference Include="System" />
4445
<Reference Include="System.Data" />

0 commit comments

Comments
 (0)