TopView.g.i.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. #pragma checksum "..\..\..\..\Views\TopView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3928F6E961F7F740273017D3C52966D793FCA5DAA4BBF4187BF5DC5730D5D0EB"
  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 Aitex.Core.UI.Control;
  12. using Aitex.Core.UI.DeviceControl;
  13. using System;
  14. using System.Diagnostics;
  15. using System.Windows;
  16. using System.Windows.Automation;
  17. using System.Windows.Controls;
  18. using System.Windows.Controls.Primitives;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Effects;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Media.Media3D;
  29. using System.Windows.Media.TextFormatting;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Shell;
  33. namespace Aitex.Triton160.UI.Views {
  34. /// <summary>
  35. /// TopView
  36. /// </summary>
  37. public partial class TopView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  38. #line 12 "..\..\..\..\Views\TopView.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal System.Windows.Controls.Grid gridAll;
  41. #line default
  42. #line hidden
  43. #line 32 "..\..\..\..\Views\TopView.xaml"
  44. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  45. internal System.Windows.Controls.TextBlock txtTitle;
  46. #line default
  47. #line hidden
  48. #line 94 "..\..\..\..\Views\TopView.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.ComboBox comboEvent;
  51. #line default
  52. #line hidden
  53. #line 95 "..\..\..\..\Views\TopView.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.Button btnReset;
  56. #line default
  57. #line hidden
  58. #line 100 "..\..\..\..\Views\TopView.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal Aitex.Core.UI.DeviceControl.AITSignalTower signalTower;
  61. #line default
  62. #line hidden
  63. private bool _contentLoaded;
  64. /// <summary>
  65. /// InitializeComponent
  66. /// </summary>
  67. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  68. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  69. public void InitializeComponent() {
  70. if (_contentLoaded) {
  71. return;
  72. }
  73. _contentLoaded = true;
  74. System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/topview.xaml", System.UriKind.Relative);
  75. #line 1 "..\..\..\..\Views\TopView.xaml"
  76. System.Windows.Application.LoadComponent(this, resourceLocater);
  77. #line default
  78. #line hidden
  79. }
  80. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  81. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  82. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  83. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  84. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  85. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  86. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  87. switch (connectionId)
  88. {
  89. case 1:
  90. this.gridAll = ((System.Windows.Controls.Grid)(target));
  91. return;
  92. case 2:
  93. this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
  94. return;
  95. case 3:
  96. #line 78 "..\..\..\..\Views\TopView.xaml"
  97. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnLogoff_Click);
  98. #line default
  99. #line hidden
  100. return;
  101. case 4:
  102. this.comboEvent = ((System.Windows.Controls.ComboBox)(target));
  103. #line 94 "..\..\..\..\Views\TopView.xaml"
  104. this.comboEvent.DropDownClosed += new System.EventHandler(this.comboEvent_DropDownClosed);
  105. #line default
  106. #line hidden
  107. return;
  108. case 5:
  109. this.btnReset = ((System.Windows.Controls.Button)(target));
  110. #line 95 "..\..\..\..\Views\TopView.xaml"
  111. this.btnReset.Click += new System.Windows.RoutedEventHandler(this.btnReset_Click);
  112. #line default
  113. #line hidden
  114. return;
  115. case 6:
  116. this.signalTower = ((Aitex.Core.UI.DeviceControl.AITSignalTower)(target));
  117. return;
  118. }
  119. this._contentLoaded = true;
  120. }
  121. }
  122. }