415b761bdf9f8669f8ed764700ad3b408d12120cd60a7864e1b4d26a58d3f993.source 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #pragma checksum "..\..\..\UI\DefaultCameraDebugPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F00FEB2625AA83C78D22C92D3B5402F8829D5FBE"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. using System;
  11. using System.Diagnostics;
  12. using System.Windows;
  13. using System.Windows.Automation;
  14. using System.Windows.Controls;
  15. using System.Windows.Controls.Primitives;
  16. using System.Windows.Controls.Ribbon;
  17. using System.Windows.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. using TeamAAS.Camera.UI.Controls;
  32. namespace TeamAAS.Camera.UI {
  33. /// <summary>
  34. /// DefaultCameraDebugPage
  35. /// </summary>
  36. public partial class DefaultCameraDebugPage : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  37. #line 7 "..\..\..\UI\DefaultCameraDebugPage.xaml"
  38. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  39. internal TeamAAS.Camera.UI.Controls.ImageDisplayControl Display;
  40. #line default
  41. #line hidden
  42. private bool _contentLoaded;
  43. /// <summary>
  44. /// InitializeComponent
  45. /// </summary>
  46. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  47. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  48. public void InitializeComponent() {
  49. if (_contentLoaded) {
  50. return;
  51. }
  52. _contentLoaded = true;
  53. System.Uri resourceLocater = new System.Uri("/TeamAAS.Camera;component/ui/defaultcameradebugpage.xaml", System.UriKind.Relative);
  54. #line 1 "..\..\..\UI\DefaultCameraDebugPage.xaml"
  55. System.Windows.Application.LoadComponent(this, resourceLocater);
  56. #line default
  57. #line hidden
  58. }
  59. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  60. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  61. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  65. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  66. switch (connectionId)
  67. {
  68. case 1:
  69. this.Display = ((TeamAAS.Camera.UI.Controls.ImageDisplayControl)(target));
  70. return;
  71. }
  72. this._contentLoaded = true;
  73. }
  74. }
  75. }