119d747e6551aa13dc49fa78a4fa871a17716a557381626f4c75771f9213b7cd.source 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. #pragma checksum "..\..\..\..\..\FlowEditor\FlowEditorShellView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C6A0AB6C2F803D544F8DAF08209DF1442D7854F5"
  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.FlowEditor.Converters;
  46. namespace TeamAAS.FlowEditor {
  47. /// <summary>
  48. /// FlowEditorShellView
  49. /// </summary>
  50. public partial class FlowEditorShellView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
  51. private bool _contentLoaded;
  52. /// <summary>
  53. /// InitializeComponent
  54. /// </summary>
  55. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  56. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  57. public void InitializeComponent() {
  58. if (_contentLoaded) {
  59. return;
  60. }
  61. _contentLoaded = true;
  62. System.Uri resourceLocater = new System.Uri("/TeamAAS.FlowEngine;component/floweditor/floweditorshellview.xaml", System.UriKind.Relative);
  63. #line 1 "..\..\..\..\..\FlowEditor\FlowEditorShellView.xaml"
  64. System.Windows.Application.LoadComponent(this, resourceLocater);
  65. #line default
  66. #line hidden
  67. }
  68. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  69. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  70. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  73. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  74. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  75. this._contentLoaded = true;
  76. }
  77. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  78. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  79. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  80. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  81. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  82. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  83. void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
  84. switch (connectionId)
  85. {
  86. case 1:
  87. #line 65 "..\..\..\..\..\FlowEditor\FlowEditorShellView.xaml"
  88. ((System.Windows.Controls.Border)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.TabItem_MouseLeftButtonDown);
  89. #line default
  90. #line hidden
  91. #line 67 "..\..\..\..\..\FlowEditor\FlowEditorShellView.xaml"
  92. ((System.Windows.Controls.Border)(target)).MouseRightButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.TabItem_MouseRightButtonDown);
  93. #line default
  94. #line hidden
  95. break;
  96. case 2:
  97. #line 75 "..\..\..\..\..\FlowEditor\FlowEditorShellView.xaml"
  98. ((System.Windows.Controls.TextBlock)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.TabClose_MouseLeftButtonDown);
  99. #line default
  100. #line hidden
  101. break;
  102. }
  103. }
  104. }
  105. }