프로젝트

일반

사용자정보

개정판 a860bafc

IDa860bafc057611814a09fb5898d619fb81e89017
상위 0c575433
하위 079a438a

김태성이(가) 4달 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)