root / HAgent / Horizon(TCP, HTTP) / Horizon / Main.xaml
이력 | 보기 | 이력해설 | 다운로드 (2.05 KB)
1 |
<Window x:Class="Horizon.Main" |
---|---|
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"> |
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,10,10,0" HorizontalAlignment="Right" FontSize="20" MouseUp="ExitButton"/> |
13 |
<Label Content="관리자 페이지에서 정보를 설정해주세요." Foreground="White" FontFamily="NanumSquare Bold" Height="64" Margin="540,375,0,0" FontSize="48" HorizontalAlignment="Left" VerticalAlignment="Top"/> |
14 |
<Label Content="Mac Address : " Foreground="White" FontFamily="NanumSquare Bold" Height="64" Margin="614,743,0,0" FontSize="48" HorizontalAlignment="Left" VerticalAlignment="Top"/> |
15 |
<Label x:Name="MacAddress" Content="0000000000" Foreground="White" FontFamily="NanumSquare Bold" Height="64" Margin="958,743,0,0" FontSize="48" HorizontalAlignment="Left" VerticalAlignment="Top"/> |
16 |
</Grid>
|
17 |
</Window>
|