4
4
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
5
5
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
6
6
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 " >
8
8
<Window .Background>
9
9
<ImageBrush ImageSource =" /hazard_stripes_seamless.jpg" TileMode =" None" Stretch =" None" />
10
10
</Window .Background>
11
11
<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"
20
14
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" />
22
21
</WrapPanel >
23
22
</Window >
0 commit comments