Нема описа

LoginWindow.g.cs 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. #pragma checksum "..\..\..\LoginWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "40BD3FFA6C11A874A09405DA0A817690"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.235
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  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. using WpfLocalization;
  32. namespace WpfApplication19 {
  33. /// <summary>
  34. /// LoginWindow
  35. /// </summary>
  36. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  37. public partial class LoginWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  38. #line 6 "..\..\..\LoginWindow.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal System.Windows.Controls.Label label1;
  41. #line default
  42. #line hidden
  43. #line 7 "..\..\..\LoginWindow.xaml"
  44. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  45. internal System.Windows.Controls.Label label2;
  46. #line default
  47. #line hidden
  48. #line 8 "..\..\..\LoginWindow.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.TextBox userIDTextInput;
  51. #line default
  52. #line hidden
  53. #line 9 "..\..\..\LoginWindow.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.PasswordBox passwordBox;
  56. #line default
  57. #line hidden
  58. #line 10 "..\..\..\LoginWindow.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Controls.Button loginButton;
  61. #line default
  62. #line hidden
  63. #line 12 "..\..\..\LoginWindow.xaml"
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  65. internal System.Windows.Controls.TextBlock alertText;
  66. #line default
  67. #line hidden
  68. private bool _contentLoaded;
  69. /// <summary>
  70. /// InitializeComponent
  71. /// </summary>
  72. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  73. public void InitializeComponent() {
  74. if (_contentLoaded) {
  75. return;
  76. }
  77. _contentLoaded = true;
  78. System.Uri resourceLocater = new System.Uri("/WpfApplication19;component/loginwindow.xaml", System.UriKind.Relative);
  79. #line 1 "..\..\..\LoginWindow.xaml"
  80. System.Windows.Application.LoadComponent(this, resourceLocater);
  81. #line default
  82. #line hidden
  83. }
  84. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  85. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  89. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  90. switch (connectionId)
  91. {
  92. case 1:
  93. this.label1 = ((System.Windows.Controls.Label)(target));
  94. return;
  95. case 2:
  96. this.label2 = ((System.Windows.Controls.Label)(target));
  97. return;
  98. case 3:
  99. this.userIDTextInput = ((System.Windows.Controls.TextBox)(target));
  100. return;
  101. case 4:
  102. this.passwordBox = ((System.Windows.Controls.PasswordBox)(target));
  103. return;
  104. case 5:
  105. this.loginButton = ((System.Windows.Controls.Button)(target));
  106. #line 10 "..\..\..\LoginWindow.xaml"
  107. this.loginButton.Click += new System.Windows.RoutedEventHandler(this.loginButton_Click);
  108. #line default
  109. #line hidden
  110. return;
  111. case 6:
  112. #line 11 "..\..\..\LoginWindow.xaml"
  113. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.button2_Click);
  114. #line default
  115. #line hidden
  116. return;
  117. case 7:
  118. this.alertText = ((System.Windows.Controls.TextBlock)(target));
  119. return;
  120. }
  121. this._contentLoaded = true;
  122. }
  123. }
  124. }