UserPwdChangeView.g.i.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. #pragma checksum "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5B6538948459B6F982C3BB4C12F84B78AADEC61712343E212C8E7784C05D7C2A"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  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. namespace Aitex.Triton160.UI.Views {
  32. /// <summary>
  33. /// UserPwdChangeView
  34. /// </summary>
  35. public partial class UserPwdChangeView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  36. #line 8 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.GroupBox groupBox1;
  39. #line default
  40. #line hidden
  41. #line 14 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.Label label1;
  44. #line default
  45. #line hidden
  46. #line 15 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.Label label2;
  49. #line default
  50. #line hidden
  51. #line 16 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.PasswordBox passwordBox1;
  54. #line default
  55. #line hidden
  56. #line 17 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.PasswordBox passwordBox2;
  59. #line default
  60. #line hidden
  61. #line 20 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.Button btnOK;
  64. #line default
  65. #line hidden
  66. #line 21 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal System.Windows.Controls.Button btnClose;
  69. #line default
  70. #line hidden
  71. private bool _contentLoaded;
  72. /// <summary>
  73. /// InitializeComponent
  74. /// </summary>
  75. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  76. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  77. public void InitializeComponent() {
  78. if (_contentLoaded) {
  79. return;
  80. }
  81. _contentLoaded = true;
  82. System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/accountmanagement/userpwdchangeview.xaml", System.UriKind.Relative);
  83. #line 1 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  84. System.Windows.Application.LoadComponent(this, resourceLocater);
  85. #line default
  86. #line hidden
  87. }
  88. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  89. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  90. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  91. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  92. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  93. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  94. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  95. switch (connectionId)
  96. {
  97. case 1:
  98. this.groupBox1 = ((System.Windows.Controls.GroupBox)(target));
  99. return;
  100. case 2:
  101. this.label1 = ((System.Windows.Controls.Label)(target));
  102. return;
  103. case 3:
  104. this.label2 = ((System.Windows.Controls.Label)(target));
  105. return;
  106. case 4:
  107. this.passwordBox1 = ((System.Windows.Controls.PasswordBox)(target));
  108. #line 16 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  109. this.passwordBox1.PasswordChanged += new System.Windows.RoutedEventHandler(this.passwordBox1_PasswordChanged);
  110. #line default
  111. #line hidden
  112. return;
  113. case 5:
  114. this.passwordBox2 = ((System.Windows.Controls.PasswordBox)(target));
  115. #line 17 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  116. this.passwordBox2.PasswordChanged += new System.Windows.RoutedEventHandler(this.passwordBox2_PasswordChanged);
  117. #line default
  118. #line hidden
  119. return;
  120. case 6:
  121. this.btnOK = ((System.Windows.Controls.Button)(target));
  122. #line 20 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  123. this.btnOK.Click += new System.Windows.RoutedEventHandler(this.btnOK_Click);
  124. #line default
  125. #line hidden
  126. return;
  127. case 7:
  128. this.btnClose = ((System.Windows.Controls.Button)(target));
  129. #line 21 "..\..\..\..\..\Views\AccountManagement\UserPwdChangeView.xaml"
  130. this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);
  131. #line default
  132. #line hidden
  133. return;
  134. }
  135. this._contentLoaded = true;
  136. }
  137. }
  138. }