MainWindow.g.i.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B117C4D47F1A48B1CD8D093691B111F749662D5E4B68C185A68B217B2EE285A8"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Diagnostics;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Controls;
  16. using System.Windows.Controls.Primitives;
  17. using System.Windows.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. namespace WpfApp2 {
  32. /// <summary>
  33. /// MainWindow
  34. /// </summary>
  35. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  36. #line 34 "..\..\MainWindow.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.Frame mainFrame;
  39. #line default
  40. #line hidden
  41. private bool _contentLoaded;
  42. /// <summary>
  43. /// InitializeComponent
  44. /// </summary>
  45. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  46. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  47. public void InitializeComponent() {
  48. if (_contentLoaded) {
  49. return;
  50. }
  51. _contentLoaded = true;
  52. System.Uri resourceLocater = new System.Uri("/WpfApp2;component/mainwindow.xaml", System.UriKind.Relative);
  53. #line 1 "..\..\MainWindow.xaml"
  54. System.Windows.Application.LoadComponent(this, resourceLocater);
  55. #line default
  56. #line hidden
  57. }
  58. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  59. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  60. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  64. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  65. switch (connectionId)
  66. {
  67. case 1:
  68. #line 28 "..\..\MainWindow.xaml"
  69. ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.Hyperlink_Click);
  70. #line default
  71. #line hidden
  72. return;
  73. case 2:
  74. this.mainFrame = ((System.Windows.Controls.Frame)(target));
  75. return;
  76. case 3:
  77. #line 38 "..\..\MainWindow.xaml"
  78. ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage2);
  79. #line default
  80. #line hidden
  81. return;
  82. case 4:
  83. #line 45 "..\..\MainWindow.xaml"
  84. ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage3);
  85. #line default
  86. #line hidden
  87. return;
  88. case 5:
  89. #line 51 "..\..\MainWindow.xaml"
  90. ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage4);
  91. #line default
  92. #line hidden
  93. return;
  94. case 6:
  95. #line 57 "..\..\MainWindow.xaml"
  96. ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage5);
  97. #line default
  98. #line hidden
  99. return;
  100. case 7:
  101. #line 63 "..\..\MainWindow.xaml"
  102. ((System.Windows.Documents.Hyperlink)(target)).Click += new System.Windows.RoutedEventHandler(this.NavigateToPage6);
  103. #line default
  104. #line hidden
  105. return;
  106. case 8:
  107. #line 68 "..\..\MainWindow.xaml"
  108. ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ExitApplication);
  109. #line default
  110. #line hidden
  111. return;
  112. }
  113. this._contentLoaded = true;
  114. }
  115. }
  116. }