Simu_EfemView.g.i.cs 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. #pragma checksum "..\..\..\Views\Simu_EfemView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "D8891E4B9788276567A6579FE22D0D6620FD217AFE69A9693491280326D43960"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using MECF.Framework.Simulator.Core.Commons;
  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.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Markup;
  23. using System.Windows.Media;
  24. using System.Windows.Media.Animation;
  25. using System.Windows.Media.Effects;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Media.Media3D;
  28. using System.Windows.Media.TextFormatting;
  29. using System.Windows.Navigation;
  30. using System.Windows.Shapes;
  31. using System.Windows.Shell;
  32. using VirgoSimulator.Views;
  33. namespace VirgoSimulator.Views {
  34. /// <summary>
  35. /// Simu_EfemView
  36. /// </summary>
  37. public partial class Simu_EfemView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  38. private bool _contentLoaded;
  39. /// <summary>
  40. /// InitializeComponent
  41. /// </summary>
  42. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  43. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  44. public void InitializeComponent() {
  45. if (_contentLoaded) {
  46. return;
  47. }
  48. _contentLoaded = true;
  49. System.Uri resourceLocater = new System.Uri("/VirgoSimulator;component/views/simu_efemview.xaml", System.UriKind.Relative);
  50. #line 1 "..\..\..\Views\Simu_EfemView.xaml"
  51. System.Windows.Application.LoadComponent(this, resourceLocater);
  52. #line default
  53. #line hidden
  54. }
  55. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  56. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  57. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  61. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  62. this._contentLoaded = true;
  63. }
  64. }
  65. }