a762e025adad70fc17d97a04d271f45c626f4a6051298e53f6bc6cdd5d8dec1e.source 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. #pragma checksum "..\..\..\..\..\Logging\Controls\LogView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3792AB37225E18AED43CD5AB7689522BE89E08D1"
  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 System;
  24. using System.Diagnostics;
  25. using System.Windows;
  26. using System.Windows.Automation;
  27. using System.Windows.Controls;
  28. using System.Windows.Controls.Primitives;
  29. using System.Windows.Controls.Ribbon;
  30. using System.Windows.Data;
  31. using System.Windows.Documents;
  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.Logging.Controls;
  45. namespace TeamAAS.Logging.Controls {
  46. /// <summary>
  47. /// LogView
  48. /// </summary>
  49. public partial class LogView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  50. #line 66 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  51. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  52. internal System.Windows.Controls.Primitives.ToggleButton TgInfo;
  53. #line default
  54. #line hidden
  55. #line 69 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  56. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  57. internal System.Windows.Controls.Primitives.ToggleButton TgWarning;
  58. #line default
  59. #line hidden
  60. #line 72 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  62. internal System.Windows.Controls.Primitives.ToggleButton TgError;
  63. #line default
  64. #line hidden
  65. #line 76 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  67. internal System.Windows.Controls.Button BtnClear;
  68. #line default
  69. #line hidden
  70. #line 81 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  72. internal System.Windows.Controls.ListBox LogList;
  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.Global;component/logging/controls/logview.xaml", System.UriKind.Relative);
  87. #line 1 "..\..\..\..\..\Logging\Controls\LogView.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.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  95. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  96. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  97. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  98. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  99. switch (connectionId)
  100. {
  101. case 1:
  102. this.TgInfo = ((System.Windows.Controls.Primitives.ToggleButton)(target));
  103. #line 68 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  104. this.TgInfo.Checked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  105. #line default
  106. #line hidden
  107. #line 68 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  108. this.TgInfo.Unchecked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  109. #line default
  110. #line hidden
  111. return;
  112. case 2:
  113. this.TgWarning = ((System.Windows.Controls.Primitives.ToggleButton)(target));
  114. #line 71 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  115. this.TgWarning.Checked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  116. #line default
  117. #line hidden
  118. #line 71 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  119. this.TgWarning.Unchecked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  120. #line default
  121. #line hidden
  122. return;
  123. case 3:
  124. this.TgError = ((System.Windows.Controls.Primitives.ToggleButton)(target));
  125. #line 74 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  126. this.TgError.Checked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  127. #line default
  128. #line hidden
  129. #line 74 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  130. this.TgError.Unchecked += new System.Windows.RoutedEventHandler(this.CategoryToggle_Changed);
  131. #line default
  132. #line hidden
  133. return;
  134. case 4:
  135. this.BtnClear = ((System.Windows.Controls.Button)(target));
  136. #line 77 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  137. this.BtnClear.Click += new System.Windows.RoutedEventHandler(this.BtnClear_Click);
  138. #line default
  139. #line hidden
  140. return;
  141. case 5:
  142. this.LogList = ((System.Windows.Controls.ListBox)(target));
  143. #line 85 "..\..\..\..\..\Logging\Controls\LogView.xaml"
  144. this.LogList.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.LogList_MouseDoubleClick);
  145. #line default
  146. #line hidden
  147. return;
  148. }
  149. this._contentLoaded = true;
  150. }
  151. }
  152. }