Commit 1164b610 by 鲁志-悦动

主页面布局按设计图调整

parent ed497b9e
...@@ -10,11 +10,11 @@ none ...@@ -10,11 +10,11 @@ none
false false
DEBUG;TRACE DEBUG;TRACE
181380438361 18560433975
1-1441241311 1470602451
11-1602666439 11-350624472
23-2035776870 24-1321085892
Style\Button\Button_NdiView.xaml;Style\Button\Button_Setting.xaml;Style\Button\Button_WindowTop.xaml;Style\CheckBox\CheckBox_NdiView.xaml;Style\CheckBox\CheckBox_Setting.xaml;Style\CheckBox\CheckBox_WindowTop.xaml;Style\ComboBox\ComboBox_Setting.xaml;Style\HotkeyBox\HotkeyBox_Setting.xaml;Style\MessageBox\MessageBoxEx.xaml;Style\RadioButton\RadioButton_FootballSide.xaml;Style\RadioButton\RadioButton_NdiView.xaml;Style\RadioButton\RadioButton_Setting.xaml;Style\Slider\Slider_Setting.xaml;Style\TextBlock\TextBlock_Setting.xaml;Style\TextBox\TextBox_Setting.xaml;Style\ToogleButton\ToogleButton_Setting.xaml;Themes\Generic.xaml;Toolkit\NumericUpDown\NumericUpDown.xaml; Style\Button\Button_NdiView.xaml;Style\Button\Button_Setting.xaml;Style\Button\Button_WindowTop.xaml;Style\CheckBox\CheckBox_NdiView.xaml;Style\CheckBox\CheckBox_Setting.xaml;Style\CheckBox\CheckBox_WindowTop.xaml;Style\ComboBox\ComboBox_Setting.xaml;Style\HotkeyBox\HotkeyBox_Setting.xaml;Style\MessageBox\MessageBoxEx.xaml;Style\RadioButton\RadioButton_FootballSide.xaml;Style\RadioButton\RadioButton_NdiView.xaml;Style\RadioButton\RadioButton_Setting.xaml;Style\Slider\Slider_Setting.xaml;Style\TextBlock\TextBlock_Setting.xaml;Style\TextBox\TextBox_Setting.xaml;Style\ToogleButton\ToogleButton_Setting.xaml;Themes\Generic.xaml;Toolkit\NumericUpDown\NumericUpDown.xaml;
True False
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="30" /> <RowDefinition Height="30" />
<RowDefinition Height="*" /> <RowDefinition Height="*" />
<RowDefinition Height="30" /> <!--<RowDefinition Height="30" />-->
</Grid.RowDefinitions> </Grid.RowDefinitions>
<!-- 顶部 --> <!-- 顶部 -->
<TextBox x:Name="tbFocus" Visibility="Collapsed" /> <TextBox x:Name="tbFocus" Visibility="Collapsed" />
...@@ -101,10 +101,11 @@ ...@@ -101,10 +101,11 @@
</StackPanel> </StackPanel>
</Grid> </Grid>
<!-- 主体 --> <!-- 主体 -->
<Grid Grid.Row="1" Margin="15"> <Grid Grid.Row="1" Margin="0,0,0,0">
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="45" /> <!--<RowDefinition Height="45" />-->
<RowDefinition Height="*" /> <RowDefinition Height="*" />
<RowDefinition Height="75" />
<RowDefinition Height="*" /> <RowDefinition Height="*" />
<RowDefinition Height="30" /> <RowDefinition Height="30" />
</Grid.RowDefinitions> </Grid.RowDefinitions>
...@@ -127,7 +128,7 @@ ...@@ -127,7 +128,7 @@
Grid.ColumnSpan="3" Grid.ColumnSpan="3"
Background="#2C333B" Background="#2C333B"
CornerRadius="6" /> CornerRadius="6" />
<TextBlock <!--<TextBlock
Width="120" Width="120"
Height="40" Height="40"
Margin="0,15,0,0" Margin="0,15,0,0"
...@@ -143,7 +144,7 @@ ...@@ -143,7 +144,7 @@
HorizontalAlignment="Center" HorizontalAlignment="Center"
FontSize="24" FontSize="24"
Style="{StaticResource TextBlockStyle}" Style="{StaticResource TextBlockStyle}"
Text="输出视频" /> Text="输出视频" />-->
<WrapPanel <WrapPanel
Grid.Row="2" Grid.Row="2"
...@@ -207,7 +208,7 @@ ...@@ -207,7 +208,7 @@
Height="40" Height="40"
Margin="10,5" Margin="10,5"
Click="AutoMode_OnClick" Click="AutoMode_OnClick"
Content="自动模式" Content="自动"
Foreground="White" Foreground="White"
IsChecked="{Binding Path=IsAutoEnable, Mode=TwoWay}" IsChecked="{Binding Path=IsAutoEnable, Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}" /> Style="{StaticResource CheckBox_Setting}" />
...@@ -218,7 +219,7 @@ ...@@ -218,7 +219,7 @@
Height="40" Height="40"
Margin="10,5,0,5" Margin="10,5,0,5"
Click="ManualMode_OnClick" Click="ManualMode_OnClick"
Content="手动模式" Content="手动"
Foreground="White" Foreground="White"
IsChecked="{Binding Path=IsEnableTarget, Mode=TwoWay}" IsChecked="{Binding Path=IsEnableTarget, Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}" /> Style="{StaticResource CheckBox_Setting}" />
...@@ -230,7 +231,7 @@ ...@@ -230,7 +231,7 @@
Height="40" Height="40"
Margin="10,10,0,0" Margin="10,10,0,0"
Command="{Binding Path=MattStartCommand}" Command="{Binding Path=MattStartCommand}"
Content="开始抠像(S)" Content="开始"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
<Button <Button
Grid.Column="3" Grid.Column="3"
...@@ -238,7 +239,7 @@ ...@@ -238,7 +239,7 @@
Height="40" Height="40"
Margin="10,10,0,0" Margin="10,10,0,0"
Command="{Binding Path=MattEndCommand}" Command="{Binding Path=MattEndCommand}"
Content="结束抠像(D)" Content="结束"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
<!--<GroupBox <!--<GroupBox
Grid.Row="1" Grid.Row="1"
...@@ -368,19 +369,6 @@ ...@@ -368,19 +369,6 @@
Content="音视频停止命令" Content="音视频停止命令"
Style="{StaticResource ButtonStyle}" />--> Style="{StaticResource ButtonStyle}" />-->
<CheckBox
Grid.Row="0"
Grid.Column="4"
Width="100"
Height="40"
Margin="10,10,0,0"
VerticalContentAlignment="Center"
Command="{Binding SaveMatImageCommand}"
Content="落盘开关"
Foreground="White"
IsChecked="{Binding IsMatImage, Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}" />
<!--<Button <!--<Button
Grid.Row="1" Grid.Row="1"
Grid.Column="2" Grid.Column="2"
...@@ -407,7 +395,7 @@ ...@@ -407,7 +395,7 @@
Width="100" Width="100"
Height="40" Height="40"
Margin="10,10,10,10" Margin="10,10,10,10"
Content="开始位置" Content="开始"
IsChecked="{Binding StartIsChecked}" IsChecked="{Binding StartIsChecked}"
IsEnabled="{Binding StartEnable}" IsEnabled="{Binding StartEnable}"
Style="{StaticResource ToggleButtonStyle}"> Style="{StaticResource ToggleButtonStyle}">
...@@ -427,7 +415,7 @@ ...@@ -427,7 +415,7 @@
Width="100" Width="100"
Height="40" Height="40"
Margin="10" Margin="10"
Content="结束位置" Content="结束"
IsChecked="{Binding EndIsChecked}" IsChecked="{Binding EndIsChecked}"
IsEnabled="{Binding EndEnable}" IsEnabled="{Binding EndEnable}"
Style="{StaticResource ToggleButtonStyle}"> Style="{StaticResource ToggleButtonStyle}">
...@@ -447,7 +435,7 @@ ...@@ -447,7 +435,7 @@
Width="100" Width="100"
Height="40" Height="40"
Margin="10" Margin="10"
Content="无效位置" Content="忽略"
IsChecked="{Binding InvalidIsChecked}" IsChecked="{Binding InvalidIsChecked}"
IsEnabled="{Binding InvalidEnable}" IsEnabled="{Binding InvalidEnable}"
Style="{StaticResource ToggleButtonStyle}"> Style="{StaticResource ToggleButtonStyle}">
...@@ -468,7 +456,7 @@ ...@@ -468,7 +456,7 @@
Height="40" Height="40"
Margin="10" Margin="10"
Command="{Binding Path=CleanCommand}" Command="{Binding Path=CleanCommand}"
Content="清空位置" Content="清空"
IsEnabled="{Binding CleanEnable}" IsEnabled="{Binding CleanEnable}"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
...@@ -479,7 +467,7 @@ ...@@ -479,7 +467,7 @@
Height="40" Height="40"
Margin="10" Margin="10"
Command="{Binding Path=SendPlaceCommand}" Command="{Binding Path=SendPlaceCommand}"
Content="发送位置" Content="发送"
IsEnabled="{Binding SendEnable}" IsEnabled="{Binding SendEnable}"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
...@@ -501,11 +489,10 @@ ...@@ -501,11 +489,10 @@
Height="40" Height="40"
Margin="10" Margin="10"
Command="{Binding Path=RefreshPositionCommand}" Command="{Binding Path=RefreshPositionCommand}"
Content="刷新位置" Content="恢复"
IsEnabled="{Binding SendEnable}" IsEnabled="{Binding SendEnable}"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
<!--<Button <!--<Button
Grid.Row="2" Grid.Row="2"
Grid.Column="2" Grid.Column="2"
...@@ -516,7 +503,7 @@ ...@@ -516,7 +503,7 @@
Content="UE控制" Content="UE控制"
Style="{StaticResource ButtonStyle}" />--> Style="{StaticResource ButtonStyle}" />-->
<GroupBox <!--<GroupBox
Grid.Row="2" Grid.Row="2"
Grid.Column="0" Grid.Column="0"
Grid.ColumnSpan="3" Grid.ColumnSpan="3"
...@@ -528,24 +515,24 @@ ...@@ -528,24 +515,24 @@
Height="40" Height="40"
Margin="5" Margin="5"
Command="{Binding Path=HoldonCommand}" Command="{Binding Path=HoldonCommand}"
Content="Holdon" Content="挂起"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
<Button <Button
Width="100" Width="100"
Height="40" Height="40"
Margin="15,5,0,5" Margin="15,5,0,5"
Command="{Binding Path=GoOnCommand}" Command="{Binding Path=GoOnCommand}"
Content="GoOn" Content="继续"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
<Button <Button
Width="100" Width="100"
Height="40" Height="40"
Margin="20,5,0,5" Margin="20,5,0,5"
Command="{Binding Path=ResetCommand}" Command="{Binding Path=ResetCommand}"
Content="Reset" Content="重置"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
</StackPanel> </StackPanel>
</GroupBox> </GroupBox>-->
<!--<TextBlock <!--<TextBlock
Grid.Row="3" Grid.Row="3"
...@@ -584,10 +571,22 @@ ...@@ -584,10 +571,22 @@
Foreground="White" Foreground="White"
Text="二次确认:" />--> Text="二次确认:" />-->
<CheckBox
Grid.Row="2"
Grid.Column="0"
Width="100"
Height="40"
Margin="10,10,0,0"
VerticalContentAlignment="Center"
Command="{Binding SaveMatImageCommand}"
Content="落盘"
Foreground="White"
IsChecked="{Binding IsMatImage, Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}" />
<GroupBox <GroupBox
Grid.Row="2" Grid.Row="2"
Grid.Column="3" Grid.Column="1"
Grid.ColumnSpan="4" Grid.ColumnSpan="4"
Foreground="White" Foreground="White"
Header="二次确认"> Header="二次确认">
...@@ -613,9 +612,9 @@ ...@@ -613,9 +612,9 @@
VerticalAlignment="Center" VerticalAlignment="Center"
FontSize="14" FontSize="14"
Foreground="White" Foreground="White"
Text="自动发送时间间隔" /> Text="自动发送" />
<TextBox <TextBox
Width="100" Width="30"
Margin="5" Margin="5"
Style="{StaticResource TextBoxStyle}" Style="{StaticResource TextBoxStyle}"
Text="{Binding AutoSendIntervalTime, Mode=TwoWay}"> Text="{Binding AutoSendIntervalTime, Mode=TwoWay}">
...@@ -680,7 +679,7 @@ ...@@ -680,7 +679,7 @@
Height="40" Height="40"
Margin="10" Margin="10"
Command="{Binding Path=ReplayStartCommand}" Command="{Binding Path=ReplayStartCommand}"
Content="Replay Start" Content="播放"
Style="{StaticResource ButtonStyle}" Style="{StaticResource ButtonStyle}"
Visibility="{Binding ReplaySendVisibility, Mode=TwoWay}" /> Visibility="{Binding ReplaySendVisibility, Mode=TwoWay}" />
...@@ -691,7 +690,7 @@ ...@@ -691,7 +690,7 @@
Height="40" Height="40"
Margin="10" Margin="10"
Command="{Binding Path=ReplayStopCommand}" Command="{Binding Path=ReplayStopCommand}"
Content="Replay Stop" Content="停止"
Style="{StaticResource ButtonStyle}" Style="{StaticResource ButtonStyle}"
Visibility="{Binding ReplaySendVisibility, Mode=TwoWay}" /> Visibility="{Binding ReplaySendVisibility, Mode=TwoWay}" />
...@@ -700,8 +699,7 @@ ...@@ -700,8 +699,7 @@
Grid.Column="0" Grid.Column="0"
Width="100" Width="100"
Height="40" Height="40"
Margin="0,10,0,0" Content="回放"
Content="Replay"
IsChecked="{Binding ReplayIsChecked, Mode=TwoWay}" IsChecked="{Binding ReplayIsChecked, Mode=TwoWay}"
Style="{StaticResource ToggleButtonStyle}"> Style="{StaticResource ToggleButtonStyle}">
<b:Interaction.Triggers> <b:Interaction.Triggers>
...@@ -721,7 +719,7 @@ ...@@ -721,7 +719,7 @@
Height="40" Height="40"
Margin="10" Margin="10"
Command="{Binding Path=CleanInPointCommand}" Command="{Binding Path=CleanInPointCommand}"
Content="Clean Points" Content="清除选区"
Style="{StaticResource ButtonStyle}" Style="{StaticResource ButtonStyle}"
Visibility="{Binding ReplaySendVisibility, Mode=TwoWay}" /> Visibility="{Binding ReplaySendVisibility, Mode=TwoWay}" />
</Grid> </Grid>
...@@ -1018,12 +1016,54 @@ ...@@ -1018,12 +1016,54 @@
</WrapPanel>--> </WrapPanel>-->
<local:NDIView <local:NDIView
x:Name="cam1" x:Name="cam1"
Grid.Row="1" Grid.Row="0"
Grid.Column="0" Grid.Column="0"
Margin="0"
MouseLeftButtonDown="cam1_MouseLeftButtonDown" MouseLeftButtonDown="cam1_MouseLeftButtonDown"
NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_1}" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_1}"
VideoBorderBrush="#46AFA0" /> VideoBorderBrush="blue" />
<GroupBox
Grid.Row="1"
Grid.Column="0"
Width="360"
Foreground="White"
Header="算法">
<StackPanel Orientation="Horizontal">
<Button
Width="100"
Height="40"
Margin="10,0,0,0"
Command="{Binding Path=HoldonCommand}"
Content="挂起"
Style="{StaticResource ButtonStyle}" />
<Button
Width="100"
Height="40"
Margin="15,0"
Command="{Binding Path=GoOnCommand}"
Content="继续"
Style="{StaticResource ButtonStyle}" />
<Button
Width="100"
Height="40"
Command="{Binding Path=ResetCommand}"
Content="重置"
Style="{StaticResource ButtonStyle}" />
</StackPanel>
</GroupBox>
<!-- 时间显示 -->
<StackPanel
Grid.Row="1"
Grid.ColumnSpan="2"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Orientation="Horizontal">
<fcommon:TimeDisplayControl
FontSize="30"
FontWeight="Bold"
Foreground="#AAFF0000" />
</StackPanel>
<!--<StackPanel Grid.Row="1" Grid.Column="1"> <!--<StackPanel Grid.Row="1" Grid.Column="1">
<Button <Button
...@@ -1067,7 +1107,7 @@ ...@@ -1067,7 +1107,7 @@
<!-- CAM_1 会作为单一窗口时的主窗口 --> <!-- CAM_1 会作为单一窗口时的主窗口 -->
<local:NDIView <local:NDIView
x:Name="cam2" x:Name="cam2"
Grid.Row="1" Grid.Row="0"
Grid.Column="1" Grid.Column="1"
Margin="0" Margin="0"
IsCam2="True" IsCam2="True"
...@@ -1085,7 +1125,7 @@ ...@@ -1085,7 +1125,7 @@
Margin="0" Margin="0"
IsHiddenSetting="True" IsHiddenSetting="True"
NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_3}" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_3}"
VideoBorderBrush="#378CFF" /> VideoBorderBrush="Yellow" />
</Grid> </Grid>
<!--<Canvas <!--<Canvas
...@@ -1163,7 +1203,7 @@ ...@@ -1163,7 +1203,7 @@
</Grid> </Grid>
</Grid> </Grid>
<!-- 底部 --> <!-- 底部 -->
<Border Grid.Row="2" Background="{StaticResource TitleBarBackground}"> <!--<Border Grid.Row="2" Background="{StaticResource TitleBarBackground}">
<Grid Margin="110,0,110,0"> <Grid Margin="110,0,110,0">
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="120" /> <ColumnDefinition Width="120" />
...@@ -1172,7 +1212,9 @@ ...@@ -1172,7 +1212,9 @@
<ColumnDefinition Width="59*" /> <ColumnDefinition Width="59*" />
<ColumnDefinition Width="120" /> <ColumnDefinition Width="120" />
</Grid.ColumnDefinitions> </Grid.ColumnDefinitions>
-->
<!-- 算法服务监控 --> <!-- 算法服务监控 -->
<!--
<StackPanel <StackPanel
Background="Transparent" Background="Transparent"
Orientation="Horizontal" Orientation="Horizontal"
...@@ -1252,7 +1294,9 @@ ...@@ -1252,7 +1294,9 @@
Foreground="White" Foreground="White"
Text="系统" /> Text="系统" />
</StackPanel> </StackPanel>
-->
<!-- 剪切服务监控 --> <!-- 剪切服务监控 -->
<!--
<StackPanel <StackPanel
Grid.Column="1" Grid.Column="1"
Background="Transparent" Background="Transparent"
...@@ -1332,13 +1376,17 @@ ...@@ -1332,13 +1376,17 @@
Foreground="White" Foreground="White"
Text="界面" /> Text="界面" />
</StackPanel> </StackPanel>
-->
<!-- 计算机监控 --> <!-- 计算机监控 -->
<!--
<StackPanel <StackPanel
Grid.Column="2" Grid.Column="2"
Grid.ColumnSpan="2" Grid.ColumnSpan="2"
Orientation="Horizontal" Orientation="Horizontal"
Visibility="{Binding Path=IsShowAlgorithmTargetBox, Converter={StaticResource Bool2VisibilityConverter}}"> Visibility="{Binding Path=IsShowAlgorithmTargetBox, Converter={StaticResource Bool2VisibilityConverter}}">
-->
<!-- CPU --> <!-- CPU -->
<!--
<TextBlock <TextBlock
Margin="10,0,0,0" Margin="10,0,0,0"
VerticalAlignment="Center" VerticalAlignment="Center"
...@@ -1353,7 +1401,9 @@ ...@@ -1353,7 +1401,9 @@
Foreground="White" Foreground="White"
Text="{Binding Path=SystemMonitorModel.CpuUsedPercentage, StringFormat=P}" Text="{Binding Path=SystemMonitorModel.CpuUsedPercentage, StringFormat=P}"
TextAlignment="Right" /> TextAlignment="Right" />
-->
<!-- 内存 --> <!-- 内存 -->
<!--
<TextBlock <TextBlock
Margin="30,0,0,0" Margin="30,0,0,0"
VerticalAlignment="Center" VerticalAlignment="Center"
...@@ -1456,6 +1506,6 @@ ...@@ -1456,6 +1506,6 @@
<fcommon:TimeDisplayControl FontSize="12" Foreground="#AAFFFFFF" /> <fcommon:TimeDisplayControl FontSize="12" Foreground="#AAFFFFFF" />
</StackPanel> </StackPanel>
</Grid> </Grid>
</Border> </Border>-->
</Grid> </Grid>
</UserControl> </UserControl>
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "44D2D6FF666CA5C1C73C69DE4E677A39716FB44BF411BF5A33DE466303B66E9B" #pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9D2B2F6CF035D1B06FC8DD16AFF531F620ADEAE09A243CC524307F1763D19790"
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// 此代码由工具生成。 // 此代码由工具生成。
...@@ -58,7 +58,7 @@ namespace VIZ.FGOUT.Module { ...@@ -58,7 +58,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 205 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 206 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox _AutoMode_; internal System.Windows.Controls.CheckBox _AutoMode_;
...@@ -66,7 +66,7 @@ namespace VIZ.FGOUT.Module { ...@@ -66,7 +66,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 216 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 217 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox _ManualMode_; internal System.Windows.Controls.CheckBox _ManualMode_;
...@@ -74,7 +74,7 @@ namespace VIZ.FGOUT.Module { ...@@ -74,7 +74,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 1020 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 1018 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam1; internal VIZ.FGOUT.Module.NDIView cam1;
...@@ -82,7 +82,7 @@ namespace VIZ.FGOUT.Module { ...@@ -82,7 +82,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 1069 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 1109 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam2; internal VIZ.FGOUT.Module.NDIView cam2;
...@@ -90,7 +90,7 @@ namespace VIZ.FGOUT.Module { ...@@ -90,7 +90,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 1084 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 1124 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam3; internal VIZ.FGOUT.Module.NDIView cam3;
...@@ -140,7 +140,7 @@ namespace VIZ.FGOUT.Module { ...@@ -140,7 +140,7 @@ namespace VIZ.FGOUT.Module {
case 2: case 2:
this._AutoMode_ = ((System.Windows.Controls.CheckBox)(target)); this._AutoMode_ = ((System.Windows.Controls.CheckBox)(target));
#line 209 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 210 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
this._AutoMode_.Click += new System.Windows.RoutedEventHandler(this.AutoMode_OnClick); this._AutoMode_.Click += new System.Windows.RoutedEventHandler(this.AutoMode_OnClick);
#line default #line default
...@@ -149,7 +149,7 @@ namespace VIZ.FGOUT.Module { ...@@ -149,7 +149,7 @@ namespace VIZ.FGOUT.Module {
case 3: case 3:
this._ManualMode_ = ((System.Windows.Controls.CheckBox)(target)); this._ManualMode_ = ((System.Windows.Controls.CheckBox)(target));
#line 220 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 221 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
this._ManualMode_.Click += new System.Windows.RoutedEventHandler(this.ManualMode_OnClick); this._ManualMode_.Click += new System.Windows.RoutedEventHandler(this.ManualMode_OnClick);
#line default #line default
......
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "44D2D6FF666CA5C1C73C69DE4E677A39716FB44BF411BF5A33DE466303B66E9B" #pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9D2B2F6CF035D1B06FC8DD16AFF531F620ADEAE09A243CC524307F1763D19790"
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// 此代码由工具生成。 // 此代码由工具生成。
...@@ -58,7 +58,7 @@ namespace VIZ.FGOUT.Module { ...@@ -58,7 +58,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 205 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 206 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox _AutoMode_; internal System.Windows.Controls.CheckBox _AutoMode_;
...@@ -66,7 +66,7 @@ namespace VIZ.FGOUT.Module { ...@@ -66,7 +66,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 216 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 217 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.CheckBox _ManualMode_; internal System.Windows.Controls.CheckBox _ManualMode_;
...@@ -74,7 +74,7 @@ namespace VIZ.FGOUT.Module { ...@@ -74,7 +74,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 1020 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 1018 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam1; internal VIZ.FGOUT.Module.NDIView cam1;
...@@ -82,7 +82,7 @@ namespace VIZ.FGOUT.Module { ...@@ -82,7 +82,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 1069 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 1109 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam2; internal VIZ.FGOUT.Module.NDIView cam2;
...@@ -90,7 +90,7 @@ namespace VIZ.FGOUT.Module { ...@@ -90,7 +90,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 1084 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 1124 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.FGOUT.Module.NDIView cam3; internal VIZ.FGOUT.Module.NDIView cam3;
...@@ -140,7 +140,7 @@ namespace VIZ.FGOUT.Module { ...@@ -140,7 +140,7 @@ namespace VIZ.FGOUT.Module {
case 2: case 2:
this._AutoMode_ = ((System.Windows.Controls.CheckBox)(target)); this._AutoMode_ = ((System.Windows.Controls.CheckBox)(target));
#line 209 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 210 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
this._AutoMode_.Click += new System.Windows.RoutedEventHandler(this.AutoMode_OnClick); this._AutoMode_.Click += new System.Windows.RoutedEventHandler(this.AutoMode_OnClick);
#line default #line default
...@@ -149,7 +149,7 @@ namespace VIZ.FGOUT.Module { ...@@ -149,7 +149,7 @@ namespace VIZ.FGOUT.Module {
case 3: case 3:
this._ManualMode_ = ((System.Windows.Controls.CheckBox)(target)); this._ManualMode_ = ((System.Windows.Controls.CheckBox)(target));
#line 220 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 221 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml"
this._ManualMode_.Click += new System.Windows.RoutedEventHandler(this.ManualMode_OnClick); this._ManualMode_.Click += new System.Windows.RoutedEventHandler(this.ManualMode_OnClick);
#line default #line default
......
...@@ -10,11 +10,11 @@ none ...@@ -10,11 +10,11 @@ none
false false
DEBUG;TRACE DEBUG;TRACE
24-1226537834 241325682082
4-1529606353 4-699044453
95-2032219709 951167816992
151915249285 151674092382
NDIMainView\View\NDIMainView.xaml;NDIPreviewView\View\NDIPreviewView.xaml;NDISettingView\View\AlgorithmSettingPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;NDISettingView\View\NDISettingPanelView.xaml;NDISettingView\View\NDISettingView.xaml;NDIView\View\NDIView.xaml;SystemSetting\View\AboutPanelView.xaml;SystemSetting\View\CheckDataPanelView.xaml;SystemSetting\View\HotkeySettingPanelView.xaml;SystemSetting\View\MattingImagePanelView.xaml;SystemSetting\View\NewWindowView.xaml;SystemSetting\View\PackageSettingPanelView.xaml;SystemSetting\View\PreviewSettingPanelView.xaml;SystemSetting\View\ReplayPanelView.xaml;SystemSetting\View\StyleSettingPanelView.xaml;SystemSetting\View\SystemSettingView.xaml;SystemSetting\View\UEControlPanelView.xaml;SystemSetting\View\UESettingPanelView.xaml;Themes\SliderArrange.xaml; NDIMainView\View\NDIMainView.xaml;NDIPreviewView\View\NDIPreviewView.xaml;NDISettingView\View\AlgorithmSettingPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmCablewayPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmNearPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSinglePanelView.xaml;NDISettingView\View\Algorithm\AlgorithmSixteenPanelView.xaml;NDISettingView\View\Algorithm\AlgorithmTacticsPanelView.xaml;NDISettingView\View\NDISettingPanelView.xaml;NDISettingView\View\NDISettingView.xaml;NDIView\View\NDIView.xaml;SystemSetting\View\AboutPanelView.xaml;SystemSetting\View\CheckDataPanelView.xaml;SystemSetting\View\HotkeySettingPanelView.xaml;SystemSetting\View\MattingImagePanelView.xaml;SystemSetting\View\NewWindowView.xaml;SystemSetting\View\PackageSettingPanelView.xaml;SystemSetting\View\PreviewSettingPanelView.xaml;SystemSetting\View\ReplayPanelView.xaml;SystemSetting\View\StyleSettingPanelView.xaml;SystemSetting\View\SystemSettingView.xaml;SystemSetting\View\UEControlPanelView.xaml;SystemSetting\View\UESettingPanelView.xaml;Themes\SliderArrange.xaml;
True False
C:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\obj\x64\Debug\GeneratedInternalTypeHelper.g.cs 
FC:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIMainView\View\NDIMainView.xaml;; FC:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIMainView\View\NDIMainView.xaml;;
FC:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIPreviewView\View\NDIPreviewView.xaml;; FC:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Module\NDIPreviewView\View\NDIPreviewView.xaml;;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
2024-03-14 11:11:56,707 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1} 2024-03-19 10:45:56,876 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:05,956 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 10:45:56,985 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:06,333 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 10:45:57,159 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:A
2024-03-14 11:12:06,780 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 10:46:11,184 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:07,179 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 10:46:11,310 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Ctrl +
2024-03-14 11:12:07,665 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 10:46:11,501 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Ctrl + Alt + A
2024-03-14 11:12:07,705 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:50:03,756 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:07,740 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:50:09,558 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:07,778 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:50:10,205 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:07,816 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:50:12,587 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:07,858 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:50:13,227 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:07,895 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:53:22,777 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:07,896 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:54:35,542 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:07,934 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:57:20,079 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:07,972 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:57:39,931 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:08,010 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:57:40,260 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:08,049 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 15:58:43,362 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,084 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:02:22,234 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,085 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:38,959 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:08,119 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:40,326 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:D6
2024-03-14 11:12:08,157 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:40,541 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:D7
2024-03-14 11:12:08,196 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:42,156 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:08,232 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:42,295 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:08,270 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:42,648 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:08,306 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:43,932 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:D5
2024-03-14 11:12:08,346 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:45,170 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:08,349 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:45,939 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:D3
2024-03-14 11:12:08,383 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:52,190 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,420 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:26:56,877 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:08,458 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:29:21,314 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"signal":"auto_Place","start":[],"end":[],"ignore":[],"timecode":0}
2024-03-14 11:12:08,497 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:30:09,035 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,536 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:37:11,419 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:08,575 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:37:12,629 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,612 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:37:21,094 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:08,613 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:37:24,604 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,650 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:38:29,897 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:08,691 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:38:29,902 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:08,729 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:38:31,147 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,768 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:38:31,148 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,802 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:14,963 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,839 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:14,965 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,881 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:21,157 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:08,916 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:21,163 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:08,917 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:21,741 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:08,999 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:21,741 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:09,011 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:23,452 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:09,058 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:23,452 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:09,059 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:24,075 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:09,094 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:24,076 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:09,135 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:26,428 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:09,170 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:26,433 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:09,171 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:32,554 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:09,206 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 16:48:36,935 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 11:12:09,242 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 17:57:06,511 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 11:12:09,279 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right 2024-03-19 17:57:09,458 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 11:12:09,317 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right
2024-03-14 11:12:09,355 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right
2024-03-14 11:12:09,392 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Right
2024-03-14 11:12:09,836 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,348 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,383 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,419 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,455 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,494 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,534 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,572 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,576 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,612 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,651 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,689 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,691 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,775 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,778 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,815 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,851 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,852 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,887 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,926 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,960 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:12:10,998 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:Left
2024-03-14 11:13:12,949 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:12:18,448 [1] INFO VIZ.FGOUT.Module.NDIMainViewModel - 快捷键:
2024-03-14 14:12:34,997 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:12:36,019 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:19:58,528 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:19:59,763 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:20:00,380 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:20:01,110 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:33:19,001 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:33:20,220 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:37:48,282 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:38:15,385 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:40:16,528 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:40:18,329 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:40:18,948 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:40:23,059 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:40:27,208 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:40:31,243 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:40:32,480 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:40:33,733 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:40:34,440 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:40:35,637 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:40:36,264 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:40:37,513 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:40:38,183 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:40:39,427 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:40:40,076 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:40:41,300 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
2024-03-14 14:40:43,651 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":1}
2024-03-14 14:40:44,895 [1] INFO VIZ.Framework.Connection.UdpEndpointManagerExpand - 发送UDPJosn串:{"type":"REPLAY","start_time":0,"end_time":0,"status":0}
...@@ -10,11 +10,11 @@ none ...@@ -10,11 +10,11 @@ none
false false
DEBUG;TRACE DEBUG;TRACE
C:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT\App.xaml C:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT\App.xaml
21265083526 2-1347366880
6-790135758 6968741766
421356718200 43-1958993781
CloseAlgorithmWindow.xaml;MainWindow.xaml; CloseAlgorithmWindow.xaml;MainWindow.xaml;
True False
...@@ -10,10 +10,10 @@ none ...@@ -10,10 +10,10 @@ none
false false
DEBUG;TRACE DEBUG;TRACE
9-721875057 91711917753
3-630027162 3-1719726047
19-1136530284 19-82108094
Path\ArrowPathResource.xaml;Style\Button\Button_MessageBox.xaml;Style\Button\Button_Normal.xaml;Style\Button\Button_WindowTop.xaml;Style\GridSplitter\GridSplitter_None.xaml;Style\ListBox\ListBox_None.xaml;Style\ScrollView\ScrollView_Default.xaml;Style\TextBox\TextBox_None.xaml;Themes\Generic.xaml; Path\ArrowPathResource.xaml;Style\Button\Button_MessageBox.xaml;Style\Button\Button_Normal.xaml;Style\Button\Button_WindowTop.xaml;Style\GridSplitter\GridSplitter_None.xaml;Style\ListBox\ListBox_None.xaml;Style\ScrollView\ScrollView_Default.xaml;Style\TextBox\TextBox_None.xaml;Themes\Generic.xaml;
False False
......
...@@ -46,8 +46,10 @@ namespace VIZ.Framework.Common ...@@ -46,8 +46,10 @@ namespace VIZ.Framework.Common
/// <summary> /// <summary>
/// Using a DependencyProperty as the backing store for TimeStringFormat. This enables animation, styling, binding, etc... /// Using a DependencyProperty as the backing store for TimeStringFormat. This enables animation, styling, binding, etc...
/// </summary> /// </summary>
//public static readonly DependencyProperty TimeStringFormatProperty =
// DependencyProperty.Register("TimeStringFormat", typeof(string), typeof(TimeDisplayControl), new PropertyMetadata("yyyy-MM-dd HH:mm:ss"));
public static readonly DependencyProperty TimeStringFormatProperty = public static readonly DependencyProperty TimeStringFormatProperty =
DependencyProperty.Register("TimeStringFormat", typeof(string), typeof(TimeDisplayControl), new PropertyMetadata("yyyy-MM-dd HH:mm:ss")); DependencyProperty.Register("TimeStringFormat", typeof(string), typeof(TimeDisplayControl), new PropertyMetadata("HH:mm:ss"));
#endregion #endregion
......
...@@ -10,11 +10,11 @@ none ...@@ -10,11 +10,11 @@ none
false false
DEBUG;TRACE DEBUG;TRACE
15-721109437 15488264905
120150095399 120494897808
44-785521425 44-1238315823
MessageBox\MessageBoxEx.xaml;MessageBox\MessageBoxExWindow.xaml;Themes\Generic.xaml;VideoControl\Control\VideoControl.xaml;Widgets\ColorPickButton\ColorPickButton.xaml;Widgets\ColorPickButton\ColorPickWindow.xaml;Widgets\GPIOPinTestControl\GPIOPinTestControl.xaml;Widgets\HotkeyBox\HotkeyBox.xaml;Widgets\IconButton\IconButton.xaml;Widgets\LabelValue\LabelValue.xaml;Widgets\NavigationControl\NavigationControl.xaml;Widgets\ResizeImageControl\ResizeImageControl.xaml;Widgets\ShowMessageControl\ShowMessageControl.xaml;Widgets\VideoTimeBar\VideoTimeBar.xaml;Widgets\ViewLoader\ViewLoader.xaml; MessageBox\MessageBoxEx.xaml;MessageBox\MessageBoxExWindow.xaml;Themes\Generic.xaml;VideoControl\Control\VideoControl.xaml;Widgets\ColorPickButton\ColorPickButton.xaml;Widgets\ColorPickButton\ColorPickWindow.xaml;Widgets\GPIOPinTestControl\GPIOPinTestControl.xaml;Widgets\HotkeyBox\HotkeyBox.xaml;Widgets\IconButton\IconButton.xaml;Widgets\LabelValue\LabelValue.xaml;Widgets\NavigationControl\NavigationControl.xaml;Widgets\ResizeImageControl\ResizeImageControl.xaml;Widgets\ShowMessageControl\ShowMessageControl.xaml;Widgets\VideoTimeBar\VideoTimeBar.xaml;Widgets\ViewLoader\ViewLoader.xaml;
True False
C:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\obj\x64\Debug\GeneratedInternalTypeHelper.g.cs 
FC:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\MessageBox\MessageBoxEx.xaml;; FC:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\MessageBox\MessageBoxEx.xaml;;
FC:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\MessageBox\MessageBoxExWindow.xaml;; FC:\Projects\FGOUT\VIZ.Framework\VIZ.Framework.Common\MessageBox\MessageBoxExWindow.xaml;;
......
...@@ -10,11 +10,11 @@ none ...@@ -10,11 +10,11 @@ none
false false
DEBUG;TRACE DEBUG;TRACE
1-731644535 11882902973
212002329545 212023628146
25439653939 25699837507
Themes\Generic.xaml; Themes\Generic.xaml;
True False
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