ScheduledMaitView.g.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. #pragma checksum "..\..\..\..\Views\Scheduled\ScheduledMaitView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1195CECFFD1776D8E643523FF59DED8C498DCE0BF3226EA7ACB6FA01D9AA0ECC"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // 此代码由工具生成。
  5. // 运行时版本:4.0.30319.42000
  6. //
  7. // 对此文件的更改可能会导致不正确的行为,并且如果
  8. // 重新生成代码,这些更改将会丢失。
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Caliburn.Micro;
  12. using FurnaceUI.Converter;
  13. using FurnaceUI.Views.Editors;
  14. using System;
  15. using System.Diagnostics;
  16. using System.Windows;
  17. using System.Windows.Automation;
  18. using System.Windows.Controls;
  19. using System.Windows.Controls.Primitives;
  20. using System.Windows.Data;
  21. using System.Windows.Documents;
  22. using System.Windows.Forms.Integration;
  23. using System.Windows.Ink;
  24. using System.Windows.Input;
  25. using System.Windows.Interactivity;
  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 FurnaceUI.Views.Editors {
  37. /// <summary>
  38. /// ScheduledMaitView
  39. /// </summary>
  40. public partial class ScheduledMaitView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  41. #line 32 "..\..\..\..\Views\Scheduled\ScheduledMaitView.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.RadioButton Carrier;
  44. #line default
  45. #line hidden
  46. #line 54 "..\..\..\..\Views\Scheduled\ScheduledMaitView.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal System.Windows.Controls.RadioButton Reactor;
  49. #line default
  50. #line hidden
  51. #line 112 "..\..\..\..\Views\Scheduled\ScheduledMaitView.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.ListView OutLine;
  54. #line default
  55. #line hidden
  56. #line 124 "..\..\..\..\Views\Scheduled\ScheduledMaitView.xaml"
  57. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  58. internal System.Windows.Controls.GridView GVOutLine;
  59. #line default
  60. #line hidden
  61. private bool _contentLoaded;
  62. /// <summary>
  63. /// InitializeComponent
  64. /// </summary>
  65. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  67. public void InitializeComponent() {
  68. if (_contentLoaded) {
  69. return;
  70. }
  71. _contentLoaded = true;
  72. System.Uri resourceLocater = new System.Uri("/FurnaceUI;component/views/scheduled/scheduledmaitview.xaml", System.UriKind.Relative);
  73. #line 1 "..\..\..\..\Views\Scheduled\ScheduledMaitView.xaml"
  74. System.Windows.Application.LoadComponent(this, resourceLocater);
  75. #line default
  76. #line hidden
  77. }
  78. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  79. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  80. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  81. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  82. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  83. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  84. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  85. switch (connectionId)
  86. {
  87. case 1:
  88. this.Carrier = ((System.Windows.Controls.RadioButton)(target));
  89. return;
  90. case 2:
  91. this.Reactor = ((System.Windows.Controls.RadioButton)(target));
  92. return;
  93. case 3:
  94. this.OutLine = ((System.Windows.Controls.ListView)(target));
  95. return;
  96. case 4:
  97. this.GVOutLine = ((System.Windows.Controls.GridView)(target));
  98. return;
  99. }
  100. this._contentLoaded = true;
  101. }
  102. }
  103. }