|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
Margin="0,0,0,40">
|
|
|
|
|
<StackLayout
|
|
|
|
|
Orientation="Vertical">
|
|
|
|
|
<Label HorizontalTextAlignment="Center" x:Name="pile0" />
|
|
|
|
|
<Label HorizontalTextAlignment="Center" x:Name="pile0" Text="1" />
|
|
|
|
|
<StackLayout
|
|
|
|
|
Orientation="Horizontal">
|
|
|
|
|
<CheckBox x:Name="checkbox0" CheckedChanged="radioButton" />
|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
</StackLayout>
|
|
|
|
|
<StackLayout
|
|
|
|
|
Orientation="Vertical">
|
|
|
|
|
<Label HorizontalTextAlignment="Center" x:Name="pile1" />
|
|
|
|
|
<Label HorizontalTextAlignment="Center" x:Name="pile1" Text="1" />
|
|
|
|
|
<StackLayout
|
|
|
|
|
Orientation="Horizontal">
|
|
|
|
|
<CheckBox x:Name="checkbox1" CheckedChanged="radioButton" />
|
|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
</StackLayout>
|
|
|
|
|
<StackLayout
|
|
|
|
|
Orientation="Vertical">
|
|
|
|
|
<Label HorizontalTextAlignment="Center" x:Name="pile2" />
|
|
|
|
|
<Label HorizontalTextAlignment="Center" x:Name="pile2" Text="100" />
|
|
|
|
|
<StackLayout
|
|
|
|
|
Orientation="Horizontal">
|
|
|
|
|
<CheckBox x:Name="checkbox2" CheckedChanged="radioButton" />
|
|
|
|
@ -43,7 +43,7 @@
|
|
|
|
|
</StackLayout>
|
|
|
|
|
<StackLayout
|
|
|
|
|
Orientation="Vertical">
|
|
|
|
|
<Label HorizontalTextAlignment="Center" x:Name="pile3" />
|
|
|
|
|
<Label HorizontalTextAlignment="Center" x:Name="pile3" Text="100" />
|
|
|
|
|
<StackLayout
|
|
|
|
|
Orientation="Horizontal">
|
|
|
|
|
<CheckBox x:Name="checkbox3" CheckedChanged="radioButton" />
|
|
|
|
|