xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:NEA"
mc:Ignorable="d"
- Title="Store">
+ Title="Store"
+
+ WindowStartupLocation="CenterScreen"
+ WindowState="Maximized" Width="1231.5" Height="1069" Background="#FF403939">
<Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="Auto"/>
- <ColumnDefinition Width="Auto"/>
- </Grid.ColumnDefinitions>
- <TextBox x:Name="txtSearch" Grid.Column="1" HorizontalAlignment="Left" Height="27" Margin="589,32,0,0" TextWrapping="Wrap" Text="Search" VerticalAlignment="Top" Width="136"/>
- <Button x:Name="btnSearch" Content="" Grid.Column="1" HorizontalAlignment="Left" Height="27" Margin="725,32,0,0" VerticalAlignment="Top" Width="24"/>
- <Image x:Name="imgLogo" Grid.Column="1" HorizontalAlignment="Left" Height="98" Margin="10,81,0,0" VerticalAlignment="Top" Width="243"/>
- <TextBox Grid.Column="1" HorizontalAlignment="Left" Height="56" Margin="10,179,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="249" FontSize="36"/>
+
+ <Border BorderBrush="Black" BorderThickness="1" Background="#FF343232" Height="64" VerticalAlignment="Top"/>
+ <TextBox x:Name="txtSearch" HorizontalAlignment="Right" Height="30" Margin="0,10,69,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="257" BorderBrush="#00ABADB3" Foreground="White" >
+ <TextBox.Style>
+ <Style xmlns:sys="clr-namespace:System;assembly=mscorlib" TargetType="{x:Type TextBox}">
+ <Style.Resources>
+ <VisualBrush x:Key="CueBannerBrush" AlignmentX="Left" AlignmentY="Center" Stretch="None">
+ <VisualBrush.Visual>
+ <Label Content="Search" Foreground="White" FontSize="35"/>
+ </VisualBrush.Visual>
+ </VisualBrush>
+ </Style.Resources>
+ <Style.Triggers>
+ <Trigger Property="IsKeyboardFocused" Value="False">
+ <Setter Property="Background" Value="#FF4D4B4B" />
+ </Trigger>
+ <Trigger Property="Text" Value="{x:Static sys:String.Empty}">
+ <Setter Property="Background" Value="{StaticResource CueBannerBrush}" />
+ </Trigger>
+ <Trigger Property="Text" Value="{x:Null}">
+ <Setter Property="Background" Value="{StaticResource CueBannerBrush}" />
+ </Trigger>
+ <Trigger Property="IsKeyboardFocused" Value="True">
+ <Setter Property="Background" Value="#FF4D4B4B" />
+ </Trigger>
+
+ </Style.Triggers>
+ </Style>
+ </TextBox.Style>
+ </TextBox>
+ <Button x:Name="btnsearch" Content="" BorderBrush="#00938484" HorizontalAlignment="Right" Width="59" Height="30" VerticalAlignment="Top" Margin="0,10,10,0" Style="{DynamicResource NoBlueHighlightOnPictureButton}" RenderTransformOrigin="1.907,0.6">
+ <Button.Background>
+ <ImageBrush ImageSource="search.png"/>
+ </Button.Background>
+ </Button>
+ <Button x:Name="btnStore" Content="STORE" HorizontalAlignment="Left" Height="64" VerticalAlignment="Top" Width="150" Background="#00DDDDDD" BorderBrush="#00707070" Foreground="White" FontFamily="Tw Cen MT Condensed Extra Bold" FontSize="48" Style="{DynamicResource NoBlueHighlightOnWordButton}">
+ <Button.Effect>
+ <DropShadowEffect Color="White" Direction="100" Opacity="0.5" ShadowDepth="2"/>
+ </Button.Effect>
+ </Button>
+ <TextBox x:Name="txtname" HorizontalAlignment="Left" Height="56" Margin="0,64,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="725" Background="#FF403939" BorderBrush="#00ABADB3" Foreground="#FF9E9E9E" SelectionBrush="#000078D7" FontSize="40" IsEnabled="False"/>
+ <Button x:Name="btnlirary" Content="LIBRARY" HorizontalAlignment="Left" Height="64" VerticalAlignment="Top" Width="174" Background="#00DDDDDD" BorderBrush="#00707070" Foreground="White" FontFamily="Tw Cen MT Condensed Extra Bold" FontSize="48" Margin="150,0,0,0" Style="{DynamicResource NoBlueHighlightOnWordButton}">
+ <Button.Effect>
+ <DropShadowEffect Color="White" Direction="100" Opacity="0.5" ShadowDepth="2"/>
+ </Button.Effect>
+ </Button>
+ <Button x:Name="BTNaCCOUNT" Content="ACCOUNT" HorizontalAlignment="Left" Height="64" VerticalAlignment="Top" Width="174" Background="#00DDDDDD" BorderBrush="#00707070" Foreground="White" FontFamily="Tw Cen MT Condensed Extra Bold" FontSize="48" Margin="329,0,0,0" Style="{DynamicResource NoBlueHighlightOnWordButton}">
+ <Button.Effect>
+ <DropShadowEffect Color="White" Direction="100" Opacity="0.5" ShadowDepth="2"/>
+ </Button.Effect>
+ </Button>
+ <Image x:Name="imgLogo" HorizontalAlignment="Left" Height="242" Margin="0,125,0,0" VerticalAlignment="Top" Width="503" Stretch="UniformToFill"/>
+ <ListBox x:Name="lstTags" HorizontalAlignment="Left" Height="46" Margin="0,601,0,0" VerticalAlignment="Top" Width="503"/>
+ <Button x:Name="btnBuy" Content="" HorizontalAlignment="Left" Height="67" Margin="0,367,0,0" VerticalAlignment="Top" Width="503" FontSize="35"/>
+ <Label x:Name="lblPublisher" Content="" HorizontalAlignment="Left" Height="54" Margin="0,542,0,0" VerticalAlignment="Top" Width="503" FontSize="35" Foreground="#FF9E9E9E"/>
+ <Label x:Name="lblReviews" Content="" HorizontalAlignment="Left" Height="54" Margin="0,488,0,0" VerticalAlignment="Top" Width="503" FontSize="35" Foreground="#FF9E9E9E"/>
+ <Label x:Name="lblRating" Content="" HorizontalAlignment="Left" Height="54" Margin="0,434,0,0" VerticalAlignment="Top" Width="503" Background="#00000000" FontSize="35" Foreground="#FF9E9E9E"/>
+
</Grid>
</Window>