LoginWindow.g.i.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. #pragma checksum "..\..\LoginWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0147A5B35BA1DD90A1CC35872D8DD50047E990723F3AEB0DFDF92873E454D076"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Diagnostics;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Controls;
  16. using System.Windows.Controls.Primitives;
  17. using System.Windows.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. namespace ych {
  32. /// <summary>
  33. /// LoginWindow
  34. /// </summary>
  35. public partial class LoginWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  36. #line 17 "..\..\LoginWindow.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.TextBox LoginBox;
  39. #line default
  40. #line hidden
  41. #line 22 "..\..\LoginWindow.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.PasswordBox PassBox;
  44. #line default
  45. #line hidden
  46. #line 29 "..\..\LoginWindow.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.TextBlock ErrorText;
  49. #line default
  50. #line hidden
  51. private bool _contentLoaded;
  52. /// <summary>
  53. /// InitializeComponent
  54. /// </summary>
  55. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  56. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  57. public void InitializeComponent() {
  58. if (_contentLoaded) {
  59. return;
  60. }
  61. _contentLoaded = true;
  62. System.Uri resourceLocater = new System.Uri("/ych;component/loginwindow.xaml", System.UriKind.Relative);
  63. #line 1 "..\..\LoginWindow.xaml"
  64. System.Windows.Application.LoadComponent(this, resourceLocater);
  65. #line default
  66. #line hidden
  67. }
  68. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  69. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  70. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  71. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  73. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  74. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  75. switch (connectionId)
  76. {
  77. case 1:
  78. this.LoginBox = ((System.Windows.Controls.TextBox)(target));
  79. return;
  80. case 2:
  81. this.PassBox = ((System.Windows.Controls.PasswordBox)(target));
  82. return;
  83. case 3:
  84. #line 27 "..\..\LoginWindow.xaml"
  85. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  86. #line default
  87. #line hidden
  88. return;
  89. case 4:
  90. this.ErrorText = ((System.Windows.Controls.TextBlock)(target));
  91. return;
  92. }
  93. this._contentLoaded = true;
  94. }
  95. }
  96. }