root / HAgent / Horizon(TCP, HTTP) / Horizon / Updater.xaml
이력 | 보기 | 이력해설 | 다운로드 (2.08 KB)
1 | 40 | HKM | <Window x:Class="Horizon.Updater" |
---|---|---|---|
2 | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||
3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
||
4 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
||
5 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
||
6 | xmlns:local="clr-namespace:Horizon" |
||
7 | mc:Ignorable="d" |
||
8 | Title="Main" WindowStartupLocation="CenterScreen" WindowState="Normal" Background="#FF34393C" Visibility="Visible" AllowsTransparency="True" WindowStyle="None" Height="1080" Width="1920" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Stretch" HorizontalAlignment="Left" VerticalAlignment="Top" Left="0" Top="0" Loaded="Window_Loaded"> |
||
9 | <Grid Width="1920" Height="1080" Margin="0" HorizontalAlignment="Left" VerticalAlignment="Top"> |
||
10 | <Label Content="Agent" HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="White" FontFamily="NanumSquare Bold" Height="34" Margin="10,10,0,0" FontSize="20"/> |
||
11 | <Label Content="_" VerticalAlignment="Top" Foreground="White" FontFamily="NanumSquare Bold" Height="34" Margin="0,10,38,0" HorizontalAlignment="Right" FontSize="20" RenderTransformOrigin="0.483,0.48" MouseUp="Minimization"/> |
||
12 | <Label Content="X" VerticalAlignment="Top" Foreground="White" FontFamily="NanumSquare Bold" Height="34" Margin="0,0,0,0" HorizontalAlignment="Right" FontSize="20" MouseUp="ExitButton"/> |
||
13 | <Label Content="업데이트 중..." Foreground="White" FontFamily="NanumSquare Bold" Height="64" Margin="819,276,0,0" FontSize="48" HorizontalAlignment="Left" VerticalAlignment="Top"/> |
||
14 | <ProgressBar x:Name="entire" HorizontalAlignment="Left" Height="60" Margin="200,644,0,0" VerticalAlignment="Top" Width="1520" SmallChange="0.01"/> |
||
15 | <ProgressBar x:Name="part" HorizontalAlignment="Left" Height="60" Margin="200,762,0,0" VerticalAlignment="Top" Width="1520"/> |
||
16 | <Button Content="Button" HorizontalAlignment="Left" Height="56" Margin="819,468,0,0" VerticalAlignment="Top" Width="228" Click="Button_Click"/> |
||
17 | </Grid>
|
||
18 | </Window> |