View of /trunk/Mainform.xaml
Parent Directory
|
Revision Log
Revision 3 -
(download)
(annotate)
Mon Aug 18 02:45:49 2008 UTC (4 years, 9 months ago) by albert
File size: 1216 byte(s)
Mon Aug 18 02:45:49 2008 UTC (4 years, 9 months ago) by albert
File size: 1216 byte(s)
<Page x:Class="Xenki.Mainform"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Mainform" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" ShowsNavigationUI="False">
<Grid>
<Viewport3D Name="m_viewport" />
<ListBox Height="128" Margin="10,0,10,10" Name="logBox" VerticalAlignment="Bottom" Background="Silver" />
<Label Height="28" Margin="0,10,10,0" Name="frameRate" VerticalAlignment="Top" Background="Silver" HorizontalAlignment="Right" Width="64">Framerate</Label>
<Grid Margin="0,20,0,150" Name="loginGrid" HorizontalAlignment="Center" Width="200" Background="Silver" Height="150">
<TextBox Height="23" Margin="17,28,22,0" Name="loginUser" VerticalAlignment="Top" />
<TextBox Margin="17,59,22,68" Name="loginLast" />
<PasswordBox Height="23" Margin="17,0,22,37" Name="loginPass" VerticalAlignment="Bottom" />
<Button Height="23" Margin="0,0,22,8" Name="loginButton" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="76" Click="loginButton_Click">Login</Button>
</Grid>
</Grid>
</Page>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

