JetEfemControl.g.i.cs 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. #pragma checksum "..\..\..\UserControls\JetEfemControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CCFBA335D90914CB590FA0449BA13634E3EEC0CFAD8536A630042916DAF68D31"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Diagnostics;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Controls;
  16. using System.Windows.Controls.Primitives;
  17. using System.Windows.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. using athosThemes.UserControls;
  32. namespace athosThemes.UserControls {
  33. /// <summary>
  34. /// JetEfemControl
  35. /// </summary>
  36. public partial class JetEfemControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  37. #line 7 "..\..\..\UserControls\JetEfemControl.xaml"
  38. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  39. internal athosThemes.UserControls.JetEfemControl self;
  40. #line default
  41. #line hidden
  42. private bool _contentLoaded;
  43. /// <summary>
  44. /// InitializeComponent
  45. /// </summary>
  46. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  47. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  48. public void InitializeComponent() {
  49. if (_contentLoaded) {
  50. return;
  51. }
  52. _contentLoaded = true;
  53. System.Uri resourceLocater = new System.Uri("/athosThemes;component/usercontrols/jetefemcontrol.xaml", System.UriKind.Relative);
  54. #line 1 "..\..\..\UserControls\JetEfemControl.xaml"
  55. System.Windows.Application.LoadComponent(this, resourceLocater);
  56. #line default
  57. #line hidden
  58. }
  59. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  60. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  62. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  63. return System.Delegate.CreateDelegate(delegateType, this, handler);
  64. }
  65. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  67. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  68. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  71. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  72. switch (connectionId)
  73. {
  74. case 1:
  75. this.self = ((athosThemes.UserControls.JetEfemControl)(target));
  76. return;
  77. }
  78. this._contentLoaded = true;
  79. }
  80. }
  81. }