123456789101112131415 |
- <Window x:Class="Cafe11.povar"
- 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:Cafe11"
- mc:Ignorable="d"
- Title="povar" Height="450" Width="800" Loaded="Window_Loaded">
- <Grid>
- <Label Content="povar" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="337,0,0,0"/>
- <DataGrid x:Name="tablepovar" HorizontalAlignment="Left" Height="298" VerticalAlignment="Top" Width="794" Margin="0,122,-0.4,0"/>
- <Label Content="zakaz" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="339,91,0,0"/>
- </Grid>
- </Window>
|