0914a1f185d88a96f2b56e886df1a533adb96e88f28ea2bf8ca28a0a5c867f6c.source 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. #pragma checksum "..\..\..\..\..\Views\RegistryDebugWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EB35593C35083B455B9CC7B56C6348CD1C2967E4"
  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 PropertyGridLib;
  24. using System;
  25. using System.Diagnostics;
  26. using System.Windows;
  27. using System.Windows.Automation;
  28. using System.Windows.Controls;
  29. using System.Windows.Controls.Primitives;
  30. using System.Windows.Controls.Ribbon;
  31. using System.Windows.Data;
  32. using System.Windows.Documents;
  33. using System.Windows.Forms.Integration;
  34. using System.Windows.Ink;
  35. using System.Windows.Input;
  36. using System.Windows.Markup;
  37. using System.Windows.Media;
  38. using System.Windows.Media.Animation;
  39. using System.Windows.Media.Effects;
  40. using System.Windows.Media.Imaging;
  41. using System.Windows.Media.Media3D;
  42. using System.Windows.Media.TextFormatting;
  43. using System.Windows.Navigation;
  44. using System.Windows.Shapes;
  45. using System.Windows.Shell;
  46. namespace TeamAAS.Views {
  47. /// <summary>
  48. /// RegistryDebugWindow
  49. /// </summary>
  50. public partial class RegistryDebugWindow : HandyControl.Controls.Window, System.Windows.Markup.IComponentConnector {
  51. #line 23 "..\..\..\..\..\Views\RegistryDebugWindow.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.CheckBox ChkAutoRefresh;
  54. #line default
  55. #line hidden
  56. #line 27 "..\..\..\..\..\Views\RegistryDebugWindow.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.Button BtnRefresh;
  59. #line default
  60. #line hidden
  61. #line 44 "..\..\..\..\..\Views\RegistryDebugWindow.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal PropertyGridLib.PropertyGrid GridMain;
  64. #line default
  65. #line hidden
  66. #line 55 "..\..\..\..\..\Views\RegistryDebugWindow.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal PropertyGridLib.PropertyGrid GridDebug;
  69. #line default
  70. #line hidden
  71. private bool _contentLoaded;
  72. /// <summary>
  73. /// InitializeComponent
  74. /// </summary>
  75. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  76. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  77. public void InitializeComponent() {
  78. if (_contentLoaded) {
  79. return;
  80. }
  81. _contentLoaded = true;
  82. System.Uri resourceLocater = new System.Uri("/TeamAAS;component/views/registrydebugwindow.xaml", System.UriKind.Relative);
  83. #line 1 "..\..\..\..\..\Views\RegistryDebugWindow.xaml"
  84. System.Windows.Application.LoadComponent(this, resourceLocater);
  85. #line default
  86. #line hidden
  87. }
  88. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  89. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  90. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  91. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  92. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  93. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  94. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  95. switch (connectionId)
  96. {
  97. case 1:
  98. this.ChkAutoRefresh = ((System.Windows.Controls.CheckBox)(target));
  99. #line 26 "..\..\..\..\..\Views\RegistryDebugWindow.xaml"
  100. this.ChkAutoRefresh.Checked += new System.Windows.RoutedEventHandler(this.ChkAutoRefresh_Changed);
  101. #line default
  102. #line hidden
  103. #line 26 "..\..\..\..\..\Views\RegistryDebugWindow.xaml"
  104. this.ChkAutoRefresh.Unchecked += new System.Windows.RoutedEventHandler(this.ChkAutoRefresh_Changed);
  105. #line default
  106. #line hidden
  107. return;
  108. case 2:
  109. this.BtnRefresh = ((System.Windows.Controls.Button)(target));
  110. #line 27 "..\..\..\..\..\Views\RegistryDebugWindow.xaml"
  111. this.BtnRefresh.Click += new System.Windows.RoutedEventHandler(this.BtnRefresh_Click);
  112. #line default
  113. #line hidden
  114. return;
  115. case 3:
  116. this.GridMain = ((PropertyGridLib.PropertyGrid)(target));
  117. return;
  118. case 4:
  119. this.GridDebug = ((PropertyGridLib.PropertyGrid)(target));
  120. return;
  121. }
  122. this._contentLoaded = true;
  123. }
  124. }
  125. }