6679f0ce27bc7f072dcd25c704cd1fba09ca1bf9e88ef415c23dd7c1ff105407.source 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. #pragma checksum "..\..\..\..\Dialogs\PluginViewDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D583E989A68ED688C3A4AE18CB8B7F1AC179987A"
  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. namespace TeamAAS.Dialogs.Dialogs {
  45. /// <summary>
  46. /// PluginViewDialog
  47. /// </summary>
  48. public partial class PluginViewDialog : HandyControl.Controls.Window, System.Windows.Markup.IComponentConnector {
  49. #line 17 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.ContentControl ViewHost;
  52. #line default
  53. #line hidden
  54. #line 28 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Controls.TextBlock TxtTip;
  57. #line default
  58. #line hidden
  59. #line 36 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  61. internal System.Windows.Controls.Button BtnExecute;
  62. #line default
  63. #line hidden
  64. #line 38 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  66. internal System.Windows.Controls.Button BtnCancel;
  67. #line default
  68. #line hidden
  69. #line 40 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  71. internal System.Windows.Controls.Button BtnOK;
  72. #line default
  73. #line hidden
  74. private bool _contentLoaded;
  75. /// <summary>
  76. /// InitializeComponent
  77. /// </summary>
  78. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  79. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  80. public void InitializeComponent() {
  81. if (_contentLoaded) {
  82. return;
  83. }
  84. _contentLoaded = true;
  85. System.Uri resourceLocater = new System.Uri("/TeamAAS.Global;component/dialogs/pluginviewdialog.xaml", System.UriKind.Relative);
  86. #line 1 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  87. System.Windows.Application.LoadComponent(this, resourceLocater);
  88. #line default
  89. #line hidden
  90. }
  91. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  92. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  93. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  94. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  95. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  96. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  97. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  98. switch (connectionId)
  99. {
  100. case 1:
  101. this.ViewHost = ((System.Windows.Controls.ContentControl)(target));
  102. return;
  103. case 2:
  104. this.TxtTip = ((System.Windows.Controls.TextBlock)(target));
  105. return;
  106. case 3:
  107. this.BtnExecute = ((System.Windows.Controls.Button)(target));
  108. #line 36 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  109. this.BtnExecute.Click += new System.Windows.RoutedEventHandler(this.BtnExecute_Click);
  110. #line default
  111. #line hidden
  112. #line 37 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  113. this.BtnExecute.MouseEnter += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseEnter);
  114. #line default
  115. #line hidden
  116. #line 37 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  117. this.BtnExecute.MouseLeave += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseLeave);
  118. #line default
  119. #line hidden
  120. return;
  121. case 4:
  122. this.BtnCancel = ((System.Windows.Controls.Button)(target));
  123. #line 38 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  124. this.BtnCancel.Click += new System.Windows.RoutedEventHandler(this.BtnCancel_Click);
  125. #line default
  126. #line hidden
  127. #line 39 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  128. this.BtnCancel.MouseEnter += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseEnter);
  129. #line default
  130. #line hidden
  131. #line 39 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  132. this.BtnCancel.MouseLeave += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseLeave);
  133. #line default
  134. #line hidden
  135. return;
  136. case 5:
  137. this.BtnOK = ((System.Windows.Controls.Button)(target));
  138. #line 40 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  139. this.BtnOK.Click += new System.Windows.RoutedEventHandler(this.BtnOK_Click);
  140. #line default
  141. #line hidden
  142. #line 41 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  143. this.BtnOK.MouseEnter += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseEnter);
  144. #line default
  145. #line hidden
  146. #line 41 "..\..\..\..\Dialogs\PluginViewDialog.xaml"
  147. this.BtnOK.MouseLeave += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseLeave);
  148. #line default
  149. #line hidden
  150. return;
  151. }
  152. this._contentLoaded = true;
  153. }
  154. }
  155. }