GasLineView.g.cs 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. #pragma checksum "..\..\..\..\..\Views\Control\GasLineView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "00B8E93215C028F19BDE47893CA53E1284BC48851E5BAC0B6BF9E089E90E0471"
  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.Control {
  34. /// <summary>
  35. /// GasLineView
  36. /// </summary>
  37. public partial class GasLineView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  38. #line 8 "..\..\..\..\..\Views\Control\GasLineView.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal Aitex.Triton160.UI.Views.Control.GasLineView self;
  41. #line default
  42. #line hidden
  43. private bool _contentLoaded;
  44. /// <summary>
  45. /// InitializeComponent
  46. /// </summary>
  47. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  48. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  49. public void InitializeComponent() {
  50. if (_contentLoaded) {
  51. return;
  52. }
  53. _contentLoaded = true;
  54. System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/control/gaslineview.xaml", System.UriKind.Relative);
  55. #line 1 "..\..\..\..\..\Views\Control\GasLineView.xaml"
  56. System.Windows.Application.LoadComponent(this, resourceLocater);
  57. #line default
  58. #line hidden
  59. }
  60. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  61. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  62. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  66. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  67. switch (connectionId)
  68. {
  69. case 1:
  70. this.self = ((Aitex.Triton160.UI.Views.Control.GasLineView)(target));
  71. return;
  72. }
  73. this._contentLoaded = true;
  74. }
  75. }
  76. }