Commit 0a3885bc by liulongfei

调整菜单位置

parent 77d49f32
...@@ -55,18 +55,18 @@ ...@@ -55,18 +55,18 @@
<Border Background="#ff4d449f" Height="40"> <Border Background="#ff4d449f" Height="40">
<TextBlock Text="包装" VerticalAlignment="Center" HorizontalAlignment="Center" Foreground="White"></TextBlock> <TextBlock Text="包装" VerticalAlignment="Center" HorizontalAlignment="Center" Foreground="White"></TextBlock>
</Border> </Border>
<RadioButton x:Name="rb_BottomHoleInfo" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}"
Content="洞信息版"></RadioButton>
<RadioButton x:Name="rb_TeamInfo" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}" <RadioButton x:Name="rb_TeamInfo" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}"
Content="队伍信息"></RadioButton> Content="队伍信息"></RadioButton>
<RadioButton x:Name="rb_GroupInfo" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}" <RadioButton x:Name="rb_GroupInfo" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}"
Content="小组信息"></RadioButton> Content="小组信息"></RadioButton>
<RadioButton x:Name="rb_GroupInfoSingle" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}" <RadioButton x:Name="rb_GroupInfoSingle" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}"
Content="赛中小组数据"></RadioButton> Content="赛中小组数据"></RadioButton>
<RadioButton x:Name="rb_Champion" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}"
Content="冠军版"></RadioButton>
<RadioButton x:Name="rb_GroupHoleInfo" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}" <RadioButton x:Name="rb_GroupHoleInfo" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}"
Content="分组洞信息版"></RadioButton> Content="分组洞信息版"></RadioButton>
<RadioButton x:Name="rb_BottomHoleInfo" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}" <RadioButton x:Name="rb_Champion" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}"
Content="底部洞信息版"></RadioButton> Content="冠军版"></RadioButton>
<!-- 队伍排名 --> <!-- 队伍排名 -->
<Rectangle Height="1" Fill="#44000000" Margin="0,5,0,5"></Rectangle> <Rectangle Height="1" Fill="#44000000" Margin="0,5,0,5"></Rectangle>
...@@ -77,8 +77,8 @@ ...@@ -77,8 +77,8 @@
Content="赛后队伍排名"></RadioButton> Content="赛后队伍排名"></RadioButton>
<RadioButton x:Name="rb_ShortTeamRanking" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}" <RadioButton x:Name="rb_ShortTeamRanking" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}"
Content="短版队伍排名"></RadioButton> Content="短版队伍排名"></RadioButton>
<RadioButton x:Name="rb_LongTeamRanking" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}" <!--<RadioButton x:Name="rb_LongTeamRanking" GroupName="MAIN" Style="{StaticResource RadioButton_MainView}"
Content="长版队伍排名"></RadioButton> Content="长版队伍排名"></RadioButton>-->
<!-- 小组排名 --> <!-- 小组排名 -->
<Rectangle Height="1" Fill="#44000000" Margin="0,5,0,5"></Rectangle> <Rectangle Height="1" Fill="#44000000" Margin="0,5,0,5"></Rectangle>
......
...@@ -72,6 +72,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "55-Service", "55-Service", ...@@ -72,6 +72,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "55-Service", "55-Service",
EndProject EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VIZ.TVP.Golf.Service", "VIZ.TVP.Golf.Service\VIZ.TVP.Golf.Service.csproj", "{1881B036-D5EE-4510-9E07-B2A1E1A4BFBF}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VIZ.TVP.Golf.Service", "VIZ.TVP.Golf.Service\VIZ.TVP.Golf.Service.csproj", "{1881B036-D5EE-4510-9E07-B2A1E1A4BFBF}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01-VIA", "01-VIA", "{6C7958A0-AB1A-4639-8CFC-EB595325E9CC}"
ProjectSection(SolutionItems) = preProject
VIA\Golf.via = VIA\Golf.via
EndProjectSection
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
......
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