WinDrawPipePoint.g.i.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. #pragma checksum "..\..\WinDrawPipePoint.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "FC78B760F7B75E8D57A4910DC070D19EE8748BA1"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using CEFSharpWPF;
  12. using DrawData;
  13. using SAGA.DotNetUtils;
  14. using SAGA.GplotDrawData;
  15. using SAGA.RevitUtils.Windows;
  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.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 DrawData {
  37. /// <summary>
  38. /// WinDrawPipePoint
  39. /// </summary>
  40. public partial class WinDrawPipePoint : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  41. #line 18 "..\..\WinDrawPipePoint.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.ScrollViewer viewer;
  44. #line default
  45. #line hidden
  46. #line 19 "..\..\WinDrawPipePoint.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.Canvas panel;
  49. #line default
  50. #line hidden
  51. #line 22 "..\..\WinDrawPipePoint.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Media.ScaleTransform scalTrans;
  54. #line default
  55. #line hidden
  56. #line 28 "..\..\WinDrawPipePoint.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.Slider slider;
  59. #line default
  60. #line hidden
  61. #line 32 "..\..\WinDrawPipePoint.xaml"
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  63. internal System.Windows.Controls.TreeView rootNode;
  64. #line default
  65. #line hidden
  66. private bool _contentLoaded;
  67. /// <summary>
  68. /// InitializeComponent
  69. /// </summary>
  70. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  71. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  72. public void InitializeComponent() {
  73. if (_contentLoaded) {
  74. return;
  75. }
  76. _contentLoaded = true;
  77. System.Uri resourceLocater = new System.Uri("/SAGA.GplotDrawData;component/windrawpipepoint.xaml", System.UriKind.Relative);
  78. #line 1 "..\..\WinDrawPipePoint.xaml"
  79. System.Windows.Application.LoadComponent(this, resourceLocater);
  80. #line default
  81. #line hidden
  82. }
  83. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  84. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  85. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  89. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  90. switch (connectionId)
  91. {
  92. case 1:
  93. this.viewer = ((System.Windows.Controls.ScrollViewer)(target));
  94. return;
  95. case 2:
  96. this.panel = ((System.Windows.Controls.Canvas)(target));
  97. #line 20 "..\..\WinDrawPipePoint.xaml"
  98. this.panel.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.Canvas_OnMouseWheel);
  99. #line default
  100. #line hidden
  101. return;
  102. case 3:
  103. this.scalTrans = ((System.Windows.Media.ScaleTransform)(target));
  104. return;
  105. case 4:
  106. this.slider = ((System.Windows.Controls.Slider)(target));
  107. #line 28 "..\..\WinDrawPipePoint.xaml"
  108. this.slider.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler<double>(this.slider_ValueChanged);
  109. #line default
  110. #line hidden
  111. return;
  112. case 5:
  113. #line 29 "..\..\WinDrawPipePoint.xaml"
  114. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonBase_OnClick);
  115. #line default
  116. #line hidden
  117. return;
  118. case 6:
  119. this.rootNode = ((System.Windows.Controls.TreeView)(target));
  120. #line 32 "..\..\WinDrawPipePoint.xaml"
  121. this.rootNode.SelectedItemChanged += new System.Windows.RoutedPropertyChangedEventHandler<object>(this.RootNode_OnSelectedItemChanged);
  122. #line default
  123. #line hidden
  124. return;
  125. }
  126. this._contentLoaded = true;
  127. }
  128. }
  129. }