b43368687a461504acdf9d5446d78714c42481ab4c35a92aed39976ab449ea90.source 7.8 KB

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