Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
eae4be1432 | |||
ddc7ed9c9f | |||
f54257bd1d | |||
5d68334b99 |
@ -5,8 +5,20 @@
|
|||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:local="clr-namespace:TCPMI"
|
xmlns:local="clr-namespace:TCPMI"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Title="MainWindow" Height="450" Width="800">
|
Title="Галлерея" MinHeight="300" MinWidth="500" MaxHeight="1080" MaxWidth="1920">
|
||||||
<Grid>
|
<Grid x:Name="MainGrid" Background="#363636">
|
||||||
|
<Grid.ColumnDefinitions>
|
||||||
|
<ColumnDefinition />
|
||||||
|
<ColumnDefinition Width="3*"/>
|
||||||
|
</Grid.ColumnDefinitions>
|
||||||
|
<Border Grid.Column="0" BorderBrush="#FFA500" BorderThickness="5">
|
||||||
|
<Border.Resources>
|
||||||
|
<Style TargetType="Border">
|
||||||
|
<Setter Property="CornerRadius" Value="3"/>
|
||||||
|
</Style>
|
||||||
|
</Border.Resources>
|
||||||
|
<DockPanel Name="ButtonPanel" Background="#696969"></DockPanel>
|
||||||
|
</Border>
|
||||||
|
<DockPanel Grid.Column="1" x:Name="ContentPanel"></DockPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Window>
|
</Window>
|
||||||
|
Loading…
Reference in New Issue
Block a user