4dd9d26d17fc5b016e8302af676e85b72079489e99bf0c1d469fb3c0be89db52.source 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. #pragma checksum "..\..\..\Dialogs\PluginViewDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D583E989A68ED688C3A4AE18CB8B7F1AC179987A"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. using HandyControl.Controls;
  11. using HandyControl.Data;
  12. using HandyControl.Expression.Media;
  13. using HandyControl.Expression.Shapes;
  14. using HandyControl.Interactivity;
  15. using HandyControl.Media.Animation;
  16. using HandyControl.Media.Effects;
  17. using HandyControl.Properties.Langs;
  18. using HandyControl.Themes;
  19. using HandyControl.Tools;
  20. using HandyControl.Tools.Converter;
  21. using HandyControl.Tools.Extension;
  22. using System;
  23. using System.Diagnostics;
  24. using System.Windows;
  25. using System.Windows.Automation;
  26. using System.Windows.Controls;
  27. using System.Windows.Controls.Primitives;
  28. using System.Windows.Controls.Ribbon;
  29. using System.Windows.Data;
  30. using System.Windows.Documents;
  31. using System.Windows.Ink;
  32. using System.Windows.Input;
  33. using System.Windows.Markup;
  34. using System.Windows.Media;
  35. using System.Windows.Media.Animation;
  36. using System.Windows.Media.Effects;
  37. using System.Windows.Media.Imaging;
  38. using System.Windows.Media.Media3D;
  39. using System.Windows.Media.TextFormatting;
  40. using System.Windows.Navigation;
  41. using System.Windows.Shapes;
  42. using System.Windows.Shell;
  43. namespace TeamAAS.Dialogs.Dialogs {
  44. /// <summary>
  45. /// PluginViewDialog
  46. /// </summary>
  47. public partial class PluginViewDialog : HandyControl.Controls.Window, System.Windows.Markup.IComponentConnector {
  48. #line 17 "..\..\..\Dialogs\PluginViewDialog.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.ContentControl ViewHost;
  51. #line default
  52. #line hidden
  53. #line 28 "..\..\..\Dialogs\PluginViewDialog.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.TextBlock TxtTip;
  56. #line default
  57. #line hidden
  58. #line 36 "..\..\..\Dialogs\PluginViewDialog.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Controls.Button BtnExecute;
  61. #line default
  62. #line hidden
  63. #line 38 "..\..\..\Dialogs\PluginViewDialog.xaml"
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  65. internal System.Windows.Controls.Button BtnCancel;
  66. #line default
  67. #line hidden
  68. #line 40 "..\..\..\Dialogs\PluginViewDialog.xaml"
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  70. internal System.Windows.Controls.Button BtnOK;
  71. #line default
  72. #line hidden
  73. private bool _contentLoaded;
  74. /// <summary>
  75. /// InitializeComponent
  76. /// </summary>
  77. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  78. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  79. public void InitializeComponent() {
  80. if (_contentLoaded) {
  81. return;
  82. }
  83. _contentLoaded = true;
  84. System.Uri resourceLocater = new System.Uri("/TeamAAS.Global;component/dialogs/pluginviewdialog.xaml", System.UriKind.Relative);
  85. #line 1 "..\..\..\Dialogs\PluginViewDialog.xaml"
  86. System.Windows.Application.LoadComponent(this, resourceLocater);
  87. #line default
  88. #line hidden
  89. }
  90. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  91. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  92. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  93. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  94. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  95. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  96. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  97. switch (connectionId)
  98. {
  99. case 1:
  100. this.ViewHost = ((System.Windows.Controls.ContentControl)(target));
  101. return;
  102. case 2:
  103. this.TxtTip = ((System.Windows.Controls.TextBlock)(target));
  104. return;
  105. case 3:
  106. this.BtnExecute = ((System.Windows.Controls.Button)(target));
  107. #line 36 "..\..\..\Dialogs\PluginViewDialog.xaml"
  108. this.BtnExecute.Click += new System.Windows.RoutedEventHandler(this.BtnExecute_Click);
  109. #line default
  110. #line hidden
  111. #line 37 "..\..\..\Dialogs\PluginViewDialog.xaml"
  112. this.BtnExecute.MouseEnter += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseEnter);
  113. #line default
  114. #line hidden
  115. #line 37 "..\..\..\Dialogs\PluginViewDialog.xaml"
  116. this.BtnExecute.MouseLeave += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseLeave);
  117. #line default
  118. #line hidden
  119. return;
  120. case 4:
  121. this.BtnCancel = ((System.Windows.Controls.Button)(target));
  122. #line 38 "..\..\..\Dialogs\PluginViewDialog.xaml"
  123. this.BtnCancel.Click += new System.Windows.RoutedEventHandler(this.BtnCancel_Click);
  124. #line default
  125. #line hidden
  126. #line 39 "..\..\..\Dialogs\PluginViewDialog.xaml"
  127. this.BtnCancel.MouseEnter += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseEnter);
  128. #line default
  129. #line hidden
  130. #line 39 "..\..\..\Dialogs\PluginViewDialog.xaml"
  131. this.BtnCancel.MouseLeave += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseLeave);
  132. #line default
  133. #line hidden
  134. return;
  135. case 5:
  136. this.BtnOK = ((System.Windows.Controls.Button)(target));
  137. #line 40 "..\..\..\Dialogs\PluginViewDialog.xaml"
  138. this.BtnOK.Click += new System.Windows.RoutedEventHandler(this.BtnOK_Click);
  139. #line default
  140. #line hidden
  141. #line 41 "..\..\..\Dialogs\PluginViewDialog.xaml"
  142. this.BtnOK.MouseEnter += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseEnter);
  143. #line default
  144. #line hidden
  145. #line 41 "..\..\..\Dialogs\PluginViewDialog.xaml"
  146. this.BtnOK.MouseLeave += new System.Windows.Input.MouseEventHandler(this.BtnTip_MouseLeave);
  147. #line default
  148. #line hidden
  149. return;
  150. }
  151. this._contentLoaded = true;
  152. }
  153. }
  154. }