Commit 35c08c36 by wangonghui

修改日期文字

parent 77add42a
......@@ -60,8 +60,8 @@
EditValue="{Binding MatchDate,Mode=TwoWay}" FontSize="16" ShowToday="False" ShowClearButton="False"
VerticalAlignment="Center" MaskUseAsDisplayFormat="True" >
</dxe:DateEdit>
<Button Grid.Column="2" Content="一天" FontSize="14" Width="70" Height="30" Command="{Binding UpDateCmd}" />
<Button Grid.Column="3" Content="一天" FontSize="14" Width="70" Height="30" Command="{Binding DownDateCmd}" />
<Button Grid.Column="2" Content="一天" FontSize="14" Width="70" Height="30" Command="{Binding UpDateCmd}" />
<Button Grid.Column="3" Content="一天" FontSize="14" Width="70" Height="30" Command="{Binding DownDateCmd}" />
<WrapPanel Grid.Column="4" VerticalAlignment="Center">
<Grid>
<Grid.ColumnDefinitions>
......
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