Advertisement
Guest User

Untitled

a guest
Jan 7th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 6.55 KB | None | 0 0
  1. <Page
  2.    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.    xmlns:local="using:Technobothnia_Map_v3._0"
  5.    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6.    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  7.    xmlns:Maps="using:Windows.UI.Xaml.Controls.Maps"
  8.    x:Class="Technobothnia_Map_v3._0.MainPage"
  9.    mc:Ignorable="d" RequestedTheme="Light" MinWidth="1366" MinHeight="768" Height="Auto" d:DesignWidth="1920" Width="Auto">
  10.     <Grid x:Name="MainGrid">
  11.         <SplitView x:Name="MySplitView" DisplayMode="CompactOverlay"
  12.               CompactPaneLength="75" OpenPaneLength="200" Margin="0,0,1130,0">
  13.             <SplitView.Pane>
  14.                 <StackPanel Padding="0" Background="#FF2196F3">
  15.                     <Button x:Name="HamburgerButton" FontFamily="Segoe MDL2 Assets" Content="&#xE700;" Background="Transparent"  FontSize="48" Margin="0,0,75,0" Tapped="HamburgerButton_Click" HorizontalAlignment="Left" Height="75" Width="75" VerticalAlignment="Top"/>
  16.                     <StackPanel Orientation="Horizontal" Margin="0,220,0,0">
  17.                         <Button x:Name="MainPageButton" FontFamily="Segoe MDL2 Assets" Content="&#xE10F;"
  18.                             Width="75" Height="75" Background="Transparent" FontSize="48" Margin="0" HorizontalAlignment="Left" VerticalAlignment="Center"  Tapped="MainPageButton_Click"/>
  19.                         <TextBlock Text="Home" FontSize="26.667" VerticalAlignment="Center" />
  20.                     </StackPanel>
  21.                     <StackPanel Orientation="Horizontal" Margin="0,80,0,0">
  22.                         <Button x:Name="SettingsPageButton" FontFamily="Segoe MDL2 Assets" Content="&#xE713;"
  23.                             Width="75" Height="75" Background="Transparent" FontSize="48" Tapped="SettingsPageButton_Click" />
  24.                         <TextBlock Text="Settings" FontSize="26.667" VerticalAlignment="Center" />
  25.                     </StackPanel>
  26.                     <StackPanel Orientation="Horizontal" Margin="0,80,0,0">
  27.                         <Button x:Name="AboutPage" FontFamily="Segoe MDL2 Assets" Content="&#xE897;"
  28.                             Width="75" Height="75" Background="Transparent" FontSize="48" Tapped="AboutPage_Click"/>
  29.                         <TextBlock Text="About" FontSize="26.667" VerticalAlignment="Center" />
  30.                     </StackPanel>
  31.                 </StackPanel>
  32.             </SplitView.Pane>
  33.             <SplitView.Content>
  34.                 <Grid x:Name="AboutPageGrid" Background="#FFF4EBCB" Margin="-50,0,-1130,0">
  35.                     <TextBlock x:Name="AboutText" HorizontalAlignment="Left" Margin="230,10,0,0" TextWrapping="Wrap" Text="About" VerticalAlignment="Top" FontSize="48" Height="70"/>
  36.                     <TextBlock x:Name="AboutIcon" HorizontalAlignment="Left" Height="70" TextWrapping="Wrap" Text="&#xE897;" VerticalAlignment="Top" Width="70" Margin="155,10,0,0" FontFamily="Segoe MDL2 Assets" FontSize="66.667"/>
  37.                     <Grid x:Name="SettingsPageGrid" Background="#FFF4EBCB">
  38.                         <TextBlock x:Name="SettingsText" HorizontalAlignment="Left" Margin="230,13,0,0" TextWrapping="Wrap" Text="Settings" VerticalAlignment="Top" Foreground="Black" Height="70" Width="187" FontSize="48"/>
  39.                         <TextBlock x:Name="SettingsIcon" HorizontalAlignment="Left" Height="70" TextWrapping="Wrap" Text="&#xE713;" VerticalAlignment="Top" Width="70" Margin="155,13,0,0" FontFamily="Segoe MDL2 Assets" FontSize="66.667"/>
  40.                         <CheckBox x:Name="FullscreenCheck" Content="Fullscreen Mode" HorizontalAlignment="Left" Height="35" VerticalAlignment="Top" Width="187" Margin="230,100,0,0" Checked="FullscreenCheck_Checked" Unchecked="FullscreenCheck_Unchecked"/>
  41.  
  42.                         <Grid x:Name="MapPageGrid" Background="#FFF4EBCB">
  43.                             <Grid.RowDefinitions>
  44.                                 <RowDefinition Height="720"/>
  45.                             </Grid.RowDefinitions>
  46.                             <Grid.ColumnDefinitions>
  47.                                 <ColumnDefinition Width="1280"/>
  48.                             </Grid.ColumnDefinitions>
  49.  
  50.                         </Grid>
  51.                     </Grid>
  52.                 </Grid>
  53.             </SplitView.Content>
  54.         </SplitView>
  55.         <SplitView x:Name="MySplitView2" Margin="1510,0,0,0" Background="#FF2196F3">
  56.             <SplitView.Content>
  57.                 <Grid x:Name="MySplitView2Grid" Margin="0,0,36,0">
  58.                     <TextBlock x:Name="MapIcon" Margin="7,10,0,0" TextWrapping="Wrap" Text="&#xE707;" FontFamily="Segoe MDL2 Assets" FontSize="64" HorizontalAlignment="Left" Width="73" Height="77" VerticalAlignment="Top"/>
  59.                     <TextBlock x:Name="RoomNameDefault" Margin="85,15,-31,0" TextWrapping="Wrap" Text="Room " FontSize="48" HorizontalAlignment="Left" Width="320" Height="72" VerticalAlignment="Top"/>
  60.                     <TextBlock x:Name="Describtion" Margin="10,228,-31,0" TextWrapping="Wrap" Text=" Describtion:" FontSize="26.667" Height="707" VerticalAlignment="Top" HorizontalAlignment="Left" Width="395"/>
  61.                     <TextBlock x:Name="SearchIcon" Margin="10,92,0,0" TextWrapping="Wrap" Text="&#xE71E;" FontFamily="Segoe MDL2 Assets" FontSize="48" HorizontalAlignment="Left" Width="48" Height="48" VerticalAlignment="Top"/>
  62.                     <TextBlock x:Name="SearchText" Margin="85,92,0,0" TextWrapping="Wrap" Text="Search" FontSize="32" HorizontalAlignment="Left" Width="135" Height="48" VerticalAlignment="Top"/>
  63.                     <TextBox x:Name="SrearchTextBox" Margin="10,158,-31,0" TextWrapping="Wrap" Text=" " RequestedTheme="Light" Width="395" Height="48" VerticalAlignment="Top" HorizontalAlignment="Left"/>
  64.                     <Image x:Name="DescribtionImage" Margin="10,270,-32,0" Source="Assets/Square150x150Logo.png" HorizontalAlignment="Left" Width="396" Height="405" VerticalAlignment="Top"/>
  65.                     <Button x:Name="CancelButton" Content="&#xE711;" HorizontalAlignment="Right" Margin="0,92,-31,0" VerticalAlignment="Top" RequestedTheme="Light" Background="#FF304FFE" FontFamily="Segoe MDL2 Assets" FontSize="29.333" Tapped="OnCancelButtonPressed" Width="54" Height="48"/>
  66.                     <Button x:Name="SearchButton" Content="&#xE71E;" HorizontalAlignment="Left" Margin="351,158,-31,0" VerticalAlignment="Top" Background="#FC304FFE" FontFamily="Segoe MDL2 Assets" FontSize="32" Height="48" Width="54"/>
  67.                 </Grid>
  68.             </SplitView.Content>
  69.         </SplitView>
  70.     </Grid>
  71. </Page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement