Menu.xaml 6.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <Window x:Class="Test.Menu"
  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:Test"
  7. mc:Ignorable="d"
  8. Title="Menu" Height="650" Width="1000" FontFamily="Tahoma" FontSize="16" WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Icon="Images/beauty_logo.ico">
  9. <Grid>
  10. <StackPanel HorizontalAlignment="Left" Height="559" Margin="10,81,0,0" VerticalAlignment="Top" Width="289" Background="#FFE1E4FF"/>
  11. <StackPanel HorizontalAlignment="Left" Height="45" Margin="10,10,0,0" VerticalAlignment="Top" Width="980" Background="#FFE1E4FF"/>
  12. <DataGrid HorizontalAlignment="Left" Height="308" Margin="326,81,0,0" VerticalAlignment="Top" Width="649" BorderBrush="#FFE14A69"/>
  13. <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"/>
  14. <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"/>
  15. <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"/>
  16. <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"/>
  17. <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"/>
  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"/>
  19. <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"/>
  20. <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"/>
  21. <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"/>
  22. <Label Content="Поиск" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="34,109,890,502"/>
  23. <ComboBox HorizontalAlignment="Left" Margin="34,318,0,0" VerticalAlignment="Top" Width="236" BorderBrush="White" Height="29">
  24. <ComboBox.Background>
  25. <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
  26. <GradientStop Color="#FFF0F0F0" Offset="0"/>
  27. <GradientStop Color="#FFE1E4FF" Offset="1"/>
  28. </LinearGradientBrush>
  29. </ComboBox.Background>
  30. </ComboBox>
  31. <ComboBox HorizontalAlignment="Left" Margin="34,389,0,0" VerticalAlignment="Top" Width="236" BorderBrush="White" Height="29">
  32. <ComboBox.Background>
  33. <LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
  34. <GradientStop Color="#FFF0F0F0" Offset="0"/>
  35. <GradientStop Color="#FFE1E4FF" Offset="1"/>
  36. </LinearGradientBrush>
  37. </ComboBox.Background>
  38. </ComboBox>
  39. <Label Content="Виду" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="22" Margin="34,281,907,332"/>
  40. <Label Content="Типу" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="22" Margin="34,352,907,261"/>
  41. <Label Content="Сортировка по:" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="56,227,765,384" Width="179"/>
  42. <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"/>
  43. <Image HorizontalAlignment="Left" Height="75" Margin="19,539,0,0" VerticalAlignment="Top" Width="86" Source="Images/beauty_logo.png"/>
  44. <Label Content="&quot;Бровушка&quot;" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="30" Margin="96,553,722,46" Height="51" Width="182"/>
  45. <DataGrid HorizontalAlignment="Left" Height="153" Margin="326,487,0,0" VerticalAlignment="Top" Width="649" BorderBrush="#FFE14A69"/>
  46. <Label Content="Дополнительные товары:" HorizontalAlignment="Center" VerticalAlignment="Center" Background="{x:Null}" Foreground="#FFFF4A6D" FontFamily="Tahoma" FontSize="24" Margin="326,448,380,163" Width="294"/>
  47. <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"/>
  48. </Grid>
  49. </Window>