This commit is contained in:
Baryshev Dmitry 2024-09-27 12:04:31 +04:00
parent 7163ffbb21
commit ee85197a50
2 changed files with 51 additions and 2 deletions

BIN
Lectures Presentation.pptx Normal file

Binary file not shown.

View File

@ -5,8 +5,57 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:TSChMI"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
Title="Барышев Дмитрий ПИбд-23" MinHeight="400" Width="600">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="20*"></RowDefinition>
<RowDefinition Height="170*"></RowDefinition>
<RowDefinition Height="110*"></RowDefinition>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="220*"/>
<ColumnDefinition Width="210*"/>
<ColumnDefinition Width="170*"/>
</Grid.ColumnDefinitions>
<Viewbox Grid.Column="1" HorizontalAlignment="Center" Height="20" VerticalAlignment="Center" Width="210"/>
<Viewbox Grid.Row="1" Margin="0,2,0,0"/>
<Viewbox Grid.Column="1" Grid.Row="1">
<StackPanel>
</StackPanel>
</Viewbox>
<Viewbox Grid.Column="2" Grid.Row="1">
<StackPanel>
</StackPanel>
</Viewbox>
<Viewbox Grid.Column="0" Grid.Row="2">
<StackPanel>
</StackPanel>
</Viewbox>
<Viewbox Grid.Column="1" Grid.Row="2">
<StackPanel>
</StackPanel>
</Viewbox>
<Viewbox Grid.Column="2" Grid.Row="2"/>
</Grid>
</Window>