17843f115b6159860989286a003fa482843b9cc17266962f07637519f3f1a194.source 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. #pragma checksum "..\..\..\..\..\Views\SettingView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "393E6D98BECC69D8724C16143FCC41023A9609CF"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using HandyControl.Controls;
  12. using HandyControl.Data;
  13. using HandyControl.Expression.Media;
  14. using HandyControl.Expression.Shapes;
  15. using HandyControl.Interactivity;
  16. using HandyControl.Media.Animation;
  17. using HandyControl.Media.Effects;
  18. using HandyControl.Properties.Langs;
  19. using HandyControl.Themes;
  20. using HandyControl.Tools;
  21. using HandyControl.Tools.Converter;
  22. using HandyControl.Tools.Extension;
  23. using Prism.DryIoc;
  24. using Prism.Interactivity;
  25. using Prism.Ioc;
  26. using Prism.Mvvm;
  27. using Prism.Regions;
  28. using Prism.Regions.Behaviors;
  29. using Prism.Services.Dialogs;
  30. using PropertyGridLib;
  31. using System;
  32. using System.Diagnostics;
  33. using System.IO.Ports;
  34. using System.Windows;
  35. using System.Windows.Automation;
  36. using System.Windows.Controls;
  37. using System.Windows.Controls.Primitives;
  38. using System.Windows.Controls.Ribbon;
  39. using System.Windows.Data;
  40. using System.Windows.Documents;
  41. using System.Windows.Forms.Integration;
  42. using System.Windows.Ink;
  43. using System.Windows.Input;
  44. using System.Windows.Markup;
  45. using System.Windows.Media;
  46. using System.Windows.Media.Animation;
  47. using System.Windows.Media.Effects;
  48. using System.Windows.Media.Imaging;
  49. using System.Windows.Media.Media3D;
  50. using System.Windows.Media.TextFormatting;
  51. using System.Windows.Navigation;
  52. using System.Windows.Shapes;
  53. using System.Windows.Shell;
  54. using TeamAAS.Camera.UI.Controls;
  55. using TeamAAS.Converters;
  56. using TeamAAS.Feeder.Enums;
  57. using TeamAAS.Feeder.Models;
  58. using TeamAAS.Localization;
  59. using TeamAAS.Views;
  60. namespace TeamAAS.Views {
  61. /// <summary>
  62. /// SettingView
  63. /// </summary>
  64. public partial class SettingView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  65. #line 284 "..\..\..\..\..\Views\SettingView.xaml"
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  67. internal System.Windows.Controls.DataGrid CameraDataGrid;
  68. #line default
  69. #line hidden
  70. #line 383 "..\..\..\..\..\Views\SettingView.xaml"
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  72. internal System.Windows.Controls.DataGrid RobotDataGrid;
  73. #line default
  74. #line hidden
  75. private bool _contentLoaded;
  76. /// <summary>
  77. /// InitializeComponent
  78. /// </summary>
  79. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  80. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  81. public void InitializeComponent() {
  82. if (_contentLoaded) {
  83. return;
  84. }
  85. _contentLoaded = true;
  86. System.Uri resourceLocater = new System.Uri("/TeamAAS;component/views/settingview.xaml", System.UriKind.Relative);
  87. #line 1 "..\..\..\..\..\Views\SettingView.xaml"
  88. System.Windows.Application.LoadComponent(this, resourceLocater);
  89. #line default
  90. #line hidden
  91. }
  92. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  93. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  94. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  95. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  96. return System.Delegate.CreateDelegate(delegateType, this, handler);
  97. }
  98. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  99. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  100. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  101. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  102. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  103. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  104. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  105. switch (connectionId)
  106. {
  107. case 1:
  108. this.CameraDataGrid = ((System.Windows.Controls.DataGrid)(target));
  109. return;
  110. case 2:
  111. this.RobotDataGrid = ((System.Windows.Controls.DataGrid)(target));
  112. #line 390 "..\..\..\..\..\Views\SettingView.xaml"
  113. this.RobotDataGrid.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.RobotDataGrid_MouseDoubleClick);
  114. #line default
  115. #line hidden
  116. return;
  117. }
  118. this._contentLoaded = true;
  119. }
  120. }
  121. }