4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
7
- mc : Ignorable =" d"
8
- MouseDown =" Window_MouseDown"
7
+ Title =" {DynamicResource Title}"
8
+ Width =" 400"
9
+ Height =" 400"
10
+ AllowsTransparency =" True"
11
+ Background =" #FF29373B"
9
12
ContentRendered =" Window_ContentRendered"
10
- Title =" {DynamicResource Title}" Height =" 400" Width =" 400"
11
- ResizeMode =" NoResize" WindowStyle =" None" WindowStartupLocation =" CenterScreen"
12
- ShowInTaskbar =" False" Topmost =" True" AllowsTransparency =" True"
13
- Background =" #FF29373B" Icon =" \Sucrose.Bundle;component\Assets\ICO.ico" >
13
+ Icon =" \Sucrose.Bundle;component\Assets\ICO.ico"
14
+ MouseDown =" Window_MouseDown"
15
+ ResizeMode =" NoResize"
16
+ ShowInTaskbar =" False"
17
+ Topmost =" True"
18
+ WindowStartupLocation =" CenterScreen"
19
+ WindowStyle =" None"
20
+ mc : Ignorable =" d" >
14
21
15
22
<Grid >
16
- <Image Source =" \Sucrose.Bundle;component\Assets\Background21.jpg" Stretch =" UniformToFill" Opacity =" 0.5" />
23
+ <Image
24
+ Opacity =" 0.5"
25
+ Source =" \Sucrose.Bundle;component\Assets\Background21.jpg"
26
+ Stretch =" UniformToFill" />
17
27
18
- <TextBlock Text =" {DynamicResource Subtitle}" FontSize =" 30" FontWeight =" Light" Foreground =" White"
19
- FontFamily =" Segoe UI" HorizontalAlignment =" Center" VerticalAlignment =" Top" Margin =" 0,260,0,0" />
28
+ <TextBlock
29
+ Margin =" 0,260,0,0"
30
+ HorizontalAlignment =" Center"
31
+ VerticalAlignment =" Top"
32
+ FontFamily =" Segoe UI"
33
+ FontSize =" 30"
34
+ FontWeight =" Light"
35
+ Foreground =" White"
36
+ Text =" {DynamicResource Subtitle}" />
20
37
21
- <TextBlock Text =" {DynamicResource Install}" FontSize =" 16" FontWeight =" Light" Foreground =" White"
22
- FontFamily =" Segoe UI" HorizontalAlignment =" Center" VerticalAlignment =" Top" Margin =" 0,310,0,0" />
38
+ <TextBlock
39
+ Margin =" 0,310,0,0"
40
+ HorizontalAlignment =" Center"
41
+ VerticalAlignment =" Top"
42
+ FontFamily =" Segoe UI"
43
+ FontSize =" 16"
44
+ FontWeight =" Light"
45
+ Foreground =" White"
46
+ Text =" {DynamicResource Install}" />
23
47
24
- <TextBlock Text =" {DynamicResource Done}" FontSize =" 16" FontWeight =" Light" Foreground =" White"
25
- FontFamily =" Segoe UI" HorizontalAlignment =" Center" VerticalAlignment =" Top" Margin =" 0,330,0,0" />
48
+ <TextBlock
49
+ Margin =" 0,330,0,0"
50
+ HorizontalAlignment =" Center"
51
+ VerticalAlignment =" Top"
52
+ FontFamily =" Segoe UI"
53
+ FontSize =" 16"
54
+ FontWeight =" Light"
55
+ Foreground =" White"
56
+ Text =" {DynamicResource Done}" />
26
57
</Grid >
27
58
</Window >
0 commit comments