RoleView.g.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. #pragma checksum "..\..\..\..\..\Models\Utility\Role\RoleView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8FE51CCD37D442EF0E368E1BBC849EE524ECACC0E0A8E57CECE04B7030CAC1E1"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Caliburn.Micro;
  12. using OpenSEMI.ClientBase.Command;
  13. using OpenSEMI.Ctrlib.Controls;
  14. using OpenSEMI.Ctrlib.Types;
  15. using OpenSEMI.Ctrlib.Window;
  16. using System;
  17. using System.Diagnostics;
  18. using System.Windows;
  19. using System.Windows.Automation;
  20. using System.Windows.Controls;
  21. using System.Windows.Controls.Primitives;
  22. using System.Windows.Data;
  23. using System.Windows.Documents;
  24. using System.Windows.Forms.Integration;
  25. using System.Windows.Ink;
  26. using System.Windows.Input;
  27. using System.Windows.Interactivity;
  28. using System.Windows.Markup;
  29. using System.Windows.Media;
  30. using System.Windows.Media.Animation;
  31. using System.Windows.Media.Effects;
  32. using System.Windows.Media.Imaging;
  33. using System.Windows.Media.Media3D;
  34. using System.Windows.Media.TextFormatting;
  35. using System.Windows.Navigation;
  36. using System.Windows.Shapes;
  37. using System.Windows.Shell;
  38. namespace VirgoUI.Client.Models.Utility.RolePage {
  39. /// <summary>
  40. /// RoleView
  41. /// </summary>
  42. public partial class RoleView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  43. #line 38 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  44. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  45. internal System.Windows.Controls.Grid MainTable;
  46. #line default
  47. #line hidden
  48. #line 39 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.Grid MainField;
  51. #line default
  52. #line hidden
  53. #line 54 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.TreeView RolesTree;
  56. #line default
  57. #line hidden
  58. #line 106 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Controls.Grid Role_Property;
  61. #line default
  62. #line hidden
  63. #line 112 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  65. internal System.Windows.Controls.Grid Role_Name;
  66. #line default
  67. #line hidden
  68. #line 121 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  70. internal OpenSEMI.Ctrlib.Controls.TextBoxEx textBox1;
  71. #line default
  72. #line hidden
  73. #line 132 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  74. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  75. internal System.Windows.Controls.Grid Is_Auto_Logout;
  76. #line default
  77. #line hidden
  78. #line 143 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  79. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  80. internal System.Windows.Controls.CheckBox checkBox1;
  81. #line default
  82. #line hidden
  83. #line 154 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  84. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  85. internal System.Windows.Controls.Grid Time;
  86. #line default
  87. #line hidden
  88. #line 163 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  89. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  90. internal OpenSEMI.Ctrlib.Controls.TextBoxEx textBox2;
  91. #line default
  92. #line hidden
  93. #line 179 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  94. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  95. internal System.Windows.Controls.ListView RolesList;
  96. #line default
  97. #line hidden
  98. private bool _contentLoaded;
  99. /// <summary>
  100. /// InitializeComponent
  101. /// </summary>
  102. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  103. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  104. public void InitializeComponent() {
  105. if (_contentLoaded) {
  106. return;
  107. }
  108. _contentLoaded = true;
  109. System.Uri resourceLocater = new System.Uri("/VirgoUI;component/models/utility/role/roleview.xaml", System.UriKind.Relative);
  110. #line 1 "..\..\..\..\..\Models\Utility\Role\RoleView.xaml"
  111. System.Windows.Application.LoadComponent(this, resourceLocater);
  112. #line default
  113. #line hidden
  114. }
  115. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  116. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  117. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  118. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  119. return System.Delegate.CreateDelegate(delegateType, this, handler);
  120. }
  121. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  122. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  123. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  124. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  125. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  126. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  127. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  128. switch (connectionId)
  129. {
  130. case 1:
  131. this.MainTable = ((System.Windows.Controls.Grid)(target));
  132. return;
  133. case 2:
  134. this.MainField = ((System.Windows.Controls.Grid)(target));
  135. return;
  136. case 3:
  137. this.RolesTree = ((System.Windows.Controls.TreeView)(target));
  138. return;
  139. case 4:
  140. this.Role_Property = ((System.Windows.Controls.Grid)(target));
  141. return;
  142. case 5:
  143. this.Role_Name = ((System.Windows.Controls.Grid)(target));
  144. return;
  145. case 6:
  146. this.textBox1 = ((OpenSEMI.Ctrlib.Controls.TextBoxEx)(target));
  147. return;
  148. case 7:
  149. this.Is_Auto_Logout = ((System.Windows.Controls.Grid)(target));
  150. return;
  151. case 8:
  152. this.checkBox1 = ((System.Windows.Controls.CheckBox)(target));
  153. return;
  154. case 9:
  155. this.Time = ((System.Windows.Controls.Grid)(target));
  156. return;
  157. case 10:
  158. this.textBox2 = ((OpenSEMI.Ctrlib.Controls.TextBoxEx)(target));
  159. return;
  160. case 11:
  161. this.RolesList = ((System.Windows.Controls.ListView)(target));
  162. return;
  163. }
  164. this._contentLoaded = true;
  165. }
  166. }
  167. }