|
|
@@ -53,7 +53,7 @@ |
|
|
|
<ListBox.ItemTemplate> |
|
|
|
<DataTemplate> |
|
|
|
<Button |
|
|
|
Width="100" |
|
|
|
Width="160" |
|
|
|
Height="80" |
|
|
|
Margin="20,0,0,0" |
|
|
|
s:View.ActionTarget="{Binding DataContext, ElementName=Main}" |
|
|
@@ -67,7 +67,13 @@ |
|
|
|
VerticalAlignment="Center" |
|
|
|
FontSize="18" |
|
|
|
FontWeight="Bold" |
|
|
|
Text="{Binding Device}" /> |
|
|
|
Text="{Binding Stalls, StringFormat=档口:{0}}" /> |
|
|
|
<TextBlock |
|
|
|
HorizontalAlignment="Center" |
|
|
|
VerticalAlignment="Center" |
|
|
|
FontSize="18" |
|
|
|
FontWeight="Bold" |
|
|
|
Text="{Binding Device, StringFormat=设备:{0}}" /> |
|
|
|
<TextBlock |
|
|
|
HorizontalAlignment="Center" |
|
|
|
VerticalAlignment="Center" |
|
|
|