5410ddfa1333624c1a254dcb5d28fa347e17bf39ac258ad6860a1eb5a69b6e48.source 7.6 KB

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