View of /trunk/Mainform.xaml
Parent Directory
|
Revision Log
Revision 99 -
(download)
(annotate)
Tue Dec 23 01:50:12 2008 UTC (4 years, 4 months ago) by albert
File size: 2787 byte(s)
Tue Dec 23 01:50:12 2008 UTC (4 years, 4 months ago) by albert
File size: 2787 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" xmlns:y="clr-namespace:Xenki.DefaultGUI" > <Grid> <Viewport3D Margin="0,0,0,100" Name="m_viewport" Focusable="True" /> <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="1,0,0,0" Name="mainMenuGrid" Height="100" Visibility="Hidden" Focusable="False" VerticalAlignment="Bottom"> <Grid.RowDefinitions> <RowDefinition Height="20.597*" /> <RowDefinition Height="60.403*" /> <RowDefinition Height="20*"/> </Grid.RowDefinitions> <y:UCMenu Grid.Row="0" Margin="0,0,0,0" x:Name="mainMenu" Width="auto" VerticalAlignment="Center" Height="20" /> <ListBox Name="messageDialog" Grid.Row="1" Background="Transparent" Opacity="1" BorderThickness="0" ClipToBounds="False" SnapsToDevicePixels="False" Focusable="False" IsTextSearchEnabled="False" ScrollViewer.VerticalScrollBarVisibility="Disabled" ScrollViewer.HorizontalScrollBarVisibility="Disabled" Visibility="Hidden"> <ListBox.BitmapEffect> <OuterGlowBitmapEffect GlowColor="LightSkyBlue" Noise="0" Opacity="1" GlowSize="10" /> </ListBox.BitmapEffect> </ListBox> <TextBox Grid.Row="2" Name="txtMessage" KeyDown="txtMessage_KeyDown" /> <Button Grid.Row="2" HorizontalAlignment="Right" Name="btnmessage" Width="61" Click="btnmessage_Click">Say</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 |

