FestoControl.g.i.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. #pragma checksum "..\..\..\..\UserControls\FestoControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9E24016F7A85403245BDF8676DADC1F98A6ACCD4"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using FestoDebugger.UserControls;
  12. using System;
  13. using System.Diagnostics;
  14. using System.Windows;
  15. using System.Windows.Automation;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Controls.Ribbon;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Effects;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Media.Media3D;
  29. using System.Windows.Media.TextFormatting;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Shell;
  33. namespace FestoDebugger.UserControls {
  34. /// <summary>
  35. /// FestoControl
  36. /// </summary>
  37. public partial class FestoControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  38. #line 7 "..\..\..\..\UserControls\FestoControl.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal FestoDebugger.UserControls.FestoControl self;
  41. #line default
  42. #line hidden
  43. private bool _contentLoaded;
  44. /// <summary>
  45. /// InitializeComponent
  46. /// </summary>
  47. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  48. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
  49. public void InitializeComponent() {
  50. if (_contentLoaded) {
  51. return;
  52. }
  53. _contentLoaded = true;
  54. System.Uri resourceLocater = new System.Uri("/FestoDebugger;V1.0.0.0;component/usercontrols/festocontrol.xaml", System.UriKind.Relative);
  55. #line 1 "..\..\..\..\UserControls\FestoControl.xaml"
  56. System.Windows.Application.LoadComponent(this, resourceLocater);
  57. #line default
  58. #line hidden
  59. }
  60. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  61. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
  62. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  66. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  67. switch (connectionId)
  68. {
  69. case 1:
  70. this.self = ((FestoDebugger.UserControls.FestoControl)(target));
  71. return;
  72. case 2:
  73. #line 29 "..\..\..\..\UserControls\FestoControl.xaml"
  74. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AOn_Click);
  75. #line default
  76. #line hidden
  77. return;
  78. case 3:
  79. #line 30 "..\..\..\..\UserControls\FestoControl.xaml"
  80. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.AOff_Click);
  81. #line default
  82. #line hidden
  83. return;
  84. case 4:
  85. #line 31 "..\..\..\..\UserControls\FestoControl.xaml"
  86. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BOn_Click);
  87. #line default
  88. #line hidden
  89. return;
  90. case 5:
  91. #line 32 "..\..\..\..\UserControls\FestoControl.xaml"
  92. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BOff_Click);
  93. #line default
  94. #line hidden
  95. return;
  96. }
  97. this._contentLoaded = true;
  98. }
  99. }
  100. }