]> fbox.kageds.com Git - NEATEST.git/blobdiff - NEA/Store.xaml
Basic Store
[NEATEST.git] / NEA / Store.xaml
index ec56587b017d42810182087814b3182bed80d3c9..5c29fcbf3c89420c035ec6c3f4a4a7e12975c686 100644 (file)
@@ -6,18 +6,67 @@
         xmlns:local="clr-namespace:NEA"
         mc:Ignorable="d"
         Title="Store"
         xmlns:local="clr-namespace:NEA"
         mc:Ignorable="d"
         Title="Store"
-        ResizeMode="NoResize"  
+         
         WindowStartupLocation="CenterScreen" 
         WindowStartupLocation="CenterScreen" 
-        WindowState="Maximized" Width="1089" Height="719" Background="#FF403939">
+        WindowState="Maximized" Width="1231.5" Height="1069" Background="#FF403939">
     <Grid>
     <Grid>
-        <Border x:Name="bor1" BorderBrush="White" BorderThickness="1" Height="41" Margin="1534,262,0,0"  CornerRadius="15" Background="#FF499E3C" HorizontalAlignment="Left" Width="347" VerticalAlignment="Top"/>
-        <Button x:Name="btnSignUp" Content="Sign Up" BorderBrush="#00707070" ClipToBounds="True" Background="#01F4F7FC" Foreground="White" HorizontalAlignment="Left" Width="346" Height="41" VerticalAlignment="Top" Margin="1534,551,0,0" Style="{DynamicResource ButtonStyle1}" />
-        <Label x:Name="lblIGN" Content="" HorizontalAlignment="Left" Height="35" Margin="488,262,0,0" VerticalAlignment="Top" Width="200" Foreground="White" FontSize="18"/>
-        <TextBox x:Name="txtSearch" HorizontalAlignment="Left" Height="30" Margin="663,80,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="257"/>
-        <Button x:Name="btnsearch" Content="Button" HorizontalAlignment="Left" Height="30" Margin="952,80,0,0" VerticalAlignment="Top" Width="59"/>
-        <TextBox x:Name="txtname" HorizontalAlignment="Left" Height="24" Margin="54,158,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="164"/>
-        <Image x:Name="imglogo" HorizontalAlignment="Left" Height="231" Margin="411,262,0,0" VerticalAlignment="Top" Width="259"/>
-        <Button Content="Button" HorizontalAlignment="Left" Height="162" Margin="98,331,0,0" VerticalAlignment="Top" Width="238" Click="Button_Click"/>
+
+        <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>
 
 
     </Grid>