You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
884 B
18 lines
884 B
<Window x:Class="WpfApp1.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:local="clr-namespace:WpfApp1"
|
|
mc:Ignorable="d"
|
|
Title="MainWindow" Height="450" Width="800">
|
|
<Grid>
|
|
|
|
<Image Source="https://www.nausicaa.fr/content/uploads/2018/10/Heterodontus_francisci_catalina-1280-By-Ed-Bierman-from-CA-usa-Horn-Shark-CC-BY-2.0.jpg" Margin="65,103,158,103"></Image>
|
|
<Label>
|
|
<RadioButton Content="Lol" Height="434" Width="800"/>
|
|
</Label>
|
|
<ProgressBar Height="10" Width="100" Margin="230,42,470,382" ValueChanged="ProgressBar_ValueChanged"/>
|
|
</Grid>
|
|
</Window>
|