Buttons
This commit is contained in:
parent
1438a9afb0
commit
49a26804ef
@ -13,5 +13,6 @@ namespace ТСЧМИ
|
||||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -26,11 +26,13 @@
|
||||
<RowDefinition Height="*" />
|
||||
<RowDefinition Height="2*" />
|
||||
</Grid.RowDefinitions>
|
||||
<DatePicker HorizontalAlignment="Center" VerticalAlignment="Center" Grid.Column="1"/>
|
||||
<DatePicker HorizontalAlignment="Center" VerticalAlignment="Top" RenderTransformOrigin="-1.49,2.202" Margin="0,75,0,0"/>
|
||||
<GroupBox Header="Настройка даты">
|
||||
<StackPanel>
|
||||
<RadioButton Content="Отложенный старт" MinHeight="30" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
<RadioButton Content="Выложить сразу" MinHeight="30" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
||||
</StackPanel>
|
||||
</GroupBox>
|
||||
<ListView Grid.Row="1" d:ItemsSource="{d:SampleData ItemCount=5}">
|
||||
<ListView.View>
|
||||
<GridView>
|
||||
@ -39,11 +41,23 @@
|
||||
</GridView>
|
||||
</ListView.View>
|
||||
</ListView>
|
||||
<Button Grid.Column="1" Grid.Row="0" Content="Создать видео"/>
|
||||
<Border BorderBrush="Black" BorderThickness="1" Grid.Row="1"/>
|
||||
</Grid>
|
||||
<TextBox HorizontalAlignment="Left" Margin="115,10,0,0" Grid.Row="1" TextWrapping="Wrap" Text="" VerticalAlignment="Top" MaxLength="30" MinWidth="120" MaxWidth="250" Grid.Column="1"/>
|
||||
<TextBlock HorizontalAlignment="Left" Margin="10,10,0,0" Grid.Row="1" TextWrapping="Wrap" Text="Название видео" VerticalAlignment="Top" Grid.Column="1"/>
|
||||
<TextBox HorizontalAlignment="Left" Margin="115,38,0,0" Grid.Row="1" TextWrapping="Wrap" Text="" VerticalAlignment="Top" MaxLength="120" MinWidth="120" MaxWidth="250" Grid.Column="1"/>
|
||||
<TextBlock HorizontalAlignment="Left" Margin="10,38,0,0" Grid.Row="1" TextWrapping="Wrap" Text="Описание видео" VerticalAlignment="Top" Grid.Column="1"/>
|
||||
<Grid Grid.Row="1" Grid.Column="3"/>
|
||||
<Grid Grid.Row="1" Grid.Column="0">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Button Content="Пауза" Grid.Column="0" Background="Red"/>
|
||||
<Button Content="Запуск" Grid.Column="1" Background="Green"/>
|
||||
<Button Content="Рестарт" Grid.Column="2" Background="Blue"/>
|
||||
</Grid>
|
||||
<MediaElement/>
|
||||
</Grid>
|
||||
</Window>
|
||||
|
Binary file not shown.
@ -7,4 +7,12 @@
|
||||
<UseWPF>true</UseWPF>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Videos\Y2mate.mx-There is nothing we can do.. _ Napoleon Song %28Amour Plastique - slowed to perfection & loop%29-%28240p%29.mp4" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Videos\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user