MOPush.g.i.cs 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. #pragma checksum "..\..\..\..\UI\Control\MOPush.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7AEB0F40D5D8818B932109ED7664FAA1886856B9C31BFF4AC5EBEAC92F6ACC2C"
  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.Converters;
  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.Forms.Integration;
  22. using System.Windows.Ink;
  23. using System.Windows.Input;
  24. using System.Windows.Markup;
  25. using System.Windows.Media;
  26. using System.Windows.Media.Animation;
  27. using System.Windows.Media.Effects;
  28. using System.Windows.Media.Imaging;
  29. using System.Windows.Media.Media3D;
  30. using System.Windows.Media.TextFormatting;
  31. using System.Windows.Navigation;
  32. using System.Windows.Shapes;
  33. using System.Windows.Shell;
  34. namespace Aitex.Core.UI.Control {
  35. /// <summary>
  36. /// MOPush
  37. /// </summary>
  38. public partial class MOPush : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  39. #line 16 "..\..\..\..\UI\Control\MOPush.xaml"
  40. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  41. internal System.Windows.Controls.Canvas LayoutRoot;
  42. #line default
  43. #line hidden
  44. #line 17 "..\..\..\..\UI\Control\MOPush.xaml"
  45. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  46. internal System.Windows.Shapes.Rectangle RecMOContent;
  47. #line default
  48. #line hidden
  49. #line 18 "..\..\..\..\UI\Control\MOPush.xaml"
  50. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  51. internal System.Windows.Shapes.Rectangle RecMOSource;
  52. #line default
  53. #line hidden
  54. #line 32 "..\..\..\..\UI\Control\MOPush.xaml"
  55. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  56. internal System.Windows.Shapes.Line lineCenter;
  57. #line default
  58. #line hidden
  59. #line 53 "..\..\..\..\UI\Control\MOPush.xaml"
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  61. internal System.Windows.Controls.Label lblMoName;
  62. #line default
  63. #line hidden
  64. #line 55 "..\..\..\..\UI\Control\MOPush.xaml"
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  66. internal System.Windows.Shapes.Polygon polygon1;
  67. #line default
  68. #line hidden
  69. #line 56 "..\..\..\..\UI\Control\MOPush.xaml"
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  71. internal System.Windows.Shapes.Polygon polygon2;
  72. #line default
  73. #line hidden
  74. #line 57 "..\..\..\..\UI\Control\MOPush.xaml"
  75. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  76. internal System.Windows.Shapes.Polygon polygon3;
  77. #line default
  78. #line hidden
  79. #line 58 "..\..\..\..\UI\Control\MOPush.xaml"
  80. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  81. internal System.Windows.Shapes.Polygon polygon4;
  82. #line default
  83. #line hidden
  84. private bool _contentLoaded;
  85. /// <summary>
  86. /// InitializeComponent
  87. /// </summary>
  88. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  89. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  90. public void InitializeComponent() {
  91. if (_contentLoaded) {
  92. return;
  93. }
  94. _contentLoaded = true;
  95. System.Uri resourceLocater = new System.Uri("/Core;component/ui/control/mopush.xaml", System.UriKind.Relative);
  96. #line 1 "..\..\..\..\UI\Control\MOPush.xaml"
  97. System.Windows.Application.LoadComponent(this, resourceLocater);
  98. #line default
  99. #line hidden
  100. }
  101. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  102. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  103. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  104. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  105. return System.Delegate.CreateDelegate(delegateType, this, handler);
  106. }
  107. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  108. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  109. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  110. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  111. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  112. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  113. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  114. switch (connectionId)
  115. {
  116. case 1:
  117. this.LayoutRoot = ((System.Windows.Controls.Canvas)(target));
  118. return;
  119. case 2:
  120. this.RecMOContent = ((System.Windows.Shapes.Rectangle)(target));
  121. #line 17 "..\..\..\..\UI\Control\MOPush.xaml"
  122. this.RecMOContent.MouseEnter += new System.Windows.Input.MouseEventHandler(this.RecMOSource_MouseEnter);
  123. #line default
  124. #line hidden
  125. #line 17 "..\..\..\..\UI\Control\MOPush.xaml"
  126. this.RecMOContent.MouseLeave += new System.Windows.Input.MouseEventHandler(this.RecMOSource_MouseLeave);
  127. #line default
  128. #line hidden
  129. return;
  130. case 3:
  131. this.RecMOSource = ((System.Windows.Shapes.Rectangle)(target));
  132. #line 18 "..\..\..\..\UI\Control\MOPush.xaml"
  133. this.RecMOSource.MouseEnter += new System.Windows.Input.MouseEventHandler(this.RecMOSource_MouseEnter);
  134. #line default
  135. #line hidden
  136. #line 18 "..\..\..\..\UI\Control\MOPush.xaml"
  137. this.RecMOSource.MouseLeave += new System.Windows.Input.MouseEventHandler(this.RecMOSource_MouseLeave);
  138. #line default
  139. #line hidden
  140. return;
  141. case 4:
  142. this.lineCenter = ((System.Windows.Shapes.Line)(target));
  143. return;
  144. case 5:
  145. this.lblMoName = ((System.Windows.Controls.Label)(target));
  146. #line 53 "..\..\..\..\UI\Control\MOPush.xaml"
  147. this.lblMoName.MouseEnter += new System.Windows.Input.MouseEventHandler(this.RecMOSource_MouseEnter);
  148. #line default
  149. #line hidden
  150. #line 53 "..\..\..\..\UI\Control\MOPush.xaml"
  151. this.lblMoName.MouseLeave += new System.Windows.Input.MouseEventHandler(this.RecMOSource_MouseLeave);
  152. #line default
  153. #line hidden
  154. return;
  155. case 6:
  156. this.polygon1 = ((System.Windows.Shapes.Polygon)(target));
  157. return;
  158. case 7:
  159. this.polygon2 = ((System.Windows.Shapes.Polygon)(target));
  160. return;
  161. case 8:
  162. this.polygon3 = ((System.Windows.Shapes.Polygon)(target));
  163. return;
  164. case 9:
  165. this.polygon4 = ((System.Windows.Shapes.Polygon)(target));
  166. return;
  167. }
  168. this._contentLoaded = true;
  169. }
  170. }
  171. }