RoleEditView.g.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. #pragma checksum "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "46C9961C94EC0DBD36BFA292BEFC3B4EA671BE3745AA910AAD65D8A8137F97F1"
  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. /// RoleEditView
  34. /// </summary>
  35. public partial class RoleEditView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  36. #line 13 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.DataGrid dataGrid1;
  39. #line default
  40. #line hidden
  41. #line 20 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.Button btnAddNew;
  44. #line default
  45. #line hidden
  46. #line 21 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.Button btnSave;
  49. #line default
  50. #line hidden
  51. #line 22 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.Button btnClose;
  54. #line default
  55. #line hidden
  56. #line 23 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.Button btnRoleDelete;
  59. #line default
  60. #line hidden
  61. private bool _contentLoaded;
  62. /// <summary>
  63. /// InitializeComponent
  64. /// </summary>
  65. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  67. public void InitializeComponent() {
  68. if (_contentLoaded) {
  69. return;
  70. }
  71. _contentLoaded = true;
  72. System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/accountmanagement/roleeditview.xaml", System.UriKind.Relative);
  73. #line 1 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  74. System.Windows.Application.LoadComponent(this, resourceLocater);
  75. #line default
  76. #line hidden
  77. }
  78. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  79. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  80. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  81. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  82. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  83. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  84. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  85. switch (connectionId)
  86. {
  87. case 1:
  88. this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target));
  89. return;
  90. case 2:
  91. this.btnAddNew = ((System.Windows.Controls.Button)(target));
  92. #line 20 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  93. this.btnAddNew.Click += new System.Windows.RoutedEventHandler(this.btnAddNew_Click);
  94. #line default
  95. #line hidden
  96. return;
  97. case 3:
  98. this.btnSave = ((System.Windows.Controls.Button)(target));
  99. #line 21 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  100. this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
  101. #line default
  102. #line hidden
  103. return;
  104. case 4:
  105. this.btnClose = ((System.Windows.Controls.Button)(target));
  106. #line 22 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  107. this.btnClose.Click += new System.Windows.RoutedEventHandler(this.btnClose_Click);
  108. #line default
  109. #line hidden
  110. return;
  111. case 5:
  112. this.btnRoleDelete = ((System.Windows.Controls.Button)(target));
  113. #line 23 "..\..\..\..\..\Views\AccountManagement\RoleEditView.xaml"
  114. this.btnRoleDelete.Click += new System.Windows.RoutedEventHandler(this.btnRoleDelete_Click);
  115. #line default
  116. #line hidden
  117. return;
  118. }
  119. this._contentLoaded = true;
  120. }
  121. }
  122. }