Commit 72f63aa5 by 鲁志-悦动

由于业务不需要,主页面注释掉几个功能按钮

parent bf0a4f94
 //------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}
...@@ -10,11 +10,11 @@ none ...@@ -10,11 +10,11 @@ none
false false
21870986562 2-725104376
31364711570 3947974750
17-1683084370 17-1462717611
Themes\Generic.xaml;Widgets\FootballFieldPanel\FootballFieldPanel.xaml; Themes\Generic.xaml;Widgets\FootballFieldPanel\FootballFieldPanel.xaml;
False True
C:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\obj\x64\Debug\GeneratedInternalTypeHelper.g.cs 
FC:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\Themes\Generic.xaml;; FC:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\Themes\Generic.xaml;;
FC:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\Widgets\FootballFieldPanel\FootballFieldPanel.xaml;; FC:\Projects\FGOUT\VIZ.FGOUT\VIZ.FGOUT.Common\Widgets\FootballFieldPanel\FootballFieldPanel.xaml;;
......
...@@ -121,9 +121,14 @@ ...@@ -121,9 +121,14 @@
<!--<ColumnDefinition Width="230*" /> <!--<ColumnDefinition Width="230*" />
<ColumnDefinition Width="209*" /> <ColumnDefinition Width="209*" />
<ColumnDefinition Width="21*" />--> <ColumnDefinition Width="21*" />-->
<ColumnDefinition Width="53*" />
<!--<ColumnDefinition Width="53*" />
<ColumnDefinition Width="10*" /> <ColumnDefinition Width="10*" />
<ColumnDefinition Width="53*" /> <ColumnDefinition Width="53*" />-->
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions> </Grid.ColumnDefinitions>
<!-- 背景border --> <!-- 背景border -->
<Border <Border
...@@ -210,8 +215,8 @@ ...@@ -210,8 +215,8 @@
</Slider> </Slider>
<WrapPanel <WrapPanel
Grid.Row="2" Grid.Row="2"
Grid.Column="2" Grid.Column="1"
Margin="90,0,0,0"> Margin="75,0,0,0">
<Grid> <Grid>
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition /> <ColumnDefinition />
...@@ -399,7 +404,7 @@ ...@@ -399,7 +404,7 @@
</Grid> </Grid>
</GroupBox>--> </GroupBox>-->
<Button <!--<Button
Grid.Row="1" Grid.Row="1"
Grid.Column="0" Grid.Column="0"
Width="120" Width="120"
...@@ -407,6 +412,16 @@ ...@@ -407,6 +412,16 @@
Margin="10" Margin="10"
Command="{Binding VideoStopCommand}" Command="{Binding VideoStopCommand}"
Content="音视频停止命令" Content="音视频停止命令"
Style="{StaticResource ButtonStyle}" />-->
<Button
Grid.Row="1"
Grid.Column="0"
Width="100"
Height="40"
Margin="10"
Command="{Binding Path=RefreshPositionCommand}"
Content="刷新位置"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
<ToggleButton <ToggleButton
...@@ -441,7 +456,7 @@ ...@@ -441,7 +456,7 @@
IsChecked="{Binding IsMatImage, Mode=TwoWay}" IsChecked="{Binding IsMatImage, Mode=TwoWay}"
Style="{StaticResource CheckBox_Setting}" /> Style="{StaticResource CheckBox_Setting}" />
<Button <!--<Button
Grid.Row="1" Grid.Row="1"
Grid.Column="2" Grid.Column="2"
Width="100" Width="100"
...@@ -449,6 +464,16 @@ ...@@ -449,6 +464,16 @@
Margin="10" Margin="10"
Command="{Binding LiveCommand}" Command="{Binding LiveCommand}"
Content="Live" Content="Live"
Style="{StaticResource ButtonStyle}" />-->
<Button
Grid.Row="1"
Grid.Column="2"
Width="100"
Height="40"
Margin="10"
Command="{Binding Path=NewWindowCommand}"
Content="New Window"
Style="{StaticResource ButtonStyle}" /> Style="{StaticResource ButtonStyle}" />
<ToggleButton <ToggleButton
...@@ -456,7 +481,7 @@ ...@@ -456,7 +481,7 @@
Grid.Column="0" Grid.Column="0"
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}"
...@@ -625,30 +650,10 @@ ...@@ -625,30 +650,10 @@
Height="40" Height="40"
Margin="10" Margin="10"
Command="{Binding Path=CleanInPointCommand}" Command="{Binding Path=CleanInPointCommand}"
Content="Clean In Point" Content="Clean Points"
IsEnabled="{Binding CleanEnable}" IsEnabled="{Binding CleanEnable}"
Style="{StaticResource ButtonStyle}" Style="{StaticResource ButtonStyle}"
Visibility="{Binding ReplaySendVisibility, Mode=TwoWay}" /> Visibility="{Binding ReplaySendVisibility, Mode=TwoWay}" />
<Button
Grid.Row="5"
Grid.Column="0"
Width="100"
Height="40"
Margin="10"
Command="{Binding Path=NewWindowCommand}"
Content="New Window"
Style="{StaticResource ButtonStyle}" />
<Button
Grid.Row="5"
Grid.Column="1"
Width="100"
Height="40"
Margin="10"
Command="{Binding Path=RefreshPositionCommand}"
Content="刷新位置"
Style="{StaticResource ButtonStyle}" />
</Grid> </Grid>
</WrapPanel> </WrapPanel>
<!--<WrapPanel <!--<WrapPanel
...@@ -945,7 +950,7 @@ ...@@ -945,7 +950,7 @@
x:Name="cam1" x:Name="cam1"
Grid.Row="1" Grid.Row="1"
Grid.Column="0" Grid.Column="0"
Margin="10" 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="#46AFA0" />
...@@ -957,13 +962,13 @@ ...@@ -957,13 +962,13 @@
Visibility="{Binding SliderVisibility}"> Visibility="{Binding SliderVisibility}">
<local:NDIView <local:NDIView
x:Name="cam3" x:Name="cam3"
Margin="10" 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="#378CFF" />
</Grid> </Grid>
<StackPanel Grid.Row="1" Grid.Column="1"> <!--<StackPanel Grid.Row="1" Grid.Column="1">
<Button <Button
Width="130" Width="130"
Height="50" Height="50"
...@@ -991,7 +996,8 @@ ...@@ -991,7 +996,8 @@
Content="设置" Content="设置"
FontSize="24" FontSize="24"
Style="{StaticResource BigButtonStyle}" /> Style="{StaticResource BigButtonStyle}" />
</StackPanel> </StackPanel>-->
<!-- ***************************************************************************************** --> <!-- ***************************************************************************************** -->
<!--<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>-->
...@@ -1005,8 +1011,8 @@ ...@@ -1005,8 +1011,8 @@
<local:NDIView <local:NDIView
x:Name="cam2" x:Name="cam2"
Grid.Row="1" Grid.Row="1"
Grid.Column="2" Grid.Column="1"
Margin="10" Margin="0"
IsCam2="True" IsCam2="True"
MouseLeftButtonDown="cam2_MouseLeftButtonDown" MouseLeftButtonDown="cam2_MouseLeftButtonDown"
NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_2}" NDIKey="{x:Static Member=domain:NDIViewKeys.CAM_2}"
......
...@@ -83,11 +83,11 @@ ...@@ -83,11 +83,11 @@
<RowDefinition Height="*" /> <RowDefinition Height="*" />
</Grid.RowDefinitions> </Grid.RowDefinitions>
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="80" /> <ColumnDefinition Width="72" />
<!--<ColumnDefinition Width="120" />--> <!--<ColumnDefinition Width="120" />-->
<ColumnDefinition Width="*" /> <ColumnDefinition Width="*" />
<!--<ColumnDefinition Width="40" />--> <!--<ColumnDefinition Width="40" />-->
<ColumnDefinition Width="80" /> <ColumnDefinition Width="72" />
</Grid.ColumnDefinitions> </Grid.ColumnDefinitions>
<!-- 调试 --> <!-- 调试 -->
<!-- =================================================================================================== --> <!-- =================================================================================================== -->
...@@ -314,14 +314,22 @@ ...@@ -314,14 +314,22 @@
BorderThickness="6" /> BorderThickness="6" />
</Canvas>--> </Canvas>-->
<Grid> <Grid>
<Grid.RowDefinitions>
<RowDefinition Height="57*" />
<RowDefinition Height="23*" />
</Grid.RowDefinitions>
<fcommon:VideoControl <fcommon:VideoControl
x:Name="video" x:Name="video"
Grid.RowSpan="2"
Width="{Binding ElementName=canvas1, Path=ActualWidth}" Width="{Binding ElementName=canvas1, Path=ActualWidth}"
Height="{Binding ElementName=canvas1, Path=ActualHeight}" Height="{Binding ElementName=canvas1, Path=ActualHeight}"
BorderBrush="White" BorderBrush="White"
BorderThickness="6" /> BorderThickness="6" />
<!--<Canvas x:Name="canvas1" Focusable="False" />--> <!--<Canvas x:Name="canvas1" Focusable="False" />-->
<Canvas x:Name="canvas1" Focusable="True" /> <Canvas
x:Name="canvas1"
Grid.RowSpan="2"
Focusable="True" />
</Grid> </Grid>
</Border> </Border>
<!--</RadioButton>--> <!--</RadioButton>-->
......
...@@ -904,13 +904,15 @@ namespace VIZ.FGOUT.Module ...@@ -904,13 +904,15 @@ namespace VIZ.FGOUT.Module
// 是否显示目标裁切框 // 是否显示目标裁切框
this.IsShowAlgorithmTargetBox = config.IsShowAlgorithmTargetBox; this.IsShowAlgorithmTargetBox = config.IsShowAlgorithmTargetBox;
#region 注释掉的代码
//SetPlaceConfig setPlaceConfig = ApplicationDomainEx.LiteDbContext.SetPlaceConfig.FindAll().FirstOrDefault(); //SetPlaceConfig setPlaceConfig = ApplicationDomainEx.LiteDbContext.SetPlaceConfig.FindAll().FirstOrDefault();
//SetPlaceNewConfig setPlaceNewConfig = ApplicationDomainEx.LiteDbContext.SetPlaceNewConfig.FindAll().FirstOrDefault(); //SetPlaceNewConfig setPlaceNewConfig = ApplicationDomainEx.LiteDbContext.SetPlaceNewConfig.FindAll().FirstOrDefault();
SetPlaceNewConfig setPlaceNewConfig = ApplicationDomainEx.LiteDbContext.SetPlaceNewConfig.FindOne(p => //SetPlaceNewConfig setPlaceNewConfig = ApplicationDomainEx.LiteDbContext.SetPlaceNewConfig.FindOne(p =>
p.SportCode == this.viewConfig.GameName); // p.SportCode == this.viewConfig.GameName);
//if (setPlaceConfig == null) return; ////if (setPlaceConfig == null) return;
if (setPlaceNewConfig == null) return; //if (setPlaceNewConfig == null) return;
////如果结束位置的count为0,则不加载位置标记 ////如果结束位置的count为0,则不加载位置标记
//if (setPlaceNewConfig.EndPlace.Count == 0) return; //if (setPlaceNewConfig.EndPlace.Count == 0) return;
...@@ -957,6 +959,8 @@ namespace VIZ.FGOUT.Module ...@@ -957,6 +959,8 @@ namespace VIZ.FGOUT.Module
// //view.myPath.Data = view.aa; // //view.myPath.Data = view.aa;
//} //}
#endregion
LoadPositionMark(); LoadPositionMark();
} }
} }
...@@ -978,24 +982,34 @@ namespace VIZ.FGOUT.Module ...@@ -978,24 +982,34 @@ namespace VIZ.FGOUT.Module
NDIView view = this.GetView<NDIView>(); NDIView view = this.GetView<NDIView>();
if(view == null) return; if(view == null) return;
if (setPlaceNewConfig.StartPlace.Count > 0) //WPFHelper.Invoke(() =>
{ //{
view.polygonsStart = setPlaceNewConfig.StartPlace; // try
foreach (var points in setPlaceNewConfig.StartPlace) // {
AddPoints(view, points, Brushes.Blue); if (setPlaceNewConfig.StartPlace.Count > 0)
} {
if (setPlaceNewConfig.EndPlace.Count > 0) view.polygonsStart = setPlaceNewConfig.StartPlace;
{ foreach (var points in setPlaceNewConfig.StartPlace)
view.polygonsEnd = setPlaceNewConfig.EndPlace; AddPoints(view, points, Brushes.Blue);
foreach (var points in setPlaceNewConfig.EndPlace) }
AddPoints(view, points, Brushes.Green); if (setPlaceNewConfig.EndPlace.Count > 0)
} {
if (setPlaceNewConfig.InvlidPlace.Count > 0) view.polygonsEnd = setPlaceNewConfig.EndPlace;
{ foreach (var points in setPlaceNewConfig.EndPlace)
view.rectsInvalid = setPlaceNewConfig.InvlidPlace; AddPoints(view, points, Brushes.Green);
foreach (var points in setPlaceNewConfig.InvlidPlace) }
AddRects(view, points, Brushes.Red); if (setPlaceNewConfig.InvlidPlace.Count > 0)
} {
view.rectsInvalid = setPlaceNewConfig.InvlidPlace;
foreach (var points in setPlaceNewConfig.InvlidPlace)
AddRects(view, points, Brushes.Red);
}
// }
// catch (Exception ex)
// {
// log.Error(ex);
// }
//});
} }
} }
......
#pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "036DC15D56BEB88DFD4F5BE282523EDB281EA04F9BFAB1117941DAB80B87EA4A" #pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B113860AB0C0197CED7CCF2E34D93345831C6625C0F36BCEDECC51FD15DE4B17"
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <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 234 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 239 "..\..\..\..\..\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 251 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 256 "..\..\..\..\..\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 945 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 950 "..\..\..\..\..\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 959 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 964 "..\..\..\..\..\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;
...@@ -90,7 +90,7 @@ namespace VIZ.FGOUT.Module { ...@@ -90,7 +90,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 1006 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 1012 "..\..\..\..\..\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;
...@@ -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 236 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 241 "..\..\..\..\..\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 253 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 258 "..\..\..\..\..\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}" "036DC15D56BEB88DFD4F5BE282523EDB281EA04F9BFAB1117941DAB80B87EA4A" #pragma checksum "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B113860AB0C0197CED7CCF2E34D93345831C6625C0F36BCEDECC51FD15DE4B17"
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <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 234 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 239 "..\..\..\..\..\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 251 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 256 "..\..\..\..\..\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 945 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 950 "..\..\..\..\..\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 959 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 964 "..\..\..\..\..\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;
...@@ -90,7 +90,7 @@ namespace VIZ.FGOUT.Module { ...@@ -90,7 +90,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 1006 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 1012 "..\..\..\..\..\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;
...@@ -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 236 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 241 "..\..\..\..\..\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 253 "..\..\..\..\..\NDIMainView\View\NDIMainView.xaml" #line 258 "..\..\..\..\..\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 "..\..\..\..\..\NDIView\View\NDIView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "62506BB5D5E61B6642528CA82F199E6B85D4AFB7A5D2817BDE2AEB745D984638" #pragma checksum "..\..\..\..\..\NDIView\View\NDIView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "568BA73618BA1F6479483D3784A685B7578E494CFE9DEEF6DFC5B9866AC947B6"
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// 此代码由工具生成。 // 此代码由工具生成。
...@@ -68,7 +68,7 @@ namespace VIZ.FGOUT.Module { ...@@ -68,7 +68,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 318 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 322 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.Framework.Common.VideoControl video; internal VIZ.Framework.Common.VideoControl video;
...@@ -76,7 +76,7 @@ namespace VIZ.FGOUT.Module { ...@@ -76,7 +76,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 324 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 330 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Canvas canvas1; internal System.Windows.Controls.Canvas canvas1;
...@@ -84,7 +84,7 @@ namespace VIZ.FGOUT.Module { ...@@ -84,7 +84,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 409 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 417 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _Setting_; internal System.Windows.Controls.Button _Setting_;
...@@ -92,7 +92,7 @@ namespace VIZ.FGOUT.Module { ...@@ -92,7 +92,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 430 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 438 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _RestartBtn_; internal System.Windows.Controls.Button _RestartBtn_;
...@@ -100,7 +100,7 @@ namespace VIZ.FGOUT.Module { ...@@ -100,7 +100,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 444 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 452 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _StopBtn_; internal System.Windows.Controls.Button _StopBtn_;
......
#pragma checksum "..\..\..\..\..\NDIView\View\NDIView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "62506BB5D5E61B6642528CA82F199E6B85D4AFB7A5D2817BDE2AEB745D984638" #pragma checksum "..\..\..\..\..\NDIView\View\NDIView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "568BA73618BA1F6479483D3784A685B7578E494CFE9DEEF6DFC5B9866AC947B6"
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// 此代码由工具生成。 // 此代码由工具生成。
...@@ -68,7 +68,7 @@ namespace VIZ.FGOUT.Module { ...@@ -68,7 +68,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 318 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 322 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal VIZ.Framework.Common.VideoControl video; internal VIZ.Framework.Common.VideoControl video;
...@@ -76,7 +76,7 @@ namespace VIZ.FGOUT.Module { ...@@ -76,7 +76,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 324 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 330 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Canvas canvas1; internal System.Windows.Controls.Canvas canvas1;
...@@ -84,7 +84,7 @@ namespace VIZ.FGOUT.Module { ...@@ -84,7 +84,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 409 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 417 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _Setting_; internal System.Windows.Controls.Button _Setting_;
...@@ -92,7 +92,7 @@ namespace VIZ.FGOUT.Module { ...@@ -92,7 +92,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 430 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 438 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _RestartBtn_; internal System.Windows.Controls.Button _RestartBtn_;
...@@ -100,7 +100,7 @@ namespace VIZ.FGOUT.Module { ...@@ -100,7 +100,7 @@ namespace VIZ.FGOUT.Module {
#line hidden #line hidden
#line 444 "..\..\..\..\..\NDIView\View\NDIView.xaml" #line 452 "..\..\..\..\..\NDIView\View\NDIView.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button _StopBtn_; internal System.Windows.Controls.Button _StopBtn_;
......
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.
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