e1d7e12aa52e71a8d9f58f975cd9ad5e28039934948cc379615595d10503a7e0.source 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. #pragma checksum "..\..\..\..\Views\VppToolBlockEditView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "087375420D6AD74439E7FF700ACE50C3F51BC984"
  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 Plugins.Vpp.Views;
  24. using System;
  25. using System.Diagnostics;
  26. using System.Windows;
  27. using System.Windows.Automation;
  28. using System.Windows.Controls;
  29. using System.Windows.Controls.Primitives;
  30. using System.Windows.Controls.Ribbon;
  31. using System.Windows.Data;
  32. using System.Windows.Documents;
  33. using System.Windows.Forms.Integration;
  34. using System.Windows.Ink;
  35. using System.Windows.Input;
  36. using System.Windows.Markup;
  37. using System.Windows.Media;
  38. using System.Windows.Media.Animation;
  39. using System.Windows.Media.Effects;
  40. using System.Windows.Media.Imaging;
  41. using System.Windows.Media.Media3D;
  42. using System.Windows.Media.TextFormatting;
  43. using System.Windows.Navigation;
  44. using System.Windows.Shapes;
  45. using System.Windows.Shell;
  46. namespace Plugins.Vpp.Views {
  47. /// <summary>
  48. /// VppToolBlockEditView
  49. /// </summary>
  50. public partial class VppToolBlockEditView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  51. #line 20 "..\..\..\..\Views\VppToolBlockEditView.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 27 "..\..\..\..\Views\VppToolBlockEditView.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 39 "..\..\..\..\Views\VppToolBlockEditView.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal Plugins.Vpp.Views.ToolBlockEdit ToolBlockEditor;
  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.Vpp;component/views/vpptoolblockeditview.xaml", System.UriKind.Relative);
  78. #line 1 "..\..\..\..\Views\VppToolBlockEditView.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.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", "10.0.11.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.TxtTitle = ((System.Windows.Controls.TextBlock)(target));
  100. return;
  101. case 2:
  102. this.BtnProperties = ((System.Windows.Controls.Button)(target));
  103. #line 30 "..\..\..\..\Views\VppToolBlockEditView.xaml"
  104. this.BtnProperties.Click += new System.Windows.RoutedEventHandler(this.BtnProperties_Click);
  105. #line default
  106. #line hidden
  107. return;
  108. case 3:
  109. this.ToolBlockEditor = ((Plugins.Vpp.Views.ToolBlockEdit)(target));
  110. return;
  111. }
  112. this._contentLoaded = true;
  113. }
  114. }
  115. }