Commit 12474bb2 by liulongfei

移除预览窗口

parent 6363de4f
...@@ -80,10 +80,10 @@ ...@@ -80,10 +80,10 @@
<local:NDIView x:Name="cam2" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_2}" Grid.Row="0" Grid.Column="1" Margin="15,10,10,10"></local:NDIView> <local:NDIView x:Name="cam2" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_2}" Grid.Row="0" Grid.Column="1" Margin="15,10,10,10"></local:NDIView>
<local:NDIView x:Name="cam3" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_3}" Grid.Row="1" Grid.Column="0" Margin="10,10,15,10"></local:NDIView> <local:NDIView x:Name="cam3" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_3}" Grid.Row="1" Grid.Column="0" Margin="10,10,15,10"></local:NDIView>
<!-- ***************************************************************************************** --> <!-- ***************************************************************************************** -->
<!--<local:NDIView x:Name="cam4" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_4}" Grid.Row="1" Grid.Column="1" Margin="15,10,10,10"></local:NDIView>--> <local:NDIView x:Name="cam4" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_4}" Grid.Row="1" Grid.Column="1" Margin="15,10,10,10"></local:NDIView>
<!-- ***************************************************************************************** --> <!-- ***************************************************************************************** -->
<!-- CAM_4 窗口暂时隐藏,改为放置3个预览窗口 --> <!-- CAM_4 窗口暂时隐藏,改为放置3个预览窗口 -->
<Grid Grid.Row="1" Grid.Column="1" Margin="20,80,0,0"> <!--<Grid Grid.Row="1" Grid.Column="1" Margin="20,80,0,0">
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="*"></ColumnDefinition> <ColumnDefinition Width="*"></ColumnDefinition>
<ColumnDefinition Width="*"></ColumnDefinition> <ColumnDefinition Width="*"></ColumnDefinition>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
Grid.Column="1" Margin="5,0,5,0"></local:NDIPreviewView> Grid.Column="1" Margin="5,0,5,0"></local:NDIPreviewView>
<local:NDIPreviewView x:Name="prevew3" NDIKey="{x:Static Member=domain:NDIViewKeys.Preview_3}" <local:NDIPreviewView x:Name="prevew3" NDIKey="{x:Static Member=domain:NDIViewKeys.Preview_3}"
Grid.Column="2" Margin="10,0,0,0"></local:NDIPreviewView> Grid.Column="2" Margin="10,0,0,0"></local:NDIPreviewView>
</Grid> </Grid>-->
<!-- ***************************************************************************************** --> <!-- ***************************************************************************************** -->
<!-- CAM_1 会作为单一窗口时的主窗口 --> <!-- CAM_1 会作为单一窗口时的主窗口 -->
<local:NDIView x:Name="cam1" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_1}" Grid.Row="0" Grid.Column="0" Margin="10,10,15,10"></local:NDIView> <local:NDIView x:Name="cam1" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_1}" Grid.Row="0" Grid.Column="0" Margin="10,10,15,10"></local:NDIView>
......
...@@ -47,8 +47,8 @@ ...@@ -47,8 +47,8 @@
x:Name="rbHotkey" Style="{StaticResource RadioButton_Setting}"></RadioButton> x:Name="rbHotkey" Style="{StaticResource RadioButton_Setting}"></RadioButton>
<RadioButton Content="Tally" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center" <RadioButton Content="Tally" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center"
x:Name="rbTally" Style="{StaticResource RadioButton_Setting}"></RadioButton> x:Name="rbTally" Style="{StaticResource RadioButton_Setting}"></RadioButton>
<RadioButton Content="预览" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center" <!--<RadioButton Content="预览" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center"
x:Name="rbPreview" Style="{StaticResource RadioButton_Setting}"></RadioButton> x:Name="rbPreview" Style="{StaticResource RadioButton_Setting}"></RadioButton>-->
<RadioButton Content="关于" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center" <RadioButton Content="关于" Height="50" Foreground="White" FontSize="22" VerticalContentAlignment="Center"
x:Name="rbAbout" Style="{StaticResource RadioButton_Setting}"></RadioButton> x:Name="rbAbout" Style="{StaticResource RadioButton_Setting}"></RadioButton>
</StackPanel> </StackPanel>
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
IsSelected="{Binding ElementName=rbHotkey,Path=IsChecked,Mode=OneWay}"></fcommon:NavigationItemControl> IsSelected="{Binding ElementName=rbHotkey,Path=IsChecked,Mode=OneWay}"></fcommon:NavigationItemControl>
<fcommon:NavigationItemControl ViewType="{x:Type local:TallySettingPanelView}" <fcommon:NavigationItemControl ViewType="{x:Type local:TallySettingPanelView}"
IsSelected="{Binding ElementName=rbTally,Path=IsChecked,Mode=OneWay}"></fcommon:NavigationItemControl> IsSelected="{Binding ElementName=rbTally,Path=IsChecked,Mode=OneWay}"></fcommon:NavigationItemControl>
<fcommon:NavigationItemControl ViewType="{x:Type local:PreviewSettingPanelView}" <!--<fcommon:NavigationItemControl ViewType="{x:Type local:PreviewSettingPanelView}"
IsSelected="{Binding ElementName=rbPreview,Path=IsChecked,Mode=OneWay}"></fcommon:NavigationItemControl> IsSelected="{Binding ElementName=rbPreview,Path=IsChecked,Mode=OneWay}"></fcommon:NavigationItemControl>-->
<fcommon:NavigationItemControl ViewType="{x:Type local:AboutPanelView}" <fcommon:NavigationItemControl ViewType="{x:Type local:AboutPanelView}"
IsSelected="{Binding ElementName=rbAbout,Path=IsChecked,Mode=OneWay}"></fcommon:NavigationItemControl> IsSelected="{Binding ElementName=rbAbout,Path=IsChecked,Mode=OneWay}"></fcommon:NavigationItemControl>
</fcommon:NavigationControl> </fcommon:NavigationControl>
......
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