Commit c0a72ad0 by wangonghui

添加足球赛事界面德开发

parent cd2b8bc2
...@@ -206,9 +206,9 @@ namespace VIZ.TVP.FTB.Module ...@@ -206,9 +206,9 @@ namespace VIZ.TVP.FTB.Module
Log.Info("序列化结束时间"); 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 @@ ...@@ -56,14 +56,6 @@
<dxe:TextEdit Grid.Column="1" Width="170" FontSize="16" HorizontalContentAlignment="Left" <dxe:TextEdit Grid.Column="1" Width="170" FontSize="16" HorizontalContentAlignment="Left"
HorizontalAlignment="Center" VerticalAlignment="Center" Text="{Binding Title,Mode=TwoWay }"></dxe:TextEdit> 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"/> <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" <dxe:ComboBoxEdit Grid.Column="5" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="16"
...@@ -71,24 +63,12 @@ ...@@ -71,24 +63,12 @@
SelectedItem="{Binding Path=RoundMatchItem,Mode=TwoWay}" > SelectedItem="{Binding Path=RoundMatchItem,Mode=TwoWay}" >
</dxe:ComboBoxEdit> </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"> <WrapPanel Grid.Row="0" Grid.Column="6" HorizontalAlignment="Center" VerticalAlignment="Center">
<Grid> <Grid>
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="110"/> <ColumnDefinition Width="110"/>
<ColumnDefinition Width="30"/> <ColumnDefinition Width="30"/>
</Grid.ColumnDefinitions> </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" <Button Grid.Row="0" Grid.Column="0" Content="加载轮次" FontSize="16"
Command="{Binding BtnRoundCmd}" HorizontalContentAlignment="Center" Command="{Binding BtnRoundCmd}" HorizontalContentAlignment="Center"
...@@ -100,7 +80,6 @@ ...@@ -100,7 +80,6 @@
</Grid> </Grid>
</WrapPanel> </WrapPanel>
</Grid> </Grid>
</WrapPanel> </WrapPanel>
......
...@@ -55,8 +55,6 @@ namespace VIZ.TVP.FTB.Module ...@@ -55,8 +55,6 @@ namespace VIZ.TVP.FTB.Module
{ {
roundMatchItem = value; roundMatchItem = value;
this.RaisePropertyChanged(nameof(RoundMatchItem)); this.RaisePropertyChanged(nameof(RoundMatchItem));
Title = $"意甲联赛第{roundMatchItem}轮";
} }
} }
......
...@@ -33,9 +33,7 @@ ...@@ -33,9 +33,7 @@
</UserControl.Resources> </UserControl.Resources>
<Grid > <Grid >
<Grid.ColumnDefinitions>
<ColumnDefinition Width="197*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="60"/> <RowDefinition Height="60"/>
<RowDefinition Height="*"/> <RowDefinition Height="*"/>
......
...@@ -33,9 +33,6 @@ ...@@ -33,9 +33,6 @@
</UserControl.Resources> </UserControl.Resources>
<Grid > <Grid >
<Grid.ColumnDefinitions>
<ColumnDefinition Width="197*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="60"/> <RowDefinition Height="60"/>
<RowDefinition Height="*"/> <RowDefinition Height="*"/>
......
...@@ -276,6 +276,7 @@ namespace VIZ.TVP.FTB.Module ...@@ -276,6 +276,7 @@ namespace VIZ.TVP.FTB.Module
#endregion #endregion
#region 打开更新数据时间日志 #region 打开更新数据时间日志
/// <summary> /// <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