HomeWindow.g.i.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. // Updated by XamlIntelliSenseFileGenerator 02.06.2022 18:58:13
  2. #pragma checksum "..\..\..\HomeWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "90E800A4B363AE8C9126BFDBC1565A2EA839162F"
  3. //------------------------------------------------------------------------------
  4. // <auto-generated>
  5. // Этот код создан программой.
  6. // Исполняемая версия:4.0.30319.42000
  7. //
  8. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  9. // повторной генерации кода.
  10. // </auto-generated>
  11. //------------------------------------------------------------------------------
  12. using System;
  13. using System.Diagnostics;
  14. using System.Windows;
  15. using System.Windows.Automation;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Controls.Ribbon;
  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. using nukakto;
  34. namespace nukakto
  35. {
  36. /// <summary>
  37. /// HomeWindow
  38. /// </summary>
  39. public partial class HomeWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector
  40. {
  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", "6.0.2.0")]
  49. public void InitializeComponent()
  50. {
  51. if (_contentLoaded)
  52. {
  53. return;
  54. }
  55. _contentLoaded = true;
  56. System.Uri resourceLocater = new System.Uri("/nukakto;component/homewindow.xaml", System.UriKind.Relative);
  57. #line 1 "..\..\..\HomeWindow.xaml"
  58. System.Windows.Application.LoadComponent(this, resourceLocater);
  59. #line default
  60. #line hidden
  61. }
  62. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  63. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  64. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  68. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
  69. {
  70. switch (connectionId)
  71. {
  72. case 1:
  73. #line 10 "..\..\..\HomeWindow.xaml"
  74. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
  75. #line default
  76. #line hidden
  77. return;
  78. case 2:
  79. #line 11 "..\..\..\HomeWindow.xaml"
  80. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);
  81. #line default
  82. #line hidden
  83. return;
  84. case 3:
  85. #line 12 "..\..\..\HomeWindow.xaml"
  86. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  87. #line default
  88. #line hidden
  89. return;
  90. case 4:
  91. #line 13 "..\..\..\HomeWindow.xaml"
  92. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_3);
  93. #line default
  94. #line hidden
  95. return;
  96. case 5:
  97. this.AttractionsView = ((System.Windows.Controls.ListView)(target));
  98. return;
  99. }
  100. this._contentLoaded = true;
  101. }
  102. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  103. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  104. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  105. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  106. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  107. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  108. void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target)
  109. {
  110. switch (connectionId)
  111. {
  112. case 6:
  113. #line 18 "..\..\..\HomeWindow.xaml"
  114. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_4);
  115. #line default
  116. #line hidden
  117. break;
  118. }
  119. }
  120. internal System.Windows.Controls.ListView AttractionsView1;
  121. }
  122. }