8f4d4807ece6ef0087c370e6c39418726b9e88677ce87af33ce490cc100a98de.source 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. #pragma checksum "..\..\..\..\Views\VmFlowEditorView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "48953B183B8B11BEA11C289D164B09136E0F2C66"
  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.Vm.Views {
  47. /// <summary>
  48. /// VmFlowEditorView
  49. /// </summary>
  50. public partial class VmFlowEditorView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  51. #line 16 "..\..\..\..\Views\VmFlowEditorView.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\VmFlowEditorView.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\VmFlowEditorView.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.Grid EditorRoot;
  64. #line default
  65. #line hidden
  66. #line 35 "..\..\..\..\Views\VmFlowEditorView.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal TeamAAS.FlowEditor.FlowEditorView SubFlowEditor;
  69. #line default
  70. #line hidden
  71. #line 38 "..\..\..\..\Views\VmFlowEditorView.xaml"
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  73. internal System.Windows.Controls.Grid VisionPanel;
  74. #line default
  75. #line hidden
  76. #line 49 "..\..\..\..\Views\VmFlowEditorView.xaml"
  77. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  78. internal System.Windows.Controls.ComboBox LayerCombo;
  79. #line default
  80. #line hidden
  81. #line 55 "..\..\..\..\Views\VmFlowEditorView.xaml"
  82. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  83. internal System.Windows.Controls.ContentControl DisplayHost;
  84. #line default
  85. #line hidden
  86. #line 58 "..\..\..\..\Views\VmFlowEditorView.xaml"
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  88. internal System.Windows.Controls.TextBlock RunStatusText;
  89. #line default
  90. #line hidden
  91. private bool _contentLoaded;
  92. /// <summary>
  93. /// InitializeComponent
  94. /// </summary>
  95. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  96. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  97. public void InitializeComponent() {
  98. if (_contentLoaded) {
  99. return;
  100. }
  101. _contentLoaded = true;
  102. System.Uri resourceLocater = new System.Uri("/Plugins.Vm;component/views/vmfloweditorview.xaml", System.UriKind.Relative);
  103. #line 1 "..\..\..\..\Views\VmFlowEditorView.xaml"
  104. System.Windows.Application.LoadComponent(this, resourceLocater);
  105. #line default
  106. #line hidden
  107. }
  108. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  109. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  110. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  111. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  112. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  113. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  114. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  115. switch (connectionId)
  116. {
  117. case 1:
  118. this.TxtTitle = ((System.Windows.Controls.TextBlock)(target));
  119. return;
  120. case 2:
  121. this.BtnProperties = ((System.Windows.Controls.Button)(target));
  122. #line 25 "..\..\..\..\Views\VmFlowEditorView.xaml"
  123. this.BtnProperties.Click += new System.Windows.RoutedEventHandler(this.BtnProperties_Click);
  124. #line default
  125. #line hidden
  126. return;
  127. case 3:
  128. this.EditorRoot = ((System.Windows.Controls.Grid)(target));
  129. return;
  130. case 4:
  131. this.SubFlowEditor = ((TeamAAS.FlowEditor.FlowEditorView)(target));
  132. return;
  133. case 5:
  134. this.VisionPanel = ((System.Windows.Controls.Grid)(target));
  135. return;
  136. case 6:
  137. this.LayerCombo = ((System.Windows.Controls.ComboBox)(target));
  138. #line 51 "..\..\..\..\Views\VmFlowEditorView.xaml"
  139. this.LayerCombo.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.LayerCombo_SelectionChanged);
  140. #line default
  141. #line hidden
  142. return;
  143. case 7:
  144. this.DisplayHost = ((System.Windows.Controls.ContentControl)(target));
  145. return;
  146. case 8:
  147. this.RunStatusText = ((System.Windows.Controls.TextBlock)(target));
  148. return;
  149. }
  150. this._contentLoaded = true;
  151. }
  152. }
  153. }