Loadlock.g.cs 4.5 KB

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