923367e30a6a05c571c4c0e12f25eb5028ef0c93942f228718315428e8a2858a.source 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. #pragma checksum "..\..\..\..\Dialogs\SelectDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "89E1AC2710E242BF50361CC0265A19FB4C0B13C4"
  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. /// SelectDialog
  47. /// </summary>
  48. public partial class SelectDialog : HandyControl.Controls.Window, System.Windows.Markup.IComponentConnector {
  49. #line 21 "..\..\..\..\Dialogs\SelectDialog.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.TextBlock LabelText;
  52. #line default
  53. #line hidden
  54. #line 29 "..\..\..\..\Dialogs\SelectDialog.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Controls.ComboBox SelectBox;
  57. #line default
  58. #line hidden
  59. private bool _contentLoaded;
  60. /// <summary>
  61. /// InitializeComponent
  62. /// </summary>
  63. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  64. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  65. public void InitializeComponent() {
  66. if (_contentLoaded) {
  67. return;
  68. }
  69. _contentLoaded = true;
  70. System.Uri resourceLocater = new System.Uri("/TeamAAS.Global;component/dialogs/selectdialog.xaml", System.UriKind.Relative);
  71. #line 1 "..\..\..\..\Dialogs\SelectDialog.xaml"
  72. System.Windows.Application.LoadComponent(this, resourceLocater);
  73. #line default
  74. #line hidden
  75. }
  76. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  77. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.11.0")]
  78. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  79. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  80. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  81. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  82. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  83. switch (connectionId)
  84. {
  85. case 1:
  86. this.LabelText = ((System.Windows.Controls.TextBlock)(target));
  87. return;
  88. case 2:
  89. this.SelectBox = ((System.Windows.Controls.ComboBox)(target));
  90. return;
  91. case 3:
  92. #line 37 "..\..\..\..\Dialogs\SelectDialog.xaml"
  93. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnCancel_Click);
  94. #line default
  95. #line hidden
  96. return;
  97. case 4:
  98. #line 38 "..\..\..\..\Dialogs\SelectDialog.xaml"
  99. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.BtnOK_Click);
  100. #line default
  101. #line hidden
  102. return;
  103. }
  104. this._contentLoaded = true;
  105. }
  106. }
  107. }