MainWindow.g.i.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. // Updated by XamlIntelliSenseFileGenerator 23.05.2021 20:38:49
  2. #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6F4EE456A80503CC5461388274367BDAD950584E30E00FEF8D30E92930C986BF"
  3. //------------------------------------------------------------------------------
  4. // <auto-generated>
  5. // Этот код создан программой.
  6. // Исполняемая версия:4.0.30319.42000
  7. //
  8. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  9. // повторной генерации кода.
  10. // </auto-generated>
  11. //------------------------------------------------------------------------------
  12. using Lucoshko_App;
  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 Lucoshko_App
  34. {
  35. /// <summary>
  36. /// MainWindow
  37. /// </summary>
  38. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector
  39. {
  40. #line 10 "..\..\MainWindow.xaml"
  41. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  42. internal System.Windows.Controls.DataGrid datagrid1;
  43. #line default
  44. #line hidden
  45. #line 19 "..\..\MainWindow.xaml"
  46. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  47. internal System.Windows.Controls.Button addButton;
  48. #line default
  49. #line hidden
  50. #line 20 "..\..\MainWindow.xaml"
  51. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  52. internal System.Windows.Controls.TextBox title;
  53. #line default
  54. #line hidden
  55. #line 21 "..\..\MainWindow.xaml"
  56. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  57. internal System.Windows.Controls.TextBox deffect;
  58. #line default
  59. #line hidden
  60. #line 22 "..\..\MainWindow.xaml"
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  62. internal System.Windows.Controls.Button UpdateButton;
  63. #line default
  64. #line hidden
  65. private bool _contentLoaded;
  66. /// <summary>
  67. /// InitializeComponent
  68. /// </summary>
  69. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  70. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  71. public void InitializeComponent()
  72. {
  73. if (_contentLoaded)
  74. {
  75. return;
  76. }
  77. _contentLoaded = true;
  78. System.Uri resourceLocater = new System.Uri("/Lucoshko_App;component/mainwindow.xaml", System.UriKind.Relative);
  79. #line 1 "..\..\MainWindow.xaml"
  80. System.Windows.Application.LoadComponent(this, resourceLocater);
  81. #line default
  82. #line hidden
  83. }
  84. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  85. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  86. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  89. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  90. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
  91. {
  92. switch (connectionId)
  93. {
  94. case 1:
  95. #line 8 "..\..\MainWindow.xaml"
  96. ((Lucoshko_App.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.OnLoad);
  97. #line default
  98. #line hidden
  99. return;
  100. case 2:
  101. this.datagrid1 = ((System.Windows.Controls.DataGrid)(target));
  102. return;
  103. case 3:
  104. this.addButton = ((System.Windows.Controls.Button)(target));
  105. #line 19 "..\..\MainWindow.xaml"
  106. this.addButton.Click += new System.Windows.RoutedEventHandler(this.addButton_Click);
  107. #line default
  108. #line hidden
  109. return;
  110. case 4:
  111. this.title = ((System.Windows.Controls.TextBox)(target));
  112. return;
  113. case 5:
  114. this.deffect = ((System.Windows.Controls.TextBox)(target));
  115. return;
  116. case 6:
  117. this.UpdateButton = ((System.Windows.Controls.Button)(target));
  118. #line 22 "..\..\MainWindow.xaml"
  119. this.UpdateButton.Click += new System.Windows.RoutedEventHandler(this.Button_Click);
  120. #line default
  121. #line hidden
  122. return;
  123. }
  124. this._contentLoaded = true;
  125. }
  126. internal System.Windows.Controls.TextBox id;
  127. }
  128. }