DiagnoseView.g.i.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. #pragma checksum "..\..\..\..\Views\DiagnoseView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "45D07CA42DA4D77107694597CF1FBAC1A84C5CD6EB5A0C387ED8309A2FB446CB"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Diagnostics;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Controls;
  16. using System.Windows.Controls.Primitives;
  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. namespace Aitex.Jet.UI.Views {
  32. /// <summary>
  33. /// DiagnoseView
  34. /// </summary>
  35. public partial class DiagnoseView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  36. private bool _contentLoaded;
  37. /// <summary>
  38. /// InitializeComponent
  39. /// </summary>
  40. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  41. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  42. public void InitializeComponent() {
  43. if (_contentLoaded) {
  44. return;
  45. }
  46. _contentLoaded = true;
  47. System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/diagnoseview.xaml", System.UriKind.Relative);
  48. #line 1 "..\..\..\..\Views\DiagnoseView.xaml"
  49. System.Windows.Application.LoadComponent(this, resourceLocater);
  50. #line default
  51. #line hidden
  52. }
  53. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  54. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  55. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  56. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  59. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  60. switch (connectionId)
  61. {
  62. case 1:
  63. #line 113 "..\..\..\..\Views\DiagnoseView.xaml"
  64. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  65. #line default
  66. #line hidden
  67. return;
  68. case 2:
  69. #line 131 "..\..\..\..\Views\DiagnoseView.xaml"
  70. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  71. #line default
  72. #line hidden
  73. return;
  74. case 3:
  75. #line 146 "..\..\..\..\Views\DiagnoseView.xaml"
  76. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  77. #line default
  78. #line hidden
  79. return;
  80. case 4:
  81. #line 244 "..\..\..\..\Views\DiagnoseView.xaml"
  82. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  83. #line default
  84. #line hidden
  85. return;
  86. case 5:
  87. #line 251 "..\..\..\..\Views\DiagnoseView.xaml"
  88. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  89. #line default
  90. #line hidden
  91. return;
  92. }
  93. this._contentLoaded = true;
  94. }
  95. }
  96. }