개정판 a860bafc
issue #0000 compare 기능 수정
Change-Id: Idbac07b170a08bc67f50d315912f314da1ef8938
KCOM/Controls/ProgressControl.xaml | ||
---|---|---|
1 |
<Window x:Class="KCOM.Controls.ProgressControl" |
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
4 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
5 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
6 |
xmlns:local="clr-namespace:KCOM.Controls" |
|
7 |
Height="70" Width="300" Background="#FF007acc"> |
|
1 |
<Window |
|
2 |
x:Class="KCOM.Controls.ProgressControl" |
|
3 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
4 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
5 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
6 |
xmlns:local="clr-namespace:KCOM.Controls" |
|
7 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
8 |
Width="300" |
|
9 |
Height="70" |
|
10 |
Background="#FF007acc"> |
|
8 | 11 |
<Grid> |
9 |
<ProgressBar HorizontalAlignment="Left" VerticalAlignment="Bottom" Height="18.1" x:Name="progressBar" Width="300" Background="Transparent" BorderThickness="0" |
|
10 |
Foreground="LightSlateGray" Opacity="0.5"/> |
|
11 |
<TextBlock HorizontalAlignment="Left" VerticalAlignment="Bottom" TextAlignment="Center" x:Name="splashText" Foreground="AntiqueWhite" FontWeight="ExtraBold" xml:space="preserve" Height="17.5"> Loading...</TextBlock> |
|
12 |
<ProgressBar |
|
13 |
x:Name="progressBar" |
|
14 |
Width="300" |
|
15 |
Height="18.1" |
|
16 |
HorizontalAlignment="Left" |
|
17 |
VerticalAlignment="Bottom" |
|
18 |
Background="Transparent" |
|
19 |
BorderThickness="0" |
|
20 |
Foreground="LightSlateGray" |
|
21 |
Opacity="0.5" /> |
|
22 |
<TextBlock |
|
23 |
x:Name="splashText" |
|
24 |
Height="17.5" |
|
25 |
HorizontalAlignment="Left" |
|
26 |
VerticalAlignment="Bottom" |
|
27 |
xml:space="preserve" |
|
28 |
FontWeight="ExtraBold" |
|
29 |
Foreground="AntiqueWhite" |
|
30 |
TextAlignment="Center"> Loading...</TextBlock> |
|
12 | 31 |
</Grid> |
13 | 32 |
</Window> |
내보내기 Unified diff