Вторая лабораторная.
This commit is contained in:
parent
b61c12f8ea
commit
88607f7c10
@ -8,12 +8,12 @@
|
|||||||
Title="Галлерея" Height="450" Width="800">
|
Title="Галлерея" Height="450" Width="800">
|
||||||
<Grid x:Name="MainGrid" Background="#363636">
|
<Grid x:Name="MainGrid" Background="#363636">
|
||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="180" />
|
|
||||||
<ColumnDefinition />
|
<ColumnDefinition />
|
||||||
|
<ColumnDefinition Width="4*"/>
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="*"/>
|
||||||
<RowDefinition Height="375"/>
|
<RowDefinition Height="10*"/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<Border BorderBrush="#FFA500" BorderThickness="5" Grid.Column="0" Grid.Row="0" Grid.RowSpan="2">
|
<Border BorderBrush="#FFA500" BorderThickness="5" Grid.Column="0" Grid.Row="0" Grid.RowSpan="2">
|
||||||
<StackPanel Name="ButtonPanel" Background="#696969">
|
<StackPanel Name="ButtonPanel" Background="#696969">
|
||||||
@ -52,7 +52,7 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<Border Grid.Column="1" Grid.Row="0" BorderBrush="#FFA500" BorderThickness="5">
|
<Border Grid.Column="1" Grid.Row="0" BorderBrush="#FFA500" BorderThickness="5">
|
||||||
<WrapPanel>
|
<WrapPanel HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||||
<Label Foreground="#FFA500" VerticalAlignment="center">
|
<Label Foreground="#FFA500" VerticalAlignment="center">
|
||||||
<Bold>Сортировать по:</Bold>
|
<Bold>Сортировать по:</Bold>
|
||||||
</Label>
|
</Label>
|
||||||
@ -61,7 +61,7 @@
|
|||||||
<RadioButton Foreground="#FFA500" Content="Названию" VerticalAlignment="Center" Margin="20, 0, 0, 0" />
|
<RadioButton Foreground="#FFA500" Content="Названию" VerticalAlignment="Center" Margin="20, 0, 0, 0" />
|
||||||
</WrapPanel>
|
</WrapPanel>
|
||||||
</Border>
|
</Border>
|
||||||
<WrapPanel Grid.Column="1" Grid.Row="1">
|
<DockPanel Grid.Column="1" Grid.Row="1">
|
||||||
</WrapPanel>
|
</DockPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user