View of /trunk/Mainform.xaml
Parent Directory
|
Revision Log
Revision 53 -
(download)
(annotate)
Wed Oct 15 10:47:48 2008 UTC (4 years, 8 months ago) by albert
File size: 1926 byte(s)
Wed Oct 15 10:47:48 2008 UTC (4 years, 8 months ago) by albert
File size: 1926 byte(s)
<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Mainform" x:Class="Xenki.Mainform" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" ShowsNavigationUI="False"> <Grid> <Viewport3D Name="m_viewport" /> <Grid VerticalAlignment="Top" Margin="5,0,0,10"> <ListBox Height="100" Margin="10,0,0,10" Name="logBox" VerticalAlignment="Top" Background="SkyBlue" /> <Label Height="28" Margin="0,10,0,0" Name="frameRate" VerticalAlignment="Top" Background="Silver" HorizontalAlignment="Right" Width="64">Framerate</Label> </Grid> <Grid Margin="10,0,10,0" Height="100" Focusable="False" VerticalAlignment="Bottom"> <Grid.RowDefinitions> <RowDefinition Height="69.597*" /> <RowDefinition Height="30.403*" /> </Grid.RowDefinitions> <ListBox Name="messageDialog" Margin="0,0,0,0" Background="SkyBlue"/> <TextBox Margin="0,0,0,0" Name="txtMessage" Grid.Row="1" /> <Button HorizontalAlignment="Right" Margin="0,0,0,0" Name="btnmessage" Width="61" Click="btnmessage_Click" Grid.Row="1">Message</Button> </Grid> <Grid Margin="0,20,0,150" Name="loginGrid" Focusable="False" 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 |

