Annotation of /trunk/Mainform.xaml
Parent Directory
|
Revision Log
Revision 44 - (view) (download)
| 1 : | albert | 40 | <Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 2 : | albert | 3 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 3 : | albert | 40 | Title="Mainform" x:Class="Xenki.Mainform" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" ShowsNavigationUI="False"> |
| 4 : | albert | 3 | <Grid> |
| 5 : | <Viewport3D Name="m_viewport" /> | ||
| 6 : | albert | 44 | <Grid VerticalAlignment="Top" Margin="5,0,0,10"> |
| 7 : | <ListBox Height="100" Margin="10,0,60,10" Name="logBox" VerticalAlignment="Top" Background="SkyBlue" /> | ||
| 8 : | <Label Height="28" Margin="0,10,0,0" Name="frameRate" VerticalAlignment="Top" Background="Silver" HorizontalAlignment="Right" Width="64">Framerate</Label> | ||
| 9 : | |||
| 10 : | </Grid> | ||
| 11 : | <Grid Margin="10,0,10,0" Height="100" VerticalAlignment="Bottom"> | ||
| 12 : | <Grid.RowDefinitions> | ||
| 13 : | <RowDefinition Height="69.597*" /> | ||
| 14 : | <RowDefinition Height="30.403*" /> | ||
| 15 : | </Grid.RowDefinitions> | ||
| 16 : | <ListBox Name="messageDialog" Margin="0,0,0,0" Background="SkyBlue"/> | ||
| 17 : | |||
| 18 : | <TextBox Margin="0,0,0,0" Name="txtMessage" Grid.Row="1" /> | ||
| 19 : | <Button HorizontalAlignment="Right" Margin="0,0,0,0" Name="btnmessage" Width="61" Click="btnmessage_Click" Grid.Row="1">Message</Button> | ||
| 20 : | </Grid> | ||
| 21 : | albert | 3 | <Grid Margin="0,20,0,150" Name="loginGrid" HorizontalAlignment="Center" Width="200" Background="Silver" Height="150"> |
| 22 : | <TextBox Height="23" Margin="17,28,22,0" Name="loginUser" VerticalAlignment="Top" /> | ||
| 23 : | <TextBox Margin="17,59,22,68" Name="loginLast" /> | ||
| 24 : | <PasswordBox Height="23" Margin="17,0,22,37" Name="loginPass" VerticalAlignment="Bottom" /> | ||
| 25 : | <Button Height="23" Margin="0,0,22,8" Name="loginButton" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="76" Click="loginButton_Click">Login</Button> | ||
| 26 : | </Grid> | ||
| 27 : | albert | 44 | </Grid> |
| 28 : | albert | 37 | |
| 29 : | albert | 3 | </Page> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

