Annotation of /trunk/Mainform.xaml
Parent Directory
|
Revision Log
Revision 38 - (view) (download)
| 1 : | albert | 3 | <Page x:Class="Xenki.Mainform" |
| 2 : | xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
| 3 : | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
| 4 : | albert | 37 | xmlns:y="clr-namespace:Xenki.DefaultAgent" |
| 5 : | albert | 3 | Title="Mainform" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" ShowsNavigationUI="False"> |
| 6 : | <Grid> | ||
| 7 : | <Viewport3D Name="m_viewport" /> | ||
| 8 : | albert | 38 | <ListBox Name="messageDialog" Height="100" Margin="10,0,10,10" VerticalAlignment="Top" Background="SkyBlue"/> |
| 9 : | albert | 3 | <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> | ||
| 11 : | <Grid Margin="0,20,0,150" Name="loginGrid" HorizontalAlignment="Center" Width="200" Background="Silver" Height="150"> | ||
| 12 : | <TextBox Height="23" Margin="17,28,22,0" Name="loginUser" VerticalAlignment="Top" /> | ||
| 13 : | <TextBox Margin="17,59,22,68" Name="loginLast" /> | ||
| 14 : | <PasswordBox Height="23" Margin="17,0,22,37" Name="loginPass" VerticalAlignment="Bottom" /> | ||
| 15 : | <Button Height="23" Margin="0,0,22,8" Name="loginButton" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="76" Click="loginButton_Click">Login</Button> | ||
| 16 : | </Grid> | ||
| 17 : | </Grid> | ||
| 18 : | albert | 37 | |
| 19 : | albert | 3 | </Page> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

