SelectUserDefineView.g.i.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. #pragma checksum "..\..\..\..\..\CenterViews\DataLogs\DataHistory\SelectUserDefineView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3BE5EFB3D01C6DE0C48C2499C38A4486E0C3B93624F372594F5FAA333C3D87FD"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Caliburn.Micro;
  12. using MECF.Framework.UI.Client.CenterViews.DataLogs.DataHistory;
  13. using System;
  14. using System.Diagnostics;
  15. using System.Windows;
  16. using System.Windows.Automation;
  17. using System.Windows.Controls;
  18. using System.Windows.Controls.Primitives;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Forms;
  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. using Xceed.Wpf.Toolkit;
  37. using Xceed.Wpf.Toolkit.Chromes;
  38. using Xceed.Wpf.Toolkit.Core.Converters;
  39. using Xceed.Wpf.Toolkit.Core.Input;
  40. using Xceed.Wpf.Toolkit.Core.Media;
  41. using Xceed.Wpf.Toolkit.Core.Utilities;
  42. using Xceed.Wpf.Toolkit.Panels;
  43. using Xceed.Wpf.Toolkit.Primitives;
  44. using Xceed.Wpf.Toolkit.PropertyGrid;
  45. using Xceed.Wpf.Toolkit.PropertyGrid.Attributes;
  46. using Xceed.Wpf.Toolkit.PropertyGrid.Commands;
  47. using Xceed.Wpf.Toolkit.PropertyGrid.Converters;
  48. using Xceed.Wpf.Toolkit.PropertyGrid.Editors;
  49. using Xceed.Wpf.Toolkit.Zoombox;
  50. namespace MECF.Framework.UI.Client.CenterViews.DataLogs.DataHistory {
  51. /// <summary>
  52. /// SelectUserDefineView
  53. /// </summary>
  54. public partial class SelectUserDefineView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  55. #line 90 "..\..\..\..\..\CenterViews\DataLogs\DataHistory\SelectUserDefineView.xaml"
  56. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  57. internal System.Windows.Controls.TreeView ParameterTreeView;
  58. #line default
  59. #line hidden
  60. #line 118 "..\..\..\..\..\CenterViews\DataLogs\DataHistory\SelectUserDefineView.xaml"
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  62. internal System.Windows.Controls.ListBox _selectListBox;
  63. #line default
  64. #line hidden
  65. private bool _contentLoaded;
  66. /// <summary>
  67. /// InitializeComponent
  68. /// </summary>
  69. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  70. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  71. public void InitializeComponent() {
  72. if (_contentLoaded) {
  73. return;
  74. }
  75. _contentLoaded = true;
  76. System.Uri resourceLocater = new System.Uri("/MECF.Framework.UI.Client;component/centerviews/datalogs/datahistory/selectuserde" +
  77. "fineview.xaml", System.UriKind.Relative);
  78. #line 1 "..\..\..\..\..\CenterViews\DataLogs\DataHistory\SelectUserDefineView.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.ParameterTreeView = ((System.Windows.Controls.TreeView)(target));
  100. return;
  101. case 2:
  102. this._selectListBox = ((System.Windows.Controls.ListBox)(target));
  103. return;
  104. }
  105. this._contentLoaded = true;
  106. }
  107. }
  108. }