1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <Window x:Class="Test.Menu"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:local="clr-namespace:Test"
- mc:Ignorable="d"
- Title="Menu" Height="650" Width="1000" FontFamily="Tahoma" FontSize="16" WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Icon="Images/beauty_logo.ico">
- <Grid>
- <StackPanel HorizontalAlignment="Left" Height="559" Margin="10,81,0,0" VerticalAlignment="Top" Width="289" Background="#FFE1E4FF"/>
- <StackPanel HorizontalAlignment="Left" Height="45" Margin="10,10,0,0" VerticalAlignment="Top" Width="980" Background="#FFE1E4FF"/>
- <DataGrid HorizontalAlignment="Left" Height="308" Margin="326,81,0,0" VerticalAlignment="Top" Width="649" BorderBrush="#FFE14A69"/>
- <Button Content="Выход" HorizontalAlignment="Center" VerticalAlignment="Center" Width="148" Height="33" Margin="837,16,15,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
- <Button Content="+ Добавить" HorizontalAlignment="Center" VerticalAlignment="Center" Width="145" Height="31" Margin="326,394,529,225" BorderBrush="#FFE1E4FF" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
- <Button Content="- Удалить" HorizontalAlignment="Center" VerticalAlignment="Center" Width="120" Height="31" Margin="855,394,25,225" BorderBrush="#FFE1E4FF" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
- <Button Content="Склад" HorizontalAlignment="Center" VerticalAlignment="Center" Width="163" Height="33" Margin="334,16,503,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
- <Button Content="История" HorizontalAlignment="Center" VerticalAlignment="Center" Width="142" Height="33" Margin="649,16,209,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
- <Button Content="Сотрудники" HorizontalAlignment="Center" VerticalAlignment="Center" Width="160" Height="33" Margin="19,16,821,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
- <Button Content="Клиенты" HorizontalAlignment="Center" VerticalAlignment="Center" Width="145" Height="33" Margin="184,16,671,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
- <TextBox HorizontalAlignment="Center" Height="29" TextWrapping="Wrap" VerticalAlignment="Center" Width="236" Foreground="Black" BorderBrush="#FFFF4A6D" FontFamily="Tahoma" FontSize="18" VerticalContentAlignment="Bottom" Margin="34,148,730,473"/>
- <Button Content="Услуги" HorizontalAlignment="Center" VerticalAlignment="Center" Width="142" Height="33" Margin="502,16,356,601" BorderBrush="White" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
- <Label Content="Поиск" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="34,109,890,502"/>
- <ComboBox HorizontalAlignment="Left" Margin="34,318,0,0" VerticalAlignment="Top" Width="236" BorderBrush="White" Height="29">
- <ComboBox.Background>
- <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
- <GradientStop Color="#FFF0F0F0" Offset="0"/>
- <GradientStop Color="#FFE1E4FF" Offset="1"/>
- </LinearGradientBrush>
- </ComboBox.Background>
- </ComboBox>
- <ComboBox HorizontalAlignment="Left" Margin="34,389,0,0" VerticalAlignment="Top" Width="236" BorderBrush="White" Height="29">
- <ComboBox.Background>
- <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
- <GradientStop Color="#FFF0F0F0" Offset="0"/>
- <GradientStop Color="#FFE1E4FF" Offset="1"/>
- </LinearGradientBrush>
- </ComboBox.Background>
- </ComboBox>
- <Label Content="Виду" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="22" Margin="34,281,907,332"/>
- <Label Content="Типу" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="22" Margin="34,352,907,261"/>
- <Label Content="Сортировка по:" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="56,227,765,384" Width="179"/>
- <Button Content="Сбросить" HorizontalAlignment="Center" VerticalAlignment="Center" Width="236" Height="31" Margin="34,450,730,169" BorderBrush="#FFE1E4FF" Background="#FFFF4A6D" Foreground="White" FontFamily="Tahoma" FontSize="18"/>
- <Image HorizontalAlignment="Left" Height="75" Margin="19,539,0,0" VerticalAlignment="Top" Width="86" Source="Images/beauty_logo.png"/>
- <Label Content=""Бровушка"" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="30" Margin="96,553,722,46" Height="51" Width="182"/>
- <DataGrid HorizontalAlignment="Left" Height="153" Margin="326,487,0,0" VerticalAlignment="Top" Width="649" BorderBrush="#FFE14A69"/>
- <Label Content="Дополнительные товары:" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="326,448,380,163" Width="294"/>
- <Button Content="Переключить на вид плитки" HorizontalAlignment="Center" VerticalAlignment="Center" Width="263" Height="31" Margin="476,394,261,225" BorderBrush="#FFFF4A6D" Background="White" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="18"/>
- </Grid>
- </Window>
|