]> fbox.kageds.com Git - NEATEST.git/blob - NEA/Store.xaml
add missing empty file
[NEATEST.git] / NEA / Store.xaml
1 <Window x:Class="Store"
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
5 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6 xmlns:local="clr-namespace:NEA"
7 mc:Ignorable="d"
8 Title="Store">
9 <Grid>
10 <Grid.ColumnDefinitions>
11 <ColumnDefinition Width="Auto"/>
12 <ColumnDefinition Width="Auto"/>
13 </Grid.ColumnDefinitions>
14 <TextBox x:Name="txtSearch" Grid.Column="1" HorizontalAlignment="Left" Height="27" Margin="589,32,0,0" TextWrapping="Wrap" Text="Search" VerticalAlignment="Top" Width="136"/>
15 <Button x:Name="btnSearch" Content="" Grid.Column="1" HorizontalAlignment="Left" Height="27" Margin="725,32,0,0" VerticalAlignment="Top" Width="24"/>
16 <Image x:Name="imgLogo" Grid.Column="1" HorizontalAlignment="Left" Height="98" Margin="10,81,0,0" VerticalAlignment="Top" Width="243"/>
17 <TextBox Grid.Column="1" HorizontalAlignment="Left" Height="56" Margin="10,179,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="249" FontSize="36"/>
18
19 </Grid>
20 </Window>