3705213c4d834df2c11ea196fbe0f5c52480cc9c8e5e19e707b5fd5321c68b9f.source 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. #pragma checksum "..\..\..\..\Views\GroupEditorView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4E9B4D0807B463E2A06D12B2279AD4BEBD2316A4"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using HandyControl.Controls;
  12. using HandyControl.Data;
  13. using HandyControl.Expression.Media;
  14. using HandyControl.Expression.Shapes;
  15. using HandyControl.Interactivity;
  16. using HandyControl.Media.Animation;
  17. using HandyControl.Media.Effects;
  18. using HandyControl.Properties.Langs;
  19. using HandyControl.Themes;
  20. using HandyControl.Tools;
  21. using HandyControl.Tools.Converter;
  22. using HandyControl.Tools.Extension;
  23. using System;
  24. using System.Diagnostics;
  25. using System.Windows;
  26. using System.Windows.Automation;
  27. using System.Windows.Controls;
  28. using System.Windows.Controls.Primitives;
  29. using System.Windows.Controls.Ribbon;
  30. using System.Windows.Data;
  31. using System.Windows.Documents;
  32. using System.Windows.Ink;
  33. using System.Windows.Input;
  34. using System.Windows.Markup;
  35. using System.Windows.Media;
  36. using System.Windows.Media.Animation;
  37. using System.Windows.Media.Effects;
  38. using System.Windows.Media.Imaging;
  39. using System.Windows.Media.Media3D;
  40. using System.Windows.Media.TextFormatting;
  41. using System.Windows.Navigation;
  42. using System.Windows.Shapes;
  43. using System.Windows.Shell;
  44. using TeamAAS.FlowEditor;
  45. using TeamAAS.Localization;
  46. namespace Plugins.Standard.Views {
  47. /// <summary>
  48. /// GroupEditorView
  49. /// </summary>
  50. public partial class GroupEditorView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  51. #line 18 "..\..\..\..\Views\GroupEditorView.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.TextBlock TxtTitle;
  54. #line default
  55. #line hidden
  56. #line 21 "..\..\..\..\Views\GroupEditorView.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.Button BtnProperties;
  59. #line default
  60. #line hidden
  61. #line 34 "..\..\..\..\Views\GroupEditorView.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal TeamAAS.FlowEditor.FlowEditorView SubFlowEditor;
  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", "10.0.11.0")]
  72. public void InitializeComponent() {
  73. if (_contentLoaded) {
  74. return;
  75. }
  76. _contentLoaded = true;
  77. System.Uri resourceLocater = new System.Uri("/Plugins.Standard;component/views/groupeditorview.xaml", System.UriKind.Relative);
  78. #line 1 "..\..\..\..\Views\GroupEditorView.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", "10.0.11.0")]
  85. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  89. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  90. switch (connectionId)
  91. {
  92. case 1:
  93. #line 7 "..\..\..\..\Views\GroupEditorView.xaml"
  94. ((Plugins.Standard.Views.GroupEditorView)(target)).ContextMenuClosing += new System.Windows.Controls.ContextMenuEventHandler(this.UserControl_ContextMenuClosing);
  95. #line default
  96. #line hidden
  97. #line 8 "..\..\..\..\Views\GroupEditorView.xaml"
  98. ((Plugins.Standard.Views.GroupEditorView)(target)).ToolTipClosing += new System.Windows.Controls.ToolTipEventHandler(this.UserControl_ToolTipClosing);
  99. #line default
  100. #line hidden
  101. return;
  102. case 2:
  103. this.TxtTitle = ((System.Windows.Controls.TextBlock)(target));
  104. return;
  105. case 3:
  106. this.BtnProperties = ((System.Windows.Controls.Button)(target));
  107. #line 25 "..\..\..\..\Views\GroupEditorView.xaml"
  108. this.BtnProperties.Click += new System.Windows.RoutedEventHandler(this.BtnProperties_Click);
  109. #line default
  110. #line hidden
  111. return;
  112. case 4:
  113. this.SubFlowEditor = ((TeamAAS.FlowEditor.FlowEditorView)(target));
  114. return;
  115. }
  116. this._contentLoaded = true;
  117. }
  118. }
  119. }