a6bafce9418fd2a5507e11d14dd6b649e63b13ad2c38ef9df8d70d7704bc6b3a.source 4.8 KB

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