| 1 |
<Page x:Class="Xenki.Mainform" |
<Page x:Class="Xenki.Mainform" |
| 2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 4 |
|
xmlns:y="clr-namespace:Xenki.DefaultAgent" |
| 5 |
Title="Mainform" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" ShowsNavigationUI="False"> |
Title="Mainform" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" ShowsNavigationUI="False"> |
| 6 |
<Grid> |
<Grid> |
| 7 |
<Viewport3D Name="m_viewport" /> |
<Viewport3D Name="m_viewport" /> |
| 8 |
|
<y:MessageChat Height="100" Margin="10,0,10,10" VerticalAlignment="Top" Background="SkyBlue"/> |
| 9 |
<ListBox Height="128" Margin="10,0,10,10" Name="logBox" VerticalAlignment="Bottom" Background="Silver" /> |
<ListBox Height="128" Margin="10,0,10,10" Name="logBox" VerticalAlignment="Bottom" Background="Silver" /> |
| 10 |
<Label Height="28" Margin="0,10,10,0" Name="frameRate" VerticalAlignment="Top" Background="Silver" HorizontalAlignment="Right" Width="64">Framerate</Label> |
<Label Height="28" Margin="0,10,10,0" Name="frameRate" VerticalAlignment="Top" Background="Silver" HorizontalAlignment="Right" Width="64">Framerate</Label> |
| 11 |
<Grid Margin="0,20,0,150" Name="loginGrid" HorizontalAlignment="Center" Width="200" Background="Silver" Height="150"> |
<Grid Margin="0,20,0,150" Name="loginGrid" HorizontalAlignment="Center" Width="200" Background="Silver" Height="150"> |
| 15 |
<Button Height="23" Margin="0,0,22,8" Name="loginButton" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="76" Click="loginButton_Click">Login</Button> |
<Button Height="23" Margin="0,0,22,8" Name="loginButton" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="76" Click="loginButton_Click">Login</Button> |
| 16 |
</Grid> |
</Grid> |
| 17 |
</Grid> |
</Grid> |
| 18 |
|
|
| 19 |
</Page> |
</Page> |