| 1 |
<Page x:Class="Xenki.Mainform" |
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
| 2 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 3 |
xmlns:y="clr-namespace:Xenki.DefaultAgent" |
Title="Mainform" x:Class="Xenki.Mainform" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" ShowsNavigationUI="False"> |
|
Title="Mainform" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" ShowsNavigationUI="False"> |
|
| 4 |
<Grid> |
<Grid> |
| 5 |
<Viewport3D Name="m_viewport" /> |
<Viewport3D Name="m_viewport" /> |
| 6 |
<y:MessageChat Height="100" Margin="10,0,10,10" VerticalAlignment="Top" Background="SkyBlue"/> |
<ListBox Name="messageDialog" Height="100" Margin="10,0,10,10" VerticalAlignment="Top" Background="SkyBlue"/> |
| 7 |
<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" /> |
| 8 |
<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> |
| 9 |
<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"> |