EndPointView.g.cs 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. #pragma checksum "..\..\..\..\..\Models\Utility\EndPoint\EndPointView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1F93488F43B13D757A4323BAD03D9D75AC68B23B2F7DB2526190920E1E86CC33"
  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 OpenSEMI.Ctrlib.Controls;
  13. using OpenSEMI.Ctrlib.Types;
  14. using OpenSEMI.Ctrlib.Window;
  15. using System;
  16. using System.Diagnostics;
  17. using System.Windows;
  18. using System.Windows.Automation;
  19. using System.Windows.Controls;
  20. using System.Windows.Controls.Primitives;
  21. using System.Windows.Data;
  22. using System.Windows.Documents;
  23. using System.Windows.Forms.Integration;
  24. using System.Windows.Ink;
  25. using System.Windows.Input;
  26. using System.Windows.Markup;
  27. using System.Windows.Media;
  28. using System.Windows.Media.Animation;
  29. using System.Windows.Media.Effects;
  30. using System.Windows.Media.Imaging;
  31. using System.Windows.Media.Media3D;
  32. using System.Windows.Media.TextFormatting;
  33. using System.Windows.Navigation;
  34. using System.Windows.Shapes;
  35. using System.Windows.Shell;
  36. namespace VirgoUI.Client.Models.Utility.EndPoint {
  37. /// <summary>
  38. /// EndPointView
  39. /// </summary>
  40. public partial class EndPointView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  41. #line 52 "..\..\..\..\..\Models\Utility\EndPoint\EndPointView.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal OpenSEMI.Ctrlib.Controls.TextBoxEx textBoxInput;
  44. #line default
  45. #line hidden
  46. private bool _contentLoaded;
  47. /// <summary>
  48. /// InitializeComponent
  49. /// </summary>
  50. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  51. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  52. public void InitializeComponent() {
  53. if (_contentLoaded) {
  54. return;
  55. }
  56. _contentLoaded = true;
  57. System.Uri resourceLocater = new System.Uri("/VirgoUI;component/models/utility/endpoint/endpointview.xaml", System.UriKind.Relative);
  58. #line 1 "..\..\..\..\..\Models\Utility\EndPoint\EndPointView.xaml"
  59. System.Windows.Application.LoadComponent(this, resourceLocater);
  60. #line default
  61. #line hidden
  62. }
  63. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  64. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  65. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  68. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  69. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  70. switch (connectionId)
  71. {
  72. case 1:
  73. this.textBoxInput = ((OpenSEMI.Ctrlib.Controls.TextBoxEx)(target));
  74. return;
  75. }
  76. this._contentLoaded = true;
  77. }
  78. }
  79. }