RolePermissionEdit.g.i.cs 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #pragma checksum "..\..\..\..\..\Views\AccountManagement\RolePermissionEdit.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B28D62ADCA9968AFA4A55FB01B83017345D784A027E6E00BC10C30A96AD1FE08"
  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. /// RolePermissionEdit
  34. /// </summary>
  35. public partial class RolePermissionEdit : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  36. #line 124 "..\..\..\..\..\Views\AccountManagement\RolePermissionEdit.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.ComboBox comboRoles;
  39. #line default
  40. #line hidden
  41. private bool _contentLoaded;
  42. /// <summary>
  43. /// InitializeComponent
  44. /// </summary>
  45. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  46. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  47. public void InitializeComponent() {
  48. if (_contentLoaded) {
  49. return;
  50. }
  51. _contentLoaded = true;
  52. System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/accountmanagement/rolepermissionedit.xaml", System.UriKind.Relative);
  53. #line 1 "..\..\..\..\..\Views\AccountManagement\RolePermissionEdit.xaml"
  54. System.Windows.Application.LoadComponent(this, resourceLocater);
  55. #line default
  56. #line hidden
  57. }
  58. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  59. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  60. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  64. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  65. switch (connectionId)
  66. {
  67. case 1:
  68. this.comboRoles = ((System.Windows.Controls.ComboBox)(target));
  69. #line 124 "..\..\..\..\..\Views\AccountManagement\RolePermissionEdit.xaml"
  70. this.comboRoles.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.comboRoles_SelectionChanged);
  71. #line default
  72. #line hidden
  73. return;
  74. }
  75. this._contentLoaded = true;
  76. }
  77. }
  78. }