프로젝트

일반

사용자정보

통계
| 개정판:

root / HAgent / Horizon(TCP, HTTP) / Horizon / ContentCheck.xaml

이력 | 보기 | 이력해설 | 다운로드 (1.41 KB)

1
<Window x:Class="Horizon.ContentCheck"
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="MainWindow" Height="350" Width="525" AllowsTransparency="True" WindowStyle="None" WindowStartupLocation="CenterScreen">
9
    <Grid IsHitTestVisible="True" Background="#FF34393C">
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="474,20,31,0" FontSize="20" RenderTransformOrigin="0.483,0.48" MouseUp="Minimization" HorizontalAlignment="Center"/>
12
        <Label Content="X" VerticalAlignment="Top" Foreground="White" FontFamily="NanumSquare Bold" Height="34" Margin="492,10,10,0" FontSize="20" MouseUp="ExitButton" HorizontalAlignment="Center"/>
13
        <Label Content="파일 체크 중" Foreground="White" FontFamily="NanumSquare Bold" Height="64" Margin="138,140,0,0" FontSize="48" HorizontalAlignment="Left" VerticalAlignment="Top" Width="255"/>
14
    </Grid>
15
</Window>