AccountManagerView.g.i.cs 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. #pragma checksum "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7916BCC5B01700F24A83F8752CB6BA056FAFA344328BB5F4CC092B5D98B17489"
  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. /// AccountManagerView
  34. /// </summary>
  35. public partial class AccountManagerView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  36. #line 16 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.Button btnCreateAccount;
  39. #line default
  40. #line hidden
  41. #line 17 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.Button btnUserProperty;
  44. #line default
  45. #line hidden
  46. #line 18 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.Button btnUserPwd;
  49. #line default
  50. #line hidden
  51. #line 19 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.Button btnRoleEdit;
  54. #line default
  55. #line hidden
  56. #line 20 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.Button btnDeleteAccount;
  59. #line default
  60. #line hidden
  61. #line 21 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.Button button_MyAccount;
  64. #line default
  65. #line hidden
  66. #line 26 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  68. internal System.Windows.Controls.CheckBox checkBoxToggleAvailable;
  69. #line default
  70. #line hidden
  71. #line 28 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  72. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  73. internal System.Windows.Controls.TextBlock label2;
  74. #line default
  75. #line hidden
  76. #line 31 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  77. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  78. internal System.Windows.Controls.TextBlock label4;
  79. #line default
  80. #line hidden
  81. #line 36 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  82. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  83. internal System.Windows.Controls.DataGrid dataGrid1;
  84. #line default
  85. #line hidden
  86. private bool _contentLoaded;
  87. /// <summary>
  88. /// InitializeComponent
  89. /// </summary>
  90. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  91. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  92. public void InitializeComponent() {
  93. if (_contentLoaded) {
  94. return;
  95. }
  96. _contentLoaded = true;
  97. System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/accountmanagement/accountmanagerview.xaml", System.UriKind.Relative);
  98. #line 1 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  99. System.Windows.Application.LoadComponent(this, resourceLocater);
  100. #line default
  101. #line hidden
  102. }
  103. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  104. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  105. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  106. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  107. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  108. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  109. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  110. switch (connectionId)
  111. {
  112. case 1:
  113. this.btnCreateAccount = ((System.Windows.Controls.Button)(target));
  114. #line 16 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  115. this.btnCreateAccount.Click += new System.Windows.RoutedEventHandler(this.button_CreateAccount_Click);
  116. #line default
  117. #line hidden
  118. return;
  119. case 2:
  120. this.btnUserProperty = ((System.Windows.Controls.Button)(target));
  121. #line 17 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  122. this.btnUserProperty.Click += new System.Windows.RoutedEventHandler(this.btnUserProperty_Click);
  123. #line default
  124. #line hidden
  125. return;
  126. case 3:
  127. this.btnUserPwd = ((System.Windows.Controls.Button)(target));
  128. #line 18 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  129. this.btnUserPwd.Click += new System.Windows.RoutedEventHandler(this.btnUserPwd_Click);
  130. #line default
  131. #line hidden
  132. return;
  133. case 4:
  134. this.btnRoleEdit = ((System.Windows.Controls.Button)(target));
  135. #line 19 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  136. this.btnRoleEdit.Click += new System.Windows.RoutedEventHandler(this.btnRoleEdit_Click);
  137. #line default
  138. #line hidden
  139. return;
  140. case 5:
  141. this.btnDeleteAccount = ((System.Windows.Controls.Button)(target));
  142. #line 20 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  143. this.btnDeleteAccount.Click += new System.Windows.RoutedEventHandler(this.btnDeleteAccount_Click);
  144. #line default
  145. #line hidden
  146. return;
  147. case 6:
  148. this.button_MyAccount = ((System.Windows.Controls.Button)(target));
  149. #line 21 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  150. this.button_MyAccount.Click += new System.Windows.RoutedEventHandler(this.button_MyAccount_Click);
  151. #line default
  152. #line hidden
  153. return;
  154. case 7:
  155. this.checkBoxToggleAvailable = ((System.Windows.Controls.CheckBox)(target));
  156. #line 26 "..\..\..\..\..\Views\AccountManagement\AccountManagerView.xaml"
  157. this.checkBoxToggleAvailable.Click += new System.Windows.RoutedEventHandler(this.checkBoxToggleAvailable_Click);
  158. #line default
  159. #line hidden
  160. return;
  161. case 8:
  162. this.label2 = ((System.Windows.Controls.TextBlock)(target));
  163. return;
  164. case 9:
  165. this.label4 = ((System.Windows.Controls.TextBlock)(target));
  166. return;
  167. case 10:
  168. this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target));
  169. return;
  170. }
  171. this._contentLoaded = true;
  172. }
  173. }
  174. }