Commit c0a72ad0 by wangonghui

添加足球赛事界面德开发

parent cd2b8bc2
......@@ -206,9 +206,9 @@ namespace VIZ.TVP.FTB.Module
Log.Info("序列化结束时间");
var sortPlayerShoot = shootPlayerRanks.playerstats.Take(5).ToList();
//var sortPlayerShoot = shootPlayerRanks.playerstats.Take(5).ToList();
shootPlayerRanks.playerstats = sortPlayerShoot;
//shootPlayerRanks.playerstats = sortPlayerShoot;
});
......
......@@ -56,14 +56,6 @@
<dxe:TextEdit Grid.Column="1" Width="170" FontSize="16" HorizontalContentAlignment="Left"
HorizontalAlignment="Center" VerticalAlignment="Center" Text="{Binding Title,Mode=TwoWay }"></dxe:TextEdit>
<!--<TextBlock Grid.Column="2" TextBlock.TextAlignment="Center" Text="查询方式:" FontSize="16" VerticalAlignment="Center" Width="70" />
<dxe:ComboBoxEdit Grid.Column="3" Width="60" FontSize="14" ItemsSource="{Binding Path=ChooseMatchItems,Mode=TwoWay}"
SelectedItem="{Binding Path=SelectChooseMatchItem,Mode=TwoWay}" />-->
<TextBlock TextBlock.TextAlignment="Center" Text="轮次:" Width="60" Grid.Column="4" FontSize="16" VerticalAlignment="Center"/>
<dxe:ComboBoxEdit Grid.Column="5" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="16"
......@@ -71,24 +63,12 @@
SelectedItem="{Binding Path=RoundMatchItem,Mode=TwoWay}" >
</dxe:ComboBoxEdit>
<!--<TextBlock TextBlock.TextAlignment="Center" Text="日期:" Width="60" Grid.Column="4" FontSize="16" VerticalAlignment="Center"/>
<dxe:DateEdit Grid.Column="5" HorizontalAlignment="Center" FontSize="16" EditValue="{Binding MatchDate,Mode=TwoWay}"
ShowToday="False" ShowClearButton="False"
VerticalAlignment="Center" MaskUseAsDisplayFormat="True"
Width="120" IsEnabled="{Binding MateDateEnable,Mode=TwoWay}">
</dxe:DateEdit>-->
<WrapPanel Grid.Row="0" Grid.Column="6" HorizontalAlignment="Center" VerticalAlignment="Center">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="110"/>
<ColumnDefinition Width="30"/>
</Grid.ColumnDefinitions>
<!--<Button Content="加载赛程" Command="{Binding BtnCmd}" HorizontalContentAlignment="Center"
Grid.Column="0" Width="100" Height="30" FontSize="14" IsEnabled="{Binding BtmEnable,Mode=TwoWay}" />-->
<Button Grid.Row="0" Grid.Column="0" Content="加载轮次" FontSize="16"
Command="{Binding BtnRoundCmd}" HorizontalContentAlignment="Center"
......@@ -100,7 +80,6 @@
</Grid>
</WrapPanel>
</Grid>
</WrapPanel>
......
......@@ -55,8 +55,6 @@ namespace VIZ.TVP.FTB.Module
{
roundMatchItem = value;
this.RaisePropertyChanged(nameof(RoundMatchItem));
Title = $"意甲联赛第{roundMatchItem}轮";
}
}
......
......@@ -33,9 +33,7 @@
</UserControl.Resources>
<Grid >
<Grid.ColumnDefinitions>
<ColumnDefinition Width="197*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="60"/>
<RowDefinition Height="*"/>
......
......@@ -33,9 +33,6 @@
</UserControl.Resources>
<Grid >
<Grid.ColumnDefinitions>
<ColumnDefinition Width="197*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="60"/>
<RowDefinition Height="*"/>
......
......@@ -276,6 +276,7 @@ namespace VIZ.TVP.FTB.Module
#endregion
#region 打开更新数据时间日志
/// <summary>
/// 打开数据更新日志
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment