#pragma checksum "..\..\..\..\Views\SettingView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "342724D1B1C434E4668B6B133CB3522FAB88DA8F" //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ using HandyControl.Controls; using HandyControl.Data; using HandyControl.Expression.Media; using HandyControl.Expression.Shapes; using HandyControl.Interactivity; using HandyControl.Media.Animation; using HandyControl.Media.Effects; using HandyControl.Properties.Langs; using HandyControl.Themes; using HandyControl.Tools; using HandyControl.Tools.Converter; using HandyControl.Tools.Extension; using Prism.DryIoc; using Prism.Interactivity; using Prism.Ioc; using Prism.Mvvm; using Prism.Regions; using Prism.Regions.Behaviors; using Prism.Services.Dialogs; using PropertyGridLib; using System; using System.Diagnostics; using System.IO.Ports; using System.Windows; using System.Windows.Automation; using System.Windows.Controls; using System.Windows.Controls.Primitives; using System.Windows.Controls.Ribbon; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Forms.Integration; using System.Windows.Ink; using System.Windows.Input; using System.Windows.Markup; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Effects; using System.Windows.Media.Imaging; using System.Windows.Media.Media3D; using System.Windows.Media.TextFormatting; using System.Windows.Navigation; using System.Windows.Shapes; using System.Windows.Shell; using TeamAAS.Camera.UI.Controls; using TeamAAS.Converters; using TeamAAS.Feeder.Enums; using TeamAAS.Feeder.Models; using TeamAAS.Localization; namespace TeamAAS.Views { /// /// SettingView /// public partial class SettingView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { #line 317 "..\..\..\..\Views\SettingView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DataGrid CameraDataGrid; #line default #line hidden #line 433 "..\..\..\..\Views\SettingView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.DataGrid RobotDataGrid; #line default #line hidden #line 2153 "..\..\..\..\Views\SettingView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ListBox PlcDebugLogListBox; #line default #line hidden #line 2191 "..\..\..\..\Views\SettingView.xaml" [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] internal System.Windows.Controls.ListBox CommDebugLogListBox; #line default #line hidden private bool _contentLoaded; /// /// InitializeComponent /// [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")] public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Uri resourceLocater = new System.Uri("/TeamAAS;component/views/settingview.xaml", System.UriKind.Relative); #line 1 "..\..\..\..\Views\SettingView.xaml" System.Windows.Application.LoadComponent(this, resourceLocater); #line default #line hidden } [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.CameraDataGrid = ((System.Windows.Controls.DataGrid)(target)); return; case 2: this.RobotDataGrid = ((System.Windows.Controls.DataGrid)(target)); #line 440 "..\..\..\..\Views\SettingView.xaml" this.RobotDataGrid.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.RobotDataGrid_MouseDoubleClick); #line default #line hidden return; case 3: this.PlcDebugLogListBox = ((System.Windows.Controls.ListBox)(target)); #line 2155 "..\..\..\..\Views\SettingView.xaml" this.PlcDebugLogListBox.IsVisibleChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.PlcDebugLogListBox_IsVisibleChanged); #line default #line hidden #line 2156 "..\..\..\..\Views\SettingView.xaml" this.PlcDebugLogListBox.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.PlcDebugLogListBox_MouseDoubleClick); #line default #line hidden return; case 4: this.CommDebugLogListBox = ((System.Windows.Controls.ListBox)(target)); #line 2192 "..\..\..\..\Views\SettingView.xaml" this.CommDebugLogListBox.IsVisibleChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.CommDebugLogListBox_IsVisibleChanged); #line default #line hidden #line 2193 "..\..\..\..\Views\SettingView.xaml" this.CommDebugLogListBox.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.CommDebugLogListBox_MouseDoubleClick); #line default #line hidden return; } this._contentLoaded = true; } } }