0798c0229dd59b2e75f7473829116d23a2aa9e44b7c8305597b15ac869f767fe.source 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. #pragma checksum "..\..\..\..\Logging\Controls\LogView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3792AB37225E18AED43CD5AB7689522BE89E08D1"
  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.Ink;
  32. using System.Windows.Input;
  33. using System.Windows.Markup;
  34. using System.Windows.Media;
  35. using System.Windows.Media.Animation;
  36. using System.Windows.Media.Effects;
  37. using System.Windows.Media.Imaging;
  38. using System.Windows.Media.Media3D;
  39. using System.Windows.Media.TextFormatting;
  40. using System.Windows.Navigation;
  41. using System.Windows.Shapes;
  42. using System.Windows.Shell;
  43. using TeamAAS.Logging.Controls;
  44. namespace TeamAAS.Logging.Controls {
  45. /// <summary>
  46. /// LogView
  47. /// </summary>
  48. public partial class LogView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  49. #line 66 "..\..\..\..\Logging\Controls\LogView.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.Primitives.ToggleButton TgInfo;
  52. #line default
  53. #line hidden
  54. #line 69 "..\..\..\..\Logging\Controls\LogView.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Controls.Primitives.ToggleButton TgWarning;
  57. #line default
  58. #line hidden
  59. #line 72 "..\..\..\..\Logging\Controls\LogView.xaml"
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  61. internal System.Windows.Controls.Primitives.ToggleButton TgError;
  62. #line default
  63. #line hidden
  64. #line 76 "..\..\..\..\Logging\Controls\LogView.xaml"
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  66. internal System.Windows.Controls.Button BtnClear;
  67. #line default
  68. #line hidden
  69. #line 81 "..\..\..\..\Logging\Controls\LogView.xaml"
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  71. internal System.Windows.Controls.ListBox LogList;
  72. #line default
  73. #line hidden
  74. private bool _contentLoaded;
  75. /// <summary>
  76. /// InitializeComponent
  77. /// </summary>
  78. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  79. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  80. public void InitializeComponent() {
  81. if (_contentLoaded) {
  82. return;
  83. }
  84. _contentLoaded = true;
  85. System.Uri resourceLocater = new System.Uri("/TeamAAS.Global;component/logging/controls/logview.xaml", System.UriKind.Relative);
  86. #line 1 "..\..\..\..\Logging\Controls\LogView.xaml"
  87. System.Windows.Application.LoadComponent(this, resourceLocater);
  88. #line default
  89. #line hidden
  90. }
  91. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  92. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  93. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  94. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  95. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  96. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  97. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  98. switch (connectionId)
  99. {
  100. case 1:
  101. this.TgInfo = ((System.Windows.Controls.Primitives.ToggleButton)(target));
  102. #line 68 "..\..\..\..\Logging\Controls\LogView.xaml"
  103. this.TgInfo.Checked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  104. #line default
  105. #line hidden
  106. #line 68 "..\..\..\..\Logging\Controls\LogView.xaml"
  107. this.TgInfo.Unchecked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  108. #line default
  109. #line hidden
  110. return;
  111. case 2:
  112. this.TgWarning = ((System.Windows.Controls.Primitives.ToggleButton)(target));
  113. #line 71 "..\..\..\..\Logging\Controls\LogView.xaml"
  114. this.TgWarning.Checked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  115. #line default
  116. #line hidden
  117. #line 71 "..\..\..\..\Logging\Controls\LogView.xaml"
  118. this.TgWarning.Unchecked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  119. #line default
  120. #line hidden
  121. return;
  122. case 3:
  123. this.TgError = ((System.Windows.Controls.Primitives.ToggleButton)(target));
  124. #line 74 "..\..\..\..\Logging\Controls\LogView.xaml"
  125. this.TgError.Checked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  126. #line default
  127. #line hidden
  128. #line 74 "..\..\..\..\Logging\Controls\LogView.xaml"
  129. this.TgError.Unchecked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  130. #line default
  131. #line hidden
  132. return;
  133. case 4:
  134. this.BtnClear = ((System.Windows.Controls.Button)(target));
  135. #line 77 "..\..\..\..\Logging\Controls\LogView.xaml"
  136. this.BtnClear.Click += new System.Windows.RoutedEventHandler(this.BtnClear_Click);
  137. #line default
  138. #line hidden
  139. return;
  140. case 5:
  141. this.LogList = ((System.Windows.Controls.ListBox)(target));
  142. #line 85 "..\..\..\..\Logging\Controls\LogView.xaml"
  143. this.LogList.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.LogList_MouseDoubleClick);
  144. #line default
  145. #line hidden
  146. return;
  147. }
  148. this._contentLoaded = true;
  149. }
  150. }
  151. }