the labels, not working but there are for the players. (future use)
This commit is contained in:
@@ -29,8 +29,15 @@
|
|||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
<RowDefinition/>
|
<RowDefinition/>
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
|
<Label Grid.Row="0" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="1" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="2" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="3" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="4" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="5" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="6" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
<Label Grid.Row="7" Content="{Binding Path=...}" FontSize="15"/>
|
||||||
|
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Button Name="CanvasReset" Click="CanvasReset_Click" Grid.Row="0" Grid.Column="1" HorizontalAlignment="Right" Width="100" Margin="10, 10, 10, 10" Content="RESET" />
|
<Button Name="CanvasReset" Click="CanvasReset_Click" Grid.Row="0" Grid.Column="1" HorizontalAlignment="Right" Width="100" Margin="10, 10, 10, 10" Content="RESET" />
|
||||||
|
|||||||
Reference in New Issue
Block a user