d262e540aeb1bc2af02836b92c70015a9aff416445131b63d6ea60daececb6aa.source 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. #pragma checksum "..\..\..\..\Views\CalibrationView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "82BE058BCF879B97FB3BD2EC9B975FE9BE26DAC2"
  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 HandyControl.Controls;
  11. using HandyControl.Data;
  12. using HandyControl.Expression.Media;
  13. using HandyControl.Expression.Shapes;
  14. using HandyControl.Interactivity;
  15. using HandyControl.Media.Animation;
  16. using HandyControl.Media.Effects;
  17. using HandyControl.Properties.Langs;
  18. using HandyControl.Themes;
  19. using HandyControl.Tools;
  20. using HandyControl.Tools.Converter;
  21. using HandyControl.Tools.Extension;
  22. using System;
  23. using System.Diagnostics;
  24. using System.Windows;
  25. using System.Windows.Automation;
  26. using System.Windows.Controls;
  27. using System.Windows.Controls.Primitives;
  28. using System.Windows.Controls.Ribbon;
  29. using System.Windows.Data;
  30. using System.Windows.Documents;
  31. using System.Windows.Forms.Integration;
  32. using System.Windows.Ink;
  33. using System.Windows.Input;
  34. using System.Windows.Markup;
  35. using System.Windows.Media;
  36. using System.Windows.Media.Animation;
  37. using System.Windows.Media.Effects;
  38. using System.Windows.Media.Imaging;
  39. using System.Windows.Media.Media3D;
  40. using System.Windows.Media.TextFormatting;
  41. using System.Windows.Navigation;
  42. using System.Windows.Shapes;
  43. using System.Windows.Shell;
  44. using TeamAAS.Localization;
  45. namespace TeamAAS.Views {
  46. /// <summary>
  47. /// CalibrationView
  48. /// </summary>
  49. public partial class CalibrationView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  50. #line 34 "..\..\..\..\Views\CalibrationView.xaml"
  51. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  52. internal System.Windows.Controls.ContentControl EngineCalibHost;
  53. #line default
  54. #line hidden
  55. private bool _contentLoaded;
  56. /// <summary>
  57. /// InitializeComponent
  58. /// </summary>
  59. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  60. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  61. public void InitializeComponent() {
  62. if (_contentLoaded) {
  63. return;
  64. }
  65. _contentLoaded = true;
  66. System.Uri resourceLocater = new System.Uri("/TeamAAS;component/views/calibrationview.xaml", System.UriKind.Relative);
  67. #line 1 "..\..\..\..\Views\CalibrationView.xaml"
  68. System.Windows.Application.LoadComponent(this, resourceLocater);
  69. #line default
  70. #line hidden
  71. }
  72. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  73. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  74. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  75. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  76. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  77. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  78. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  79. switch (connectionId)
  80. {
  81. case 1:
  82. this.EngineCalibHost = ((System.Windows.Controls.ContentControl)(target));
  83. return;
  84. }
  85. this._contentLoaded = true;
  86. }
  87. }
  88. }