MainView.g.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. #pragma checksum "..\..\MainView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "31AA445290A3E71DE91D91595A1B76EA9AF73D3C1659658B31B5F72C285EC251"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Aitex.Core.UI.DeviceControl;
  12. using Caliburn.Micro;
  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. using VirgoUI.Client;
  39. namespace VirgoUI.Client {
  40. /// <summary>
  41. /// MainView
  42. /// </summary>
  43. public partial class MainView : OpenSEMI.Ctrlib.Window.CustomWnd, System.Windows.Markup.IComponentConnector {
  44. #line 18 "..\..\MainView.xaml"
  45. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  46. internal System.Windows.Controls.Grid LoginPart;
  47. #line default
  48. #line hidden
  49. #line 76 "..\..\MainView.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Controls.TextBox tbLoginName;
  52. #line default
  53. #line hidden
  54. #line 77 "..\..\MainView.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Controls.PasswordBox pdbPassword;
  57. #line default
  58. #line hidden
  59. #line 89 "..\..\MainView.xaml"
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  61. internal System.Windows.Controls.ComboBox cbRole;
  62. #line default
  63. #line hidden
  64. #line 121 "..\..\MainView.xaml"
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  66. internal System.Windows.Controls.Grid MainPage;
  67. #line default
  68. #line hidden
  69. #line 128 "..\..\MainView.xaml"
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  71. internal System.Windows.Controls.Grid Top_Frame;
  72. #line default
  73. #line hidden
  74. #line 465 "..\..\MainView.xaml"
  75. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  76. internal System.Windows.Controls.ContentControl ActiveItem;
  77. #line default
  78. #line hidden
  79. #line 468 "..\..\MainView.xaml"
  80. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  81. internal System.Windows.Controls.Border Sub_Menu_Bar;
  82. #line default
  83. #line hidden
  84. #line 522 "..\..\MainView.xaml"
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  86. internal System.Windows.Controls.Border Bottom_Frame;
  87. #line default
  88. #line hidden
  89. private bool _contentLoaded;
  90. /// <summary>
  91. /// InitializeComponent
  92. /// </summary>
  93. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  94. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  95. public void InitializeComponent() {
  96. if (_contentLoaded) {
  97. return;
  98. }
  99. _contentLoaded = true;
  100. System.Uri resourceLocater = new System.Uri("/VirgoUI;component/mainview.xaml", System.UriKind.Relative);
  101. #line 1 "..\..\MainView.xaml"
  102. System.Windows.Application.LoadComponent(this, resourceLocater);
  103. #line default
  104. #line hidden
  105. }
  106. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  107. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  108. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  109. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  110. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  111. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  112. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  113. switch (connectionId)
  114. {
  115. case 1:
  116. this.LoginPart = ((System.Windows.Controls.Grid)(target));
  117. return;
  118. case 2:
  119. this.tbLoginName = ((System.Windows.Controls.TextBox)(target));
  120. #line 76 "..\..\MainView.xaml"
  121. this.tbLoginName.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.TbLoginName_TextChanged);
  122. #line default
  123. #line hidden
  124. return;
  125. case 3:
  126. this.pdbPassword = ((System.Windows.Controls.PasswordBox)(target));
  127. return;
  128. case 4:
  129. this.cbRole = ((System.Windows.Controls.ComboBox)(target));
  130. return;
  131. case 5:
  132. this.MainPage = ((System.Windows.Controls.Grid)(target));
  133. return;
  134. case 6:
  135. this.Top_Frame = ((System.Windows.Controls.Grid)(target));
  136. return;
  137. case 7:
  138. this.ActiveItem = ((System.Windows.Controls.ContentControl)(target));
  139. return;
  140. case 8:
  141. this.Sub_Menu_Bar = ((System.Windows.Controls.Border)(target));
  142. return;
  143. case 9:
  144. this.Bottom_Frame = ((System.Windows.Controls.Border)(target));
  145. return;
  146. }
  147. this._contentLoaded = true;
  148. }
  149. }
  150. }