개정판 97cde7e3
issue #660: SmartUpdate 수정
Change-Id: Ie4469cf5493423fe0bd367623860cd96e92b9574
SmartUpdate/MainWindow.xaml | ||
---|---|---|
1 | 1 |
<Window x:Class="SmartUpdate.MainWindow" |
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:SmartUpdate" |
|
7 |
mc:Ignorable="d" |
|
8 |
Height="60" Width="300" Background="#FF007acc"> |
|
9 |
<Grid> |
|
10 |
<ProgressBar HorizontalAlignment="Left" VerticalAlignment="Bottom" Height="18" x:Name="progressBar" Width="300" Background="Transparent" BorderThickness="0" |
|
11 |
Foreground="LightSlateGray" Opacity="0.5"/> |
|
12 |
<TextBlock HorizontalAlignment="Left" VerticalAlignment="Bottom" TextAlignment="Center" x:Name="splashText" Foreground="AntiqueWhite" FontWeight="ExtraBold" xml:space="preserve" Height="17.5"> Loading...</TextBlock> |
|
13 |
</Grid> |
|
14 |
</Window> |
|
15 |
|
|
16 |
<!--<Window x:Class="SmartUpdate.MainWindow" |
|
2 | 17 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
3 | 18 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
4 | 19 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
... | ... | |
23 | 38 |
</Border> |
24 | 39 |
<Grid Margin="0,0,0,0" Background="WhiteSmoke"> |
25 | 40 |
|
26 |
<!--<ProgressBar Name="TotalDownloadProgressBar" HorizontalAlignment="Center" Height="30" VerticalAlignment="Top" Width="500" Margin="46,330,46,0" />--> |
|
27 | 41 |
<ProgressBar Name="PartialDownloadProgressBar" HorizontalAlignment="Center" Height="30" VerticalAlignment="Top" Width="500" Margin="46,362,46,0"/> |
28 | 42 |
<TextBlock Text="{Binding ElementName=PartialDownloadProgressBar, Path=Value, StringFormat={}{0:0}%}" HorizontalAlignment="Center" VerticalAlignment="Top" Margin="0,369,0,0"/> |
29 | 43 |
<ListView HorizontalAlignment="Left" Height="236" Margin="46,103,0,0" VerticalAlignment="Top" Width="500" Name="downloadlist"> |
30 | 44 |
|
31 | 45 |
<ListView.View> |
32 | 46 |
<GridView> |
33 |
<!--<GridViewColumn Header="Num" Width="40" DisplayMemberBinding="{Binding Num}" />--> |
|
34 | 47 |
|
35 | 48 |
<GridViewColumn Width="310" Header="FileName" > |
36 | 49 |
<GridViewColumn.CellTemplate> |
37 | 50 |
<DataTemplate> |
38 | 51 |
<StackPanel Orientation="Horizontal"> |
39 | 52 |
<Image Source="{Binding SIcon}" Width="24" Height="24"></Image> |
40 |
<!--<Image Source="{Binding SIcon}" Width="24" Height="24"></Image>--> |
|
41 | 53 |
<TextBlock Text="{Binding FileName}"/> |
42 | 54 |
</StackPanel> |
43 | 55 |
</DataTemplate> |
... | ... | |
46 | 58 |
|
47 | 59 |
</GridViewColumn> |
48 | 60 |
|
49 |
<!-- <GridViewColumn Header="FileName" Width="260" DisplayMemberBinding="{Binding FileName}" /> --> |
|
50 |
|
|
51 | 61 |
<GridViewColumn Header="Version" Width="179" DisplayMemberBinding="{Binding Version}" /> |
52 |
<!--<GridViewColumn Header="Date" Width="100" DisplayMemberBinding="{Binding Date}" />--> |
|
53 | 62 |
</GridView> |
54 | 63 |
|
55 | 64 |
</ListView.View> |
... | ... | |
61 | 70 |
<Run FontStyle="Italic" FontSize="12" Text=" 업데이트 중입니다. 잠시만 기다려주세요... " /> |
62 | 71 |
</TextBlock> |
63 | 72 |
<Image HorizontalAlignment="Left" Height="64" Margin="525,4,0,0" VerticalAlignment="Top" Width="70" Source="Resources/UpdateImg.png"/> |
64 |
|
|
65 |
<!--<Separator Margin="0,0,0,0"/>--> |
|
66 |
<!-- <TextBox FontSize="18" Text ="MARKUS SmartUpdate" Margin="200,67,200,0" HorizontalAlignment="Center" VerticalAlignment="Top"/>--> |
|
67 | 73 |
</Grid> |
68 | 74 |
</DockPanel> |
69 | 75 |
</Border> |
70 | 76 |
|
71 | 77 |
|
72 |
</Window> |
|
78 |
</Window>-->
|
내보내기 Unified diff