root / HAgent / Horizon(TCP, HTTP) / Horizon / ContentSelect.xaml
이력 | 보기 | 이력해설 | 다운로드 (1.44 KB)
1 |
<Window x:Class="Horizon.ContentSelect" |
---|---|
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="291.228" Width="219.736" Loaded="Window_Loaded" HorizontalAlignment="Center" VerticalAlignment="Center" Left="Auto" AllowsTransparency="True" WindowStyle="None" WindowStartupLocation="CenterScreen"> |
9 |
<Grid IsHitTestVisible="True" Background="#FF34393C"> |
10 |
<Button Content="선택" HorizontalAlignment="Left" Margin="10,261,0,0" Width="95" Click="Button_Click" VerticalAlignment="Top" Height="20" Background="#FF919191" FontFamily="NanumSquare"/> |
11 |
<Button Content="취소" HorizontalAlignment="Left" Height="20" Margin="115,261,0,0" Width="95" Click="Button_Click_1" RenderTransformOrigin="-0.479,0.454" VerticalAlignment="Top" Background="#FF919191" FontFamily="NanumSquare"/> |
12 |
<Label Content="Agent" HorizontalAlignment="Left" VerticalAlignment="Top" Foreground="White" FontFamily="NanumSquare Bold" Height="34" Margin="10,10,0,0" FontSize="20"/> |
13 |
<ListBox x:Name="FileList" HorizontalAlignment="Left" Height="198" Margin="10,49,0,0" VerticalAlignment="Top" Width="200"/> |
14 |
</Grid>
|
15 |
</Window>
|