InterlockView.g.i.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. #pragma checksum "..\..\..\..\CenterViews\Parameter\InterlockView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B7E7F80CFC11524E3E098CB6C3D8EFCEF48FEE7A0822B4D50CB8BA6CB6842CA4"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Aitex.Core.UI.DeviceControl;
  12. using Caliburn.Micro;
  13. using MECF.Framework.UI.Client.CenterViews.Parameter;
  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.Interactivity;
  26. using System.Windows.Markup;
  27. using System.Windows.Media;
  28. using System.Windows.Media.Animation;
  29. using System.Windows.Media.Effects;
  30. using System.Windows.Media.Imaging;
  31. using System.Windows.Media.Media3D;
  32. using System.Windows.Media.TextFormatting;
  33. using System.Windows.Navigation;
  34. using System.Windows.Shapes;
  35. using System.Windows.Shell;
  36. namespace MECF.Framework.UI.Client.CenterViews.Parameter {
  37. /// <summary>
  38. /// InterlockView
  39. /// </summary>
  40. public partial class InterlockView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  41. #line 64 "..\..\..\..\CenterViews\Parameter\InterlockView.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.TextBox TxtInterlockKeyText;
  44. #line default
  45. #line hidden
  46. #line 100 "..\..\..\..\CenterViews\Parameter\InterlockView.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.TreeView PART_TREE_PM;
  49. #line default
  50. #line hidden
  51. #line 154 "..\..\..\..\CenterViews\Parameter\InterlockView.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.TreeView PART_TREE_MF;
  54. #line default
  55. #line hidden
  56. #line 208 "..\..\..\..\CenterViews\Parameter\InterlockView.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.TreeView PART_TREE_EDITDETAIL;
  59. #line default
  60. #line hidden
  61. #line 272 "..\..\..\..\CenterViews\Parameter\InterlockView.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.TreeView PART_TREE_EDIT;
  64. #line default
  65. #line hidden
  66. private bool _contentLoaded;
  67. /// <summary>
  68. /// InitializeComponent
  69. /// </summary>
  70. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  71. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  72. public void InitializeComponent() {
  73. if (_contentLoaded) {
  74. return;
  75. }
  76. _contentLoaded = true;
  77. System.Uri resourceLocater = new System.Uri("/MECF.Framework.UI.Client;component/centerviews/parameter/interlockview.xaml", System.UriKind.Relative);
  78. #line 1 "..\..\..\..\CenterViews\Parameter\InterlockView.xaml"
  79. System.Windows.Application.LoadComponent(this, resourceLocater);
  80. #line default
  81. #line hidden
  82. }
  83. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  84. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  86. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  87. return System.Delegate.CreateDelegate(delegateType, this, handler);
  88. }
  89. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  90. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  91. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  92. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  93. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  94. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  95. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  96. switch (connectionId)
  97. {
  98. case 1:
  99. this.TxtInterlockKeyText = ((System.Windows.Controls.TextBox)(target));
  100. return;
  101. case 2:
  102. this.PART_TREE_PM = ((System.Windows.Controls.TreeView)(target));
  103. return;
  104. case 3:
  105. this.PART_TREE_MF = ((System.Windows.Controls.TreeView)(target));
  106. return;
  107. case 4:
  108. this.PART_TREE_EDITDETAIL = ((System.Windows.Controls.TreeView)(target));
  109. return;
  110. case 5:
  111. this.PART_TREE_EDIT = ((System.Windows.Controls.TreeView)(target));
  112. return;
  113. }
  114. this._contentLoaded = true;
  115. }
  116. }
  117. }