ddc014fb5add55d4cd672e513c044abaeeb3d2de4b969ea32b8da27ef3edb617.source 5.9 KB

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