Compare commits
No commits in common. "LabWork01" and "main" have entirely different histories.
@ -5,20 +5,8 @@
|
|||||||
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="Галлерея" MinHeight="300" MinWidth="500" MaxHeight="1080" MaxWidth="1920">
|
Title="MainWindow" Height="450" Width="800">
|
||||||
<Grid x:Name="MainGrid" Background="#363636">
|
<Grid>
|
||||||
<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